rma: Moving avarege process

Description Usage Arguments

Description

Generates n observations of a d-dimensional moving average process with operators A, i.e.

Y_t = ∑_{i \in L_A} A_i X_t

, where L_A is a set of lags on which operators A_i are defined.

Usage

1
rma(n, d, A, noise = NULL)

Arguments

n

number of observations to generate

d

number of dimensions of the process

A

time domain object describing operators

noise

the underlying X process


freqdom documentation built on May 2, 2019, 5:55 p.m.

Related to rma in freqdom...