powered by
Calculates Turning point values.
Turning_point(x)
A time series
Turning point value
Turning point of a time series. Following Tarnopolski et al. Physica A 461 (2016) 662-673.
Tarnopolski et al. (2016), Physica A 461, 662-673.
# 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