Description Usage Arguments Value Author(s) References Examples
Calculates the Tsallis entropy of a probability distribution
1 | TsallisEntropy(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 Tsallis
Eduarda Chagas
De Albuquerque, M. Portes, Israel A. Esquef, and AR Gesualdi Mello. "Image thresholding using Tsallis entropy." Pattern Recognition Letters 25.9 (2004): 1059-1065.
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)
TsallisEntropy(prob = p, q = 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.