gauss_rlcv {mig} | R Documentation |
Robust likelihood cross-validation for Gaussian kernel density estimation
Description
Robust likelihood cross-validation criterion function of Wu.
Usage
gauss_rlcv(x, Sigma, logweights, an, xsamp, dxsamp, mckern = TRUE)
Arguments
x |
|
Sigma |
smoothing positive-definite matrix |
logweights |
log vector of weights |
an |
threshold for linear approximation |
xsamp |
|
dxsamp |
|
mckern |
logical; if |
Value
RLCV criterion value
[Package mig version 2.0 Index]