tnorm_rlcv {mig} | R Documentation |
Likelihood cross-validation for truncated normal kernel density estimation
Description
Robust likelihood cross-validation criterion function.
Usage
tnorm_rlcv(x, Omega, beta, an, xsamp, dxsamp, mckern = TRUE)
Arguments
x |
|
Omega |
smoothing positive-definite matrix |
beta |
vector of constraints for the half-space |
an |
threshold for linear approximation |
xsamp |
|
dxsamp |
|
mckern |
logical; if |
Value
RLCV criterion value
[Package mig version 2.0 Index]