cls {sinar} | R Documentation |
Conditional least square estimates for a SINAR(1,1) process.
Description
cls
computes the conditional least square for a process described
by
where is an iid process with poison distribution. Note
the
must belong to the interval
.
We obtain estimates for
and
.
We do not make any asumption about the distribution of the innovation in the
process.
Usage
cls(X)
Arguments
X |
A integer matrix where each cell is the observed value in the regular lattice. |
Value
a vector with the estimates of .
Examples
data("nematodes")
cls(nematodes)
[Package sinar version 0.1.0 Index]