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

Description Usage Arguments Value Author(s) References Examples

View source: R/Planes.R

Description

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

Usage

1
Histogram(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 <- Histogram(series = x, dimension = d, delay = del)
print(p)

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