gmm_em_fixed_var: Optimizes mean differential for a special case of gaussian...

gmm_em_fixed_varR Documentation

Optimizes mean differential for a special case of gaussian mixture models

Description

(GMMs) where component means differ by a constant factor gmm_em_fixed_var returns a difference optimized using EM and a grid search

Usage

gmm_em_fixed_var(data, means, 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) vector of gaussian variances, either length one or equal to the length of means

Value

a single numeric value representing the difference in means


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