View source: R/MixtureFitting.R
gmm_size_probability_nls | R Documentation |
Calculates the posterior probability of a Gaussian mixture with n components. Internally, it bins the data vector and calls nls() to optimize the mixture fit. Returns the list of the same form as received from optim().
gmm_size_probability_nls( x, n, bins = 100, trace = FALSE )
x |
data vector |
n |
number of mixture components |
bins |
number of bins |
trace |
should debug trace be printed? |
List of the same form as received from optim().
Andrius Merkys
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.