emp_V {sinar} | R Documentation |
Empirical estimate for the matrix V in the Klimko-Nelson.
Description
emp_V
is the matrix in the Klimko-Nelson seminal paper. Basically,
we know
where
For more details, check Klimko and Nelson (1978).
Usage
emp_V(X)
Arguments
X |
A integer matrix where each cell is the observed value in the regular lattice. |
Value
The matrix V estimated empirically.
Examples
data("nematodes")
emp_V(nematodes)
[Package sinar version 0.1.0 Index]