arima.model | R Documentation |
ARIMA Model
arima.model(name = "arima", ar = 1, delta = 1, ma = 1, variance = 1)
name |
Name of the model. |
ar |
Coefficients of the regular auto-regressive polynomial (1 + ar(1)B + ar(2)B + ...). True signs. |
delta |
The non stationary auto-regressive polynomial. |
ma |
Coefficients of the regular moving average polynomial (1 + ma(1)B + ma(2)B + ...). True signs. |
variance |
the innovation variance. |
a "JD3_ARIMA"
model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.