gmm_em_only_var: Determines variance for a gaussian mixture model (GMM) given...

gmm_em_only_varR Documentation

Determines variance for a gaussian mixture model (GMM) given fixed means using a variation of expectation-maximization for the special case of all equal variances for all components

Description

gmm_em_only_var returns a value of standard deviation for the given GMM

Usage

gmm_em_only_var(data, means, initial_var)

Arguments

data

(numeric) vector of values to for the GMM to be fit to

means

(numeric) vector of means for GMM components

var

(numeric) single value, initial estimate for variance

Value

a single numeric value representing the difference in means


lculibrk/Ploidetect documentation built on May 18, 2023, 5:53 p.m.