Given a data matrix over a half-space defined by beta, compute an homeomorphism to
\(\mathbb{R}^d\) and perform kernel smoothing based on a Gaussian kernel density estimator,
taking each turn an observation as location vector.
hsgauss_kdens(x, newdata, Sigma, beta, log = TRUE, ...)a vector containing the value of the kernel density at each of the newdata points
n by d matrix of quantiles
matrix of new observations at which to evaluated the kernel density
scale matrix
d vector \(\boldsymbol{\beta}\) defining the half-space through \(\boldsymbol{\beta}^{\top}\boldsymbol{\xi}>0\)
logical; if TRUE, returns log probabilities
additional arguments, currently ignored