Mottl / hurst

Hurst exponent evaluation and R/S-analysis in Python
MIT License
297 stars 80 forks source link

NameError: name 'hurst' is not defined #2

Closed flamingomingo closed 6 years ago

flamingomingo commented 6 years ago

Im new to Python, but I tried to run your code and it gets the message NameError: name 'hurst' is not defined....what can be done?

Mottl commented 6 years ago

It means that hurst library wasn't found. Add it to sys.path or copy hurst.py into the folder which contains your script.