Description Usage Arguments Value Examples
cls
computes the conditional least square for a process described
by
X_{i,j}= a_{10} X_{i-1,j} + a_{01} X_{i,j-1} + a_{11} X_{i-1, j-1} + ε_{i,j}
where ε_{i,j} is an iid process with poison distribution. Note the a_{10}, a_{01}, a_{11} must belong to the interval [0,1]. We obtain estimates for a_{10}, a_{01}, a_{11} and μ_ε. We do not make any asumption about the distribution of the innovation in the process.
1 | cls(X)
|
X |
A integer matrix where each cell is the observed value in the regular lattice. |
a vector with the estimates of a_{10}, a_{01}, a_{11}, μ.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.