-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(derivative): fix copy-paste bugs in mixed partial derivatives
Fix errors in the calculation of the (burst_width, dm) and (scattering_timescale, scattering_timescale) mixed partial derivative. Impacts the calculation of the analytical hessian for models with scattering.
- Loading branch information
Seth Siegel
committed
Aug 26, 2024
1 parent
a02d1bd
commit beb534d
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beb534d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emmanuelfonseca discovered these copy-past errors in the calculation of the mixed partial derivatives. I think this would affect parameter uncertainties for the fits with scattering (assuming that the inverse of the hessian has non-negative diagonal elements), correct?