sarima_decompose | R Documentation |
Decompose SARIMA Model into three components trend, seasonal, irregular
sarima_decompose(model, rmod = 0, epsphi = 0)
model |
SARIMA model to decompose. |
rmod |
trend threshold. |
epsphi |
seasonal tolerance (in degrees). |
An UCARIMA model
model <- sarima_model(period = 12, d = 1, bd = 1, theta = -0.6, btheta = -0.5)
ucm <- sarima_decompose(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.