StatisticalComplexity: Calculates the statistical complexity of the given...

Description Usage Arguments Value Author(s) References Examples

View source: R/Statistical_Complexity.R

Description

Calculates the statistical complexity of the given probability distribution

Usage

1

Arguments

prob

A numerical vector containing a probability distribution of ordinal patterns

Value

The statistical complexity

Author(s)

Eduarda Chagas

References

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.

Examples

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)

EduardaChagas/NATS_package documentation built on June 20, 2021, 4:39 a.m.