em.estimator: EM algorithm

Description Usage Arguments

View source: R/em_estimator.R

Description

EM algorithm estimator for problem 4.2

Usage

1
em.estimator(theta, counts, eps = 1e-06, debug = T)

Arguments

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


queelius/prob.4.2.comp.stats documentation built on Dec. 22, 2021, 10:58 a.m.