EM algorithm estimator for problem 4.2
1 | em.estimator(theta, counts, eps = 1e-06, debug = T)
|
theta |
a starting guess for theta = (alpha,beta,mu,lambda) |
counts |
observed count data (n0,n1,...,n16) |
eps |
stopping condition |
debug |
whether to print out debugging info while running |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.