MIG kernel density estimator
Given a data matrix over a half-space defined by beta
, compute the log density taking in turn an observation in newdata
as location vector and computing the kernel density estimate.
mig_kdens_arma(x, newdata, Omega, beta, logd)
x
: n
by d
matrix of quantilesnewdata
: matrix of new observations at which to evaluated the kernel densityOmega
: d
by d
positive definite scale matrix beta
: d
vector defining the half-space through the value of the likelihood cross-validation criterion
Useful links