aux_gauss {smile} | R Documentation |
This is an auxiliary function for internal use. It helps to numerically integrate a covariance function evaluated at a grid of points within a polygon and speed-up the computations.
aux_gauss(dist, sigsq, phi)
dist |
a numeric matrix representing the distance between spatial entities. |
sigsq |
the |
phi |
the |
The mean of gauss_cov(dist, sigsq, phi)
.