ar2q | R Documentation |
ar2q
ar2q(n, a)
n |
is the size of the precision matrix |
a |
length three vector with the parameters a_0, a_1 and a_2 in a_0 y_t + a_1 y_t-1 + a_2 y_t-2 = w_t stochastic difference equation. |
ar2q()
: matrix.
ar2q(10, c(1, 1, -0.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.