tnorm_kdens_arma {mig} | R Documentation |
Truncated Gaussian kernel density estimator
Description
Given a data matrix over a half-space defined by beta
,
compute the log density of the asymmetric truncated Gaussian kernel density estimator,
taking in turn an observation as location vector.
Usage
tnorm_kdens_arma(x, newdata, Omega, beta, logd)
Arguments
x |
|
newdata |
matrix of new observations at which to evaluated the kernel density |
Omega |
|
beta |
|
Value
the value of the likelihood cross-validation criterion
[Package mig version 2.0 Index]