Ma: Create a moving average (MA) model

View source: R/filter.R

MaR Documentation

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.

Author(s)

Tom Short, EPRI Solutions, Inc., (tshort@eprisolutions.com)

See Also

See also Arma


signal documentation built on June 26, 2024, 9:06 a.m.

Related to Ma in signal...