Description Usage Arguments Value Author(s) References Examples
Calculates the Fisher entropy of a probability distribution
1 | FisherEntropy(prob)
|
prob |
A numeric vector containing a probability distribution of ordinal patterns |
The entropy of Fisher
Eduarda Chagas
Olivares, Felipe, Angelo Plastino, and Osvaldo A. Rosso. "Contrasting chaos with noise via local versus global information quantifiers." Physics Letters A 376.19 (2012): 1577-1583.
1 2 3 4 5 6 | set.seed(123, kind = "Mersenne-Twister")
x <- runif(110000)
d <- 3
del <- 1
p <- BandtPompe(series = x, dimension = d, delay = del)
FisherEntropy(prob = p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.