mixpdf: Generate the probability density function (pdf) of the...

mixpdfR Documentation

Generate the probability density function (pdf) of the specified gaussian mixture model (GMM)

Description

mixpdf returns a vector of probability density over the values of x

Usage

mixpdf(x, means, proportions, sd)

Arguments

x

(numeric) vector of values over which to compute the pdf

means

(numeric) vector of means for GMM components

proportions

(numeric) vector of GMM component weights

sd

(numeric) vector or single value of GMM component variance

Value

a single numeric value representing the difference in means


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