Skip to content
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

Add an argument to write Hessian from Laplace algorithm to a file #3260

Closed
avehtari opened this issue Jan 25, 2024 · 0 comments · Fixed by #3261
Closed

Add an argument to write Hessian from Laplace algorithm to a file #3260

avehtari opened this issue Jan 25, 2024 · 0 comments · Fixed by #3261

Comments

@avehtari
Copy link
Collaborator

Laplace algorithm computes Hessian at the mode, but it is not available for the user. The Hessian would be useful for

  • computing the normalization term of the normal approximation, which would help to estimate marginal likelihood (we have a use case)
  • computing normal approximation based sd and SE without drawing from the normal distribution, which would be useful for very big data and close to normal posterior
  • for algorithm development for algorithms that start with mode and Hessian, like CCD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant