Description Usage Arguments Value Author(s) References Examples
View source: R/Statistical_Complexity.R
Calculates the statistical complexity of the given probability distribution
1 | StatisticalComplexity(prob)
|
prob |
A numerical vector containing a probability distribution of ordinal patterns |
The statistical complexity
Eduarda Chagas
Martin, M. T., A. Plastino, and O. A. Rosso. "Generalized statistical complexity measures: Geometrical and analytical properties." Physica A: Statistical Mechanics and its Applications 369.2 (2006): 439-462.
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)
StatisticalComplexity(prob = p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.