hsgauss_kdens | R Documentation |
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, ...)
x |
|
newdata |
matrix of new observations at which to evaluated the kernel density |
Sigma |
scale matrix |
beta |
|
log |
logical; if |
... |
additional arguments, currently ignored |
a vector containing the value of the kernel density at each of the newdata
points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.