Description Usage Arguments Value Examples
View source: R/multivariate_estimation.R
Estimate a multivariate density function using the LGDE.
| 1 2 | 
| data | The data matrix, one row per observation. | 
| 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 6 elements: $f.est are the density estimates at the grid points, $d is the dimension, $loc.cor are the local correlations, $h is the matrix of bandwidths that was used, $pairs is atwo-column matrix indicating all pairs of variables, $grid is the grid at which the density has been estimated.
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.