View source: R/from_features.R
drvkde | R Documentation |
Compute the mth derivative of a binned d-variate kernel density estimate based on grid counts.
drvkde(x, drv, bandwidth, gridsize, range.x, binned = FALSE, se = TRUE, w)
x |
The input data. |
drv |
The order of the derivative to compute. |
bandwidth |
The bandwidth (smoothing parameter) along each dimension. |
gridsize |
The size of the grid. |
range.x |
A list specifying the range of values for each dimension. |
binned |
A logical indicating whether the input data is already binned. |
se |
A logical indicating whether to compute standard errors. |
w |
A vector of weights for the data points. |
A list containing the estimated density or derivative, and optionally, standard errors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.