-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gerald's Case: DFOP- nonsense CIs #27
Comments
The asymptotic theory behind the formula for 's.e.' breaks down with parameters at boundaries. It assumes that you are minimizing the negative log(likelihood) AND the optimum is in the interior of the region AND the log(likelihood) is sufficiently close to being parabolic that a reasonable approximation for the distribution of the maximum likelihood estimates (MLEs) has a density adequately approximated by a second-order Taylor series expansion about the MLEs. In this case, transforming the parameters will not solve the problem. If the maximum is at a boundary and if you send the boundary to Inf with a transformation, then a second-order Taylor series expansion of the log(likelihood) about the MLEs will be locally flat in some direction(s), so the hessian can not be inverted. These days, the experts typically approach problems like this using Monte Carlo, often in the form of Markov Chain Monte Carlo (MCMC). One example of an analysis of this type of problem appears in section 2.4 of Pinheiro and Bates (2000) Mixed-Effects Models in S and S-Plus (Springer). |
there is really no way to get around this problem apart from having a good initial guess |
http://cowles.econ.yale.edu/P/cp/p09b/p0988.pdf ESTIMATION WHEN A PARAMETER IS ON A BOUNDARY |
Standard error can be incorrect:
|
https://groups.google.com/forum/#!topic/comp.soft-sys.matlab/7luxU61mjVk Or, if your Another approach that might be more practical would be to sample from A third approach that you might consider is building a quadratic |
*
Gill PE, Murray W, Wright MH(1981) Practical Optimization.
The text was updated successfully, but these errors were encountered: