sarima.decompose: Title

View source: R/arima.R

sarima.decomposeR Documentation

Title

Description

Title

Usage

sarima.decompose(model, rmod = 0, epsphi = 0)

Arguments

model

Sarima model to decompose

rmod

Trend threshold

epsphi

Seasonal tolerance (in degrees)

Examples

model <- sarima.model(period = 12, d =1, bd = 1, theta = -0.6, btheta = -0.5)
ucm <- sarima.decompose(model)


palatej/rjd3modelling documentation built on Jan. 3, 2023, 10:19 p.m.