
Last chance! 50% off unlimited learning
Sale ends in
global_complexity(x = NA, opd = NA, ndemb)
x = arima.sim(model=list(ar = 0.3), n = 10^4)
global_complexity(x = x, ndemb = 6)
# or:
opd = ordinal_pattern_distribution(x = x, ndemb = 6)
global_complexity(opd = opd, ndemb = 6)
Run the code above in your browser using DataLab