isStationary | R Documentation |
Uses the Augmented Dickey-Fuller test to determine when the time series has a unit root.
isStationary(tsData)
tsData |
A time series object. |
A time series must have a minimum of three complete years of data. For details on the implementation of the Augmented Dickey-Fuller test, see the tseries package on cran.
A boolean indicating whether or not the given time series is stationary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.