Description Usage Arguments Value Examples
EM Algorithm for two-component Gaussian Mixture
1 | EM_mix(mu1, sigma1, mu2, sigma2, p, N, rv)
|
mu1 |
the mean of Y1 |
sigma1 |
the variance of Y1 |
mu2 |
the mean of Y2 |
sigma2 |
the variance of Y2 |
p |
the probability of the mixture distribution |
N |
the number of samples |
rv |
the random number from mixed normal distribution |
the maximum likelihood estimation of the mean, variance and the mixed probablity
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.