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 Fisher Information Matrix to likelihood cost #630

Open
Dibyendu-IITKGP opened this issue Jan 23, 2025 · 0 comments · May be fixed by #632
Open

Add Fisher Information Matrix to likelihood cost #630

Dibyendu-IITKGP opened this issue Jan 23, 2025 · 0 comments · May be fixed by #632
Assignees
Labels
enhancement New feature or request

Comments

@Dibyendu-IITKGP
Copy link
Contributor

Feature description

Compute the observed Fisher Information Matrix (FIM) for the given inputs. The FIM is computed using the square of the gradient, divided by the number of data points.

Motivation

Often it becomes necessary to know how sensitive the optimization problem is to changes in the parameters. Acquiring Hessian information can be challenging. FIM can be calculated from the gradient, and is already implemented for the Jax cost functions in PyBOP.

Possible implementation

No response

Additional context

No response

@Dibyendu-IITKGP Dibyendu-IITKGP added the enhancement New feature or request label Jan 23, 2025
@Dibyendu-IITKGP Dibyendu-IITKGP self-assigned this Jan 23, 2025
@Dibyendu-IITKGP Dibyendu-IITKGP linked a pull request Jan 24, 2025 that will close this issue
15 tasks
@Dibyendu-IITKGP Dibyendu-IITKGP linked a pull request Jan 24, 2025 that will close this issue
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant