cycleOptim {RGAP} | R Documentation |
Finds the most suitable cycle model according to the BIC.
cycleOptim(x, opt = c("AR1", "AR2", "RAR2"))
x |
A time series. |
opt |
A character vector with the cycle models to be tested. The default is
|
A character string with the chosen cycle model.