Closed weihangChen closed 6 years ago
Hi @weihangChen. Thanks for the kind words regarding the API.
I'll do some research on mBm. I'm not familiar with any exact methods for discretely sampling mBm, but it looks like allowing the Hurst exponent to vary with respect to time makes it difficult. However, I found a few approximate methods that might be a bit more appropriate than what you suggested, and I'll give it some consideration. Thanks for the suggestion.
@weihangChen, I just merged #4 and pushed new version of the package v0.2.0 to pypi which includes an MBM class for multifractional Brownian motion. Please give it a try.
@crflynn , many thanks!
@crflynn , I just finished the update of my project using your implementation of mfbm, many thanks!!
First of all, I really appreciate your API here. One thing is that, this project is fractional, not multifractional. Right now I just add a method insdie of "_autocovariance" so the hurst value get updated continously based on a ramp function etc. It will be greate if support for multifractional can be added, because this project is one of the few out there in python. Great Work!!