Description Usage Arguments Value Author(s) References Examples
Estimate the AR1 persistence time
1 |
X |
|
method |
"acf" or "ls" |
deltas |
reference time step |
An estimate of the persistence time
Kira Rehfeld
Mann, M. E., & Lees, J. M. (1996). Robust estimation of background noise and signal detection in climatic time series. Climatic change, 33(3), 409-445. Rehfeld, K., Marwan, N., Heitzig, J., & Kurths, J. (2011). Comparison of correlation analysis techniques for irregularly sampled time series. Nonlinear Processes in Geophysics.
1 2 3 4 | dtx=1
X<-generate_ar1(list(generate_t()),phi=0.5)
tau=tauest(X,deltas=1,method="ls")
phi.est=exp(-1/tau);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.