sarima.decompose | R Documentation |
Title
sarima.decompose(model, rmod = 0, epsphi = 0)
model |
Sarima model to decompose |
rmod |
Trend threshold |
epsphi |
Seasonal tolerance (in degrees) |
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.