We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This paper defines a estimate of the complexity of a time series.
http://www.cs.ucr.edu/~eamonn/Complexity-Invariant%20Distance%20Measure.pdf
I would like to add that feature.
Edit: the respective journal paper discusses 8 different measure for the complexity of a time series, e.g.
I implemented the complexity estimate measure used in CID. I will leave this issue open as a starting point for new features
The text was updated successfully, but these errors were encountered:
pr #332 contains the cid complexity estiator
Sorry, something went wrong.
I implemented the fourier entropy in #688.
and the permutation entropy in #691
absolute differences and zero crossings are already implemented. That leaves us with:
I will keep this issue open but I do not plan to implement more of them in the near future
No branches or pull requests
This paper defines a estimate of the complexity of a time series.
http://www.cs.ucr.edu/~eamonn/Complexity-Invariant%20Distance%20Measure.pdf
I would like to add that feature.
Edit: the respective journal paper discusses 8 different measure for the complexity of a time series, e.g.
I implemented the complexity estimate measure used in CID. I will leave this issue open as a starting point for new features
The text was updated successfully, but these errors were encountered: