Colin Bowers
Colin Bowers
No worries, take your time. I certainly did :-) (sorry about that BTW, I had a few unexpected work things come up)
Not sure, I haven't heard anything. However, I can say with certainty that the test suite I added as part of this PR will fail on the latest Julia version...
Thanks for the responses. Given you both think it would be useful to get some time-series functionality (beyond maximum entropy) into Bootstrap.jl, I'm happy to look a bit further into...
Okay, this looks like it could be reasonably straightforward. I think I should be able to just add `DependentBootstrap` as a dependency, define a new abstract subtype to `BootstrapSampling` (say,...
Interesting. After reading through that (and related posts) I will get rid of `Requires` from `DependentBootstrap`. Thanks for bringing that material to my attention! This would mean that adding `DependentBootstrap`...
I've released a new tag for `DependentBootstrap` that removes the `Requires` dependency. I've left in `TimeSeries` since it is tiny and *very* fast to load, and upon reflection, will probably...
No problems! I've actually already checked out a development branch and done most of the work (it was even easier than I was anticipating!). I've ditched `Requires` from `DependentBootstrap`, but...
Sorry for the rather long delay on this. I've just submitted PR [#59](https://github.com/juliangehring/Bootstrap.jl/pull/59) that adds the `DependentBootstrap` functionality. The new types in `Bootstrap` are `StationarySampling`, `MovingBlockSampling`, `CircularBlockSampling`, and `NoOverlapSampling`. Each...
@azev77 I've not that familiar with the Wild Clustered Bootstrap so it would probably take me a little while to implement it. If I get some spare time I'll look...
This solution: ``` binance_client._delete('openOrders', True, data={'symbol': 'DOGEBTC'}) ``` works well as long as there is at least one open order to cancel. However, if you try this when there are...