Description Usage Arguments Value References Examples
This function returns one iteration of the EM step for excersize 6.6.8. The initial estimate for the step is theinput vector theta0 while the ouput are the onestep esimates as given on page 409 of the text.
1 | mixnormal(x, theta0)
|
x |
a vector of quantiles. |
theta0 |
a vector, first 2 elements are means, next 2 elements are standard deviations, and the last element is the perportion of data from the first population |
returns a vector, with mu1, mu2, sig1, sig2 and p
Hogg, R. McKean, J. Craig, A. (2018) Introduction to Mathematical Statistics, 8th Ed. Boston: Pearson.
1 2 3 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.