Skip to content

Sample Entropy not same value #97

Description

@allran

I compared the libraries:antropy, pyentrp, EntropyHub。
For example, calculate Sample Entropy, all not the same value。
Isn't the algorithm the same?

import antropy as ant
entropy1_5 = ant.sample_entropy(X)

from pyentrp import entropy as ent
entropy2_2 = ent.sample_entropy(X, 2)

import EntropyHub as EH
Samp, _, _ = EH.SampEn(X)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions