Description Usage Arguments Details References Examples
The continuous convolution kernel density estimator is defined as the
classical kernel density estimator based on continuously convoluted data (see
cont_conv()
). cckde()
fits the estimator (including bandwidth selection),
dcckde()
and predict.cckde()
can be used to evaluate the estimator.
1 2 3 4 5 6 |
x |
a matrix or data frame containing the data (or evaluation points). |
bw |
vector of bandwidth parameter; if |
mult |
bandwidth multiplier; either a positive number or a vector of such. Each bandwidth parameter is multiplied with the corresponding multiplier. |
theta |
scale parameter of the USB distribution (see, |
nu |
smoothness parameter of the USB distribution (see, |
... |
unused. |
object |
|
newdata |
matrix or data frame containing evaluation points. |
If a variable should be treated as ordered discrete, declare it as
ordered()
, factors are expanded into discrete dummy codings.
Nagler, T. (2017). A generic approach to nonparametric function estimation with mixed data. arXiv:1704.07457
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.