sarima_model | R Documentation |
Seasonal ARIMA model (Box-Jenkins)
sarima_model(
name = "sarima",
period,
phi = NULL,
d = 0,
theta = NULL,
bphi = NULL,
bd = 0,
btheta = NULL
)
name |
name of the model. |
period |
period of the model. |
phi |
coefficients of the regular auto-regressive polynomial
( |
d |
regular differencing order. |
theta |
coefficients of the regular moving average polynomial
( |
bphi |
coefficients of the seasonal auto-regressive polynomial. True signs. |
bd |
seasonal differencing order. |
btheta |
coefficients of the seasonal moving average polynomial. True signs. |
A "JD3_SARIMA"
model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.