Description Usage Arguments Value Author(s) References Examples
Calculates the Renyi entropy of a probability distribution
1 | RenyiEntropy(prob, q)
|
prob |
A numeric vector containing a probability distribution of ordinal patterns |
q |
The entropy order. It allows only positive numbers. |
The entropy of Renyi
Eduarda Chagas
Lenzi, E. K., R. S. Mendes, and L. R. Da Silva. "Statistical mechanics based on Renyi entropy." Physica A: Statistical Mechanics and its Applications 280.3-4 (2000): 337-345.
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)
RenyiEntropy(prob = p, q = 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.