gmm_size_probability {MixtureFitting} | R Documentation |
The Gaussian Mixture Distribution
Description
Calculates the posterior probability of a Gaussian mixture with n components. Internally, it attempts to maximize log-likelihood of data by calling optim() and returns the list as received from optim().
Usage
gmm_size_probability( x, n, method = "SANN" )
Arguments
x |
data vector |
n |
number of mixture components |
method |
optimization method passed to optim() |
Value
List representing the converged optim() run.
Author(s)
Andrius Merkys
[Package MixtureFitting version 0.6.1 Index]