Description Usage Arguments Details Value Author(s) See Also
Zero-pole-gain model of an ARMA filter.
1 2 3 4 5 6 7 8 9 10 |
zero |
complex vector of the zeros of the model. |
pole |
complex vector of the poles of the model. |
gain |
gain of the model. |
x |
model to be converted. |
... |
additional arguments (ignored). |
as.Zpg
converts from other forms, including Arma
and Ma
.
An object of class “Zpg”, containing the list elements:
zero |
complex vector of the zeros of the model. |
pole |
complex vector of the poles of the model. |
gain |
gain of the model. |
Tom Short
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.