powered by
Renyi complexity
complexity_Renyi(opd, alpha)
A numeric vector that details an ordinal pattern distribution.
alpha parameter in Renyi complexity
The Renyi complexity value.
This function calculates the Renyi complexity as described in Jauregui et al., Physica A, 498 74-85, 2018.
Jauregui et al., Physica A, 498 74-85, 2018.
# NOT RUN { 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) # }
Run the code above in your browser using DataLab