gmm_em_fixed_var | R Documentation |
(GMMs) where component means differ by a constant factor
gmm_em_fixed_var
returns a difference optimized using EM and a grid
search
gmm_em_fixed_var(data, means, var)
data |
(numeric) vector of values to for the GMM to be fit to |
means |
(numeric) vector of means for GMM components |
var |
(numeric) vector of gaussian variances, either length one or equal to the length of means |
a single numeric value representing the difference in means
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.