Learn R Programming

statcomp (version 0.1.0)

Turning_point: A function to compute Turning points

Description

Calculates Turning point values.

Usage

Turning_point(x)

Arguments

x

A time series

Value

Turning point value

Details

Turning point of a time series. Following Tarnopolski et al. Physica A 461 (2016) 662-673.

References

Tarnopolski et al. (2016), Physica A 461, 662-673.

Examples

Run this code
# NOT RUN {
x = arima.sim(model=list(ar = 0.3), n = 10^4)
Turning_point(x)
# }

Run the code above in your browser using DataLab