dlcd(x,lcd, uselog=FALSE, eps=10^-10)
matrix
of points) at which the maximum
likelihood estimator should be evaluated"LogConcDEAD"
(typically output from
mlelcd
)logical
: should the estimator should be calculated on the
log scale?vector
of maximum likelihood estimate (or log
maximum likelihood estimate) values, as evaluated at the points x
.Functions of this form may equivalently be specified by dividing $C_n$, the convex hull of the data into simplices $C_j$ for $j \in J$ (triangles in 2d, tetrahedra in 3d etc), and setting $$f(x) = \exp{b_j^T x - \beta_j}$$ for $x \in C_j$, and $f(x) = 0$ for $x \notin C_n$. The estimated density is zero outside the convex hull of the data. The estimate may therefore be evaluated by finding the appropriate simplex $C_j$, then evaluating $\exp{b_j^T x - \beta_j}$ (if $x \notin C_n$, set $f(x) = 0$).
For examples, see mlelcd
.
mlelcd