-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add important fix to parameter error.
Numeric hessians from numdifftools are not well behaved at the moment (for both chi^2 and the fit function). Tolerances either need to be increased, the second derivative(s) of the fit function need(s) to be set to 0, or the Hessian for the fit function should be computed analytically. TODO: Add an option to enter the first derivatives of the fit function by hand, GEVP analysis, and double jackknife resampling. This commit should be nearly at the 1.0 release stage, and should be considered production ready.
- Loading branch information
Showing
1 changed file
with
12 additions
and
10 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