dkdevine | R Documentation |
Evaluate the density of a kdevine object
dkdevine(x, obj)
x |
( |
obj |
a |
The density estimate evaluated at x
.
kdevine
# load data
data(wdbc)
# estimate density (use xmin to indicate positive support)
fit <- kdevine(wdbc[, 5:7], xmin = rep(0, 3))
# evaluate density estimate
dkdevine(c(1000, 0.1, 0.1), fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.