PSYC792 Errata List
Professor Frank Schieber, Heimstra Human Factors Laboratories, University
of South Dakota
Myung (2003) Tutorial on Maximum Likelihood Estimation
There is a typographical error in the published code for function
loglik = expo_mle(w):
The line reading "loglik = (-1)*(x.*log(p) + (n-x) .* log(1p))"
Should read as "loglik = (-1)*(x.*log(p) + (n-x) .* log(1-p))"
USD Home Page - Psychology Home Page - Prof Schieber's Home Page