dcar_proper
distributionCalculate the lower and upper bounds for the gamma
parameter of the dcar_proper
distribution
carBounds(C, adj, num, M)
A numeric vector containing the bounds (minimum and maximum allowable values) for the gamma
parameter of the dcar_proper
distribution.
vector of the same length as adj
, giving the normalized weights associated with each pair of neighboring locations.
vector of indices of the adjacent locations (neighbors) of each spatial location. This is a sparse representation of the full adjacency matrix.
vector giving the number of neighboring locations of each spatial location, with length equal to the number of locations.
vector giving the diagonal elements of the conditional variance matrix, with length equal to the number of locations.
Daniel Turek
Bounds for gamma are the inverse of the minimum and maximum eigenvalues of: \(M^(-0.5) C M^(0.5)\). The lower and upper bounds are returned in a numeric vector.
CAR-Proper
, carMinBound
, carMaxBound