Berndt–Hall–Hall–Hausman algorithm
The Berndt–Hall–Hall–Hausman (BHHH) algorithm is a numerical optimization algorithm similar to the Newton–Raphson algorithm, but it replaces the observed negative Hessian matrix with the outer product of the gradient. This approximation is based on the information matrix equality and therefore only valid while maximizing a likelihood function.{{cite journal |first=A. |last=Henningsen |first2=O. |last2=Toomet |title=maxLik: A package for maximum likelihood estimation in R |journal=Computational Statistics |year=2011 |volume=26 |issue=3 |pages=443–458 [p. 450] |doi=10.1007/s00180-010-0217-1 }} The BHHH algorithm is named after the four originators: Ernst R. Berndt, Bronwyn Hall, Robert Hall, and Jerry Hausman.{{cite journal |last=Berndt |first=E. |first2=B. |last2=Hall |first3=R. |last3=Hall |first4=J. |last4=Hausman |year=1974 |url=https://www.nber.org/chapters/c10206.pdf |title=Estimation and Inference in Nonlinear Structural Models |journal=Annals of Economic and Social Measurement |volume=3 |issue=4 |pages=653–665 }}
Usage
If a nonlinear model is fitted to the data one often needs to estimate coefficients through optimization. A number of optimisation algorithms have the following general structure. Suppose that the function to be optimized is Q(β). Then the algorithms are iterative, defining a sequence of approximations, βk given by
:,
where is the parameter estimate at step k, and is a parameter (called step size) which partly determines the particular algorithm. For the BHHH algorithm λk is determined by calculations within a given iterative step, involving a line-search until a point βk+1 is found satisfying certain criteria. In addition, for the BHHH algorithm, Q has the form
:
and A is calculated using
:
In other cases, e.g. Newton–Raphson, can have other forms. The BHHH algorithm has the advantage that, if certain conditions apply, convergence of the iterative procedure is guaranteed.{{citation needed|date=March 2013}}
See also
References
{{Reflist}}
Further reading
- V. Martin, S. Hurn, and D. Harris, Econometric Modelling with Time Series, Chapter 3 'Numerical Estimation Methods'. Cambridge University Press, 2015.
- {{cite book |last=Amemiya |first=Takeshi |author-link=Takeshi Amemiya |title=Advanced Econometrics |location=Cambridge |publisher=Harvard University Press |year=1985 |isbn=0-674-00560-0 |pages=[https://archive.org/details/advancedeconomet00amem/page/137 137–138] |url-access=registration |url=https://archive.org/details/advancedeconomet00amem/page/137 }}
- {{cite book |last=Gill |first=P. |first2=W. |last2=Murray |first3=M. |last3=Wright |year=1981 |title=Practical Optimization |publisher=Harcourt Brace |location=London }}
- {{cite book |first=Christian |last=Gourieroux |first2=Alain |last2=Monfort |title=Statistics and Econometric Models |chapter=Gradient Methods and ML Estimation |location=New York |publisher=Cambridge University Press |year=1995 |isbn=0-521-40551-3 |pages=452–458 |chapter-url=https://books.google.com/books?id=gqI-pAP2JZ8C&pg=PA452 }}
- {{cite book |last=Harvey |first=A. C. |title=The Econometric Analysis of Time Series |location=Cambridge |publisher=MIT Press |year=1990 |edition=Second |isbn=0-262-08189-X |pages=137–138 }}
{{Optimization algorithms|unconstrained}}
{{DEFAULTSORT:Bhhh Algorithm}}