Description Usage Arguments Details Value Examples
View source: R/hermite_estimator_bivar.R
This method calculates the probability density values for a matrix of 2-d x vector values using the hermite_estimator_bivar object (this).
1 2 |
this |
A hermite_estimator_bivar object. |
x |
A numeric matrix. Each row corresponds to a 2-d coordinate. |
clipped |
A boolean value. This value determines whether probability densities are clipped to be bigger than zero. |
accelerate_series |
A boolean value. Series acceleration has not yet been implemented for bivariate estimators. |
The object must be updated with observations prior to the use of the method.
A numeric vector of probability density values.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.