Description Usage Arguments Value
View source: R/is_invertable_arma.R
Check if an AR process is stationary or an MA process is invertible, by testing if the polynomial defined by it's coefficients doesn't have a root between -1 and 1
1 | is_invertable_arma(coefs, tol = 0.001)
|
coefs |
a numeric vector with the AR (or MA) coefficients |
tol |
the tolerance search for the roots. |
true if the process is invertible/stationary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.