public class PEntropy extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
numbDataPoints |
| Constructor and Description |
|---|
PEntropy() |
| Modifier and Type | Method and Description |
|---|---|
double |
calcPEntropy(Vector<Double> data1D,
int m,
int d)
This method calculates the permutation entropy
|
public double calcPEntropy(Vector<Double> data1D, int m, int d)
data1D - 1D data vectorm - order of permutation entropy;
m should not be greater than N/3 (N number of data points)!d - delayCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.