R/localmean_weight.R
localmean_weight.Rd
This function calculates the index values of neighboring points and associated weights required by the local mean variance estimator.
localmean_weight(x, y, prb, nbh = 4)
Vector of x-coordinates for location of the sample points.
Vector of y-coordinates for location of the sample points.
Vector of inclusion probabilities for the sample points.
Number of neighboring points to use in the calculations.
If ginv fails to return valid output, a NULL object. Otherwise, a
list containing two elements: a matrix named ij
composed of the
index values of neighboring points and a vector named gwt
composed of weights.