complexity_Renyi {statcomp}R Documentation

A function to compute Renyi complexity

Description

Renyi complexity

Usage

complexity_Renyi(opd, alpha)

Arguments

opd

A numeric vector that details an ordinal pattern distribution.

alpha

alpha parameter in Renyi complexity

Details

This function calculates the Renyi complexity as described in Jauregui et al., Physica A, 498 74-85, 2018.

Value

The Renyi complexity value.

Author(s)

Sebastian Sippel

References

Jauregui et al., Physica A, 498 74-85, 2018.

Examples

x = arima.sim(model=list(ar = 0.3), n = 10^4)
opd = ordinal_pattern_distribution(x = x, ndemb = 6)
complexity_Renyi(opd = opd, alpha = 0.5)

[Package statcomp version 0.1.0 Index]