Skip to content

Calculates the generalized Hurst exponent of a time series

License

Notifications You must be signed in to change notification settings

CSchoel/GenHurst

This branch is 4 commits behind PTRRupprecht/GenHurst:master.

Folders and files

NameName
Last commit message
Last commit date
May 25, 2017
May 25, 2017
Feb 17, 2019

Repository files navigation

GenHurst

The Hurst exponent

Calculates the generalized Hurst exponent of a time series. The Hurst exponent gives a value indicating the long-term memory of a time-series, similar to the decay of a autocorrelation function: https://en.wikipedia.org/wiki/Hurst_exponent

See also in the code for some further references.

The implementation

This implementation is a more or less literal translation from Matlab to Python (3.6) of the following Matlab code written by Tomaso Aste in 2013: https://www.mathworks.com/matlabcentral/fileexchange/30076-generalized-hurst-exponent

How to use the code

A function mH = genhurst(S,q) is defined, with S the time series to be analyzed and q the Hurst exponent to be used, yielding a numerical (mean) value mH.

About

Calculates the generalized Hurst exponent of a time series

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%