Description Usage Arguments Value Author(s) References Examples
Calculates the Min Entropy of a probability distribution
1 | MinEntropy(prob)
|
prob |
A numeric vector containing a probability distribution of ordinal patterns |
The min entropy
Eduarda Chagas
Zunino, Luciano, Felipe Olivares, and Osvaldo A. Rosso. "Permutation min-entropy: An improved quantifier for unveiling subtle temporal correlations." EPL (Europhysics Letters) 109.1 (2015): 10005.
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)
MinEntropy(prob = p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.