The inverse Hessian is a nice estimator for the variance-covariance matrix of MLE parameter estimates (see MLE notebook discussion in Section 4). There are two problems with this.
- Only one of the three constrained minimizer methods (
'L-BFGS-B') return the inverse Hessian.
- Sometimes, the
'L-BFGS-B' method returns the inverse Hessian as a <KxK LbfgsInvHessProduct with dtype=float64>, where K is the number of parameters being estimated.
This issue presents some solutions to these problems as well as some unresolved questions. @merubhanot @dpzhang @olivianatan @alejandroparraguez @bobaekang @ykim17 @kkost84
The inverse Hessian is a nice estimator for the variance-covariance matrix of MLE parameter estimates (see MLE notebook discussion in Section 4). There are two problems with this.
'L-BFGS-B') return the inverse Hessian.'L-BFGS-B'method returns the inverse Hessian as a<KxK LbfgsInvHessProduct with dtype=float64>, whereKis the number of parameters being estimated.This issue presents some solutions to these problems as well as some unresolved questions. @merubhanot @dpzhang @olivianatan @alejandroparraguez @bobaekang @ykim17 @kkost84