mig_lcv {mig} | R Documentation |
Likelihood cross-validation for kernel density estimation with MIG
Description
Given a data matrix over a half-space defined by beta
,
compute the log density using leave-one-out cross validation,
taking in turn an observation as location vector and computing the
density of the resulting mixture.
Usage
mig_lcv(x, beta, Omega)
Arguments
x |
|
beta |
|
Omega |
|
Value
the value of the likelihood cross-validation criterion
[Package mig version 1.0 Index]