Skip to content

Instantly share code, notes, and snippets.

@mtmoses
Created August 6, 2021 04:15
Show Gist options
  • Save mtmoses/740552ca244d6b153563be8ab451f0b3 to your computer and use it in GitHub Desktop.
Save mtmoses/740552ca244d6b153563be8ab451f0b3 to your computer and use it in GitHub Desktop.
from fbm import FBM
new_fbm_class = FBM(n = 10*2**K+1, hurst = simulated_H, length = magnitude_parameter, method='daviesharte')
new_fbm_simulation = new_fbm_class.fbm()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment