PlotHist: Plot the histogram of the ordinal patterns of the given time...

Description Usage Arguments Value Author(s) References Examples

Description

Plot the histogram of the ordinal patterns of the given time series

Usage

1
PlotHist(series, dimension, delay)

Arguments

series

A numeric vector (e.g. a time series)

dimension

Dimension size of ordinal patterns

delay

Size of the embedding delay of ordinal patterns

Value

A plot with histogram of ordinal patterns

Author(s)

Eduarda Chagas

References

Bandt, Christoph, and Bernd Pompe. "Permutation entropy: a natural complexity measure for time series." Physical review letters 88.17 (2002): 174102.

Examples

1
2
3
4
5
6
set.seed(123, kind = "Mersenne-Twister")
x <- runif(110000)
d <- 3
del <- 1
p <- PlotHist(series = x, dimension = d, delay = del)
print(p)

EduardaChagas/NATS_package documentation built on June 20, 2021, 4:39 a.m.