Ma | R Documentation |
Create an MA model representing a filter or system model
Ma(b)
b |
moving average (MA) polynomial coefficients. |
A list of class Ma
with the polynomial coefficients
Tom Short, tshort@eprisolutions.com
See also Arma
f <- Ma(b = c(1, 2, 1) / 3)
freqz(f)
zplane(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.