gen_seasComp: Generate multivariate seasonal component

View source: R/gen_seasComp.R

gen_seasCompR Documentation

Generate multivariate seasonal component

Description

generates a component that is seasonally (12) difference stationary

Usage

gen_seasComp(n, Phi, Sig, burn = 10^3, seasonal.period = 12)

Arguments

n

length of series

Phi

seasonal autoregressive parameter

Sig

covariance martrix white noise component

burn

burn in (defaults to 1000)

seasonl.period

periodicity of component (defaults to 12)

Value

Ndim x n matrix of observations


jlivsey/EMsignal documentation built on March 17, 2024, 5:12 p.m.