View source: R/computeGridDensity.R
computeGridDensity | R Documentation |
computeGridDensity
computeGridDensity(XKernel, YKernel, Means, Covariances, Weights)
XKernel |
[1:x] Numeric vector defining domain of x axis. |
YKernel |
[1:x] Numeric vector defining domain of y axis. |
Means |
List of l two-dimensional numeric vectors carrying mean vector. |
Covariances |
List of l 2x2 numeric matrices carrying covariance matrices. |
Weights |
[1:l] Numeric vector with l weights for l Gaussian Mixture Model components. |
GridDensity |
[1:x, 1:x] Numeric matrix with PDF for a GMM with one or more Gaussians on a Grid defined by the vectors XKernel and YKernel. |
Quirin Stier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.