specify | R Documentation |
Specify an ARMA model
specify(ar = 0, ma = 0, sigma2 = 1)
ar |
Vector of AR coefficients (index number equals coefficient subscript) |
ma |
Vector of MA coefficients (index number equals coefficient subscript) |
sigma2 |
White noise variance |
Returns an ARMA model consisting of a list with the following components.
phi |
Vector of AR coefficients (index number equals coefficient subscript) |
theta |
Vector of MA coefficients (index number equals coefficient subscript) |
sigma2 |
White noise variance |
specify(ar=c(0,0,.99))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.