aux_pexp {smile} | R Documentation |
Mean of a (Powered Exponential) covariance function (Internal use)
Description
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.
Usage
aux_pexp(dist, sigsq, phi, nu)
Arguments
dist |
a numeric matrix representing the distance between spatial entities. |
sigsq |
the |
phi |
the |
nu |
the |
Value
The mean of pexp_cov(dist, sigsq, phi, nu)
.
[Package smile version 1.0.5 Index]