Skip to content
New issue

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

"Amplitude entropy" #405

Open
kahaaga opened this issue Jun 4, 2024 · 0 comments
Open

"Amplitude entropy" #405

kahaaga opened this issue Jun 4, 2024 · 0 comments
Labels
enhancement New feature or request that is non-breaking good first issue Good for newcomers new outcome space

Comments

@kahaaga
Copy link
Member

kahaaga commented Jun 4, 2024

Describe the feature you'd like to have

This paper introduces the "amplitude entropy". As for many of the other methods, this isn't any new entropy, but a new OutcomeSpace. Specifically, an input time series x is transformed as follows:

|z(𝑡)| = √︁(𝑥(𝑡)^2 + H{𝑥(𝑡)}^2)

where H{𝑥(𝑡)} is the Hilbert transform of the time series x(t).

They then bin the amplitude time series, normalise the histogram to form a a set of probabilities (i.e. use RelativeAmount), then compute Shannon entropy.

If possible, sketch out an implementation strategy

This should just be implemented as a new OutcomeSpace, and mention in the doctoring that it was originally used as part of the "amplitude entropy".

@kahaaga kahaaga added enhancement New feature or request that is non-breaking good first issue Good for newcomers new outcome space labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request that is non-breaking good first issue Good for newcomers new outcome space
Projects
None yet
Development

No branches or pull requests

1 participant