Maximum likehood estimation with stata, 3rd ed.

Author:

Language: English

Subject for Maximum likehood estimation with stata, 3rd ed.

Unknown price

Subject to availability at the publisher.

Add to cartAdd to cart
Publication date:
· Paperback
Written by the creators of Stata's likelihood maximization features, Maximum Likelihood Estimation with Stata, Third Edition continues the pioneering work of the previous editions. Emphasizing practical implications for applied work, the first chapter provides an overview of maximum likelihood estimation theory and numerical optimization methods. With step-by-step instructions, the next several chapters detail the use of Stata to maximize user-written likelihood functions. Various examples include logit, probit, linear, Weibull, and random-effects linear regression as well as the Cox proportional hazards model. The final chapters describe how to add a new estimation command to Stata. Assuming a familiarity with Stata, this reference is ideal for researchers who need to maximize their own likelihood functions.

New ml commands and their functions:
  • constraint: fits a model with linear constraints on the coefficient by defining your constraints, accepts a constraint matrix
  • ml model: picks up survey characteristics, accepts the subpop option for analyzing survey data
  • optimization algorithms: Berndt-Hall-Hall-Hausman (BHHH), Davidon-Fletcher-Powell (DFP), Broyden-Fletcher-Goldfarb-Shanno (BFGS)
  • ml: switches between optimization algorithms, computes variance estimates using the outer product of gradients (OPG)
  • Preface. Versions of Stata. Notation and typography. Theory and practice. Overview of ml. Method lf . Methods d0, d1, and d2. Debugging likelihood evaluators. Setting initial values. Interactive maximization. Final results. Writing do-files to maximize likelihoods. Writing ado-files to maximize likelihoods. Writing ado-files for survey data analysis. Appendices.