is.stationary {bentcableAR} | R Documentation |
Check if AR coefficients correspond to stationarity.
is.stationary(phi.vect)
phi.vect |
A vector of at least one AR coefficient. |
Stationarity check is performed via the simulation of an AR
time series using the built-in R function arima.sim
.
logical
This function is intended for internal use by bentcable.ar
.
Grace Chiu
is.stationary(1) # F
is.stationary(c(-.5,.2)) # T