do_stationary | R Documentation |
Automatic processing (identification of the order of the differencing) based on auto-correlations and on mean correction. The series should not be seasonal. Source: Tramo
do_stationary(data, period)
data |
Series being differenced. |
period |
Period of the series. |
Stationary transformation
ddata
: data after differencing
mean
: mean correction
differences
:
lag
: ddata(t)=data(t)-data(t-lag)
order
: order of the differencing
do_stationary(log(ABS$X0.2.09.10.M), 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.