carMaxBound | R Documentation |
dcar_proper
distributionCalculate the upper bound for the gamma
parameter of the dcar_proper
distribution
carMaxBound(C, adj, num, M)
C |
vector of the same length as |
adj |
vector of indices of the adjacent locations (neighbors) of each spatial location. This is a sparse representation of the full adjacency matrix. |
num |
vector giving the number of neighboring locations of each spatial location, with length equal to the number of locations. |
M |
vector giving the diagonal elements of the conditional variance matrix, with length equal to the number of locations. |
Bounds for gamma
are the inverse of the minimum and maximum eigenvalues of M^(-0.5) C M^(0.5)
.
The upper bound (maximum allowable value) for the gamma
parameter of the dcar_proper
distribution.
Daniel Turek
CAR-Proper
, carMinBound
, carBounds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.