permutation_entropy_Renyi: A function to compute Renyi entropy

Description Usage Arguments Details Value Author(s) References Examples

View source: R/complexity_measures_Renyi.R

Description

Renyi permutation entropy

Usage

1

Arguments

opd

A numeric vector that details an ordinal pattern distribution.

alpha

alpha parameter in Renyi entropy

Details

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

Value

The Renyi entropy value.

Author(s)

Sebastian Sippel

References

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

Examples

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

Example output

[1] 0.9917503

statcomp documentation built on Oct. 30, 2019, 11:15 a.m.