Description Usage Arguments Value Examples
View source: R/preprocessing.R
Uses nsdiffs
and ndiffs
to determine the number of differencing to obtain a stationary time series.
1 |
ts_data |
A univariate 'ts' or 'xts' object |
... |
Additional arguments to be passed to the function |
A list, training, validation and test sets
1 2 3 4 5 | ## Not run:
library(datasets)
nb_diffs(AirPassengers)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.