The density, cdf, or quantile function of a kernel density estimate are
evaluated at arbitrary points with dkde1d
, pkde1d
,
and qkde1d
respectively.
dkde1d(x, obj)
pkde1d(x, obj)
qkde1d(x, obj)
rkde1d(n, obj, quasi = FALSE)
vector of evaluation points.
a kde1d
object.
integer; number of observations.
logical; the default (FALSE
) returns pseudo-random
numbers, use TRUE
for quasi-random numbers (generalized Halton, see
ghalton
).
The density or cdf estimate evaluated at x
.