Ma {signal} | R 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
[Package signal version 1.8-1 Index]