powered by
q-log permutation entropy
permutation_entropy_qlog(opd, q)
A numeric vector that details an ordinal pattern distribution.
q-log parameter
The q-log permutation entropy value.
This function calculates the q-log permutation entropy as described in Ribeiro et al. 2017.
Ribeiro et al. 2017, https://arxiv.org/abs/1705.04779.
# NOT RUN { x = arima.sim(model=list(ar = 0.3), n = 10^4) opd = ordinal_pattern_distribution(x = x, ndemb = 6) permutation_entropy_qlog(opd = opd, q = 1) # }
Run the code above in your browser using DataLab