Description Usage Arguments Value Examples
View source: R/multivariate_estimation.R
Estimate conditional densities using the LGDE
| 1 2 3 | 
| data | The data matrix, one row per observation. | 
| cond | A vector of values to be conditioned on. | 
| bandwidths | A matrix of bandwidths. Must be in the same format as is produced by the HLocal-function. | 
| gsize | If grid is not provided, the density will be estimated at gsize points going diagonally through the data. | 
| grid | The grid at which to estimate the density. Must be a matrix with the same number of columns as the data matrix. | 
A list with 1 element: $f.est.cond is the estimated conditional density.
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.