Skip to content

Issue recovering inverse Hessian from minimize() #26

Description

@rickecon

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.

  1. Only one of the three constrained minimizer methods ('L-BFGS-B') return the inverse Hessian.
  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions