Description Usage Arguments Details Value Author(s) Examples
View source: R/OverlapErrorByDensity.R
Similarity in GMM by Density
1 | OverlapErrorByDensity(Means, SDs, Weights, Data = NULL, Kernels = NULL)
|
Means |
Means of the GMM Components |
SDs |
Standard Deviations of the GMM Components |
Weights |
Weights of the GMM Components |
Data |
Dataset that the GMM should be compared with |
Kernels |
if length(Kernels) = 1: amount of kernels if length(Kernels) > 1: kernels in dataspace at which the GMM Components will be compared with each other |
Calculates the similarity (overlap) between multiple modes in Gaussian Mixture Models. Kernels at equally distanced positions are used, if not explicitly given.
List: OverlapError Error for estimating the maximal Overlap of AUC of PDFs of each pair of GMM Components Kernels Kernels that were used for comparing the GMM Components
Florian Lerch
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.