Learn R Programming

signal (version 0.5)

Ma: Create a moving average (MA) model

Description

Returns a moving average MA model. The model could represent a filter or system model.

Usage

Ma(b)

Arguments

b
moving average (MA) polynomial coefficients

Value

  • A list with the MA polynomial coefficients of class Ma.

See Also

See also Arma