positive: flag to compute KDE on the positive real line. Default is FALSE.
fhat: kernel density estimate, object of class kde
Returns
For the 1-d kernel density estimate fhat, pkde computes the cumulative probability for the quantile q, qkde computes the quantile corresponding to the probability p.
For any kernel density estimate, dkde computes the density value at x (it is an alias for predict.kde), rkde
computes a random sample of size n.
Details
pkde uses the trapezoidal rule for the numerical integration. rkde uses Silverman (1986)'s method to generate a random sample from a KDE.
References
Silverman, B. (1986) Density Estimation for Statistics and Data Analysis. Chapman & Hall/CRC. London.