tnorm_lscv {mig} | R Documentation |
Least squares cross-validation for truncated Gaussian kernel density estimation
Description
Least squares cross-validation for truncated Gaussian samples.
Usage
tnorm_lscv(x, Omega, beta, xsamp, dxsamp, mckern = TRUE)
Arguments
x |
|
Omega |
smoothing positive-definite matrix |
beta |
vector of constraints for the half-space |
xsamp |
|
dxsamp |
|
mckern |
logical; if |
Value
least square criterion value
[Package mig version 2.0 Index]