Skip to content

Commit

Permalink
switch to hesse
Browse files Browse the repository at this point in the history
  • Loading branch information
ggmarshall committed Apr 6, 2024
1 parent d4027a2 commit fbbe4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygama/math/unbinned_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ def fit_unbinned(func: Callable, data: np.ndarray, guess:np.ndarray =None,
m.simplex().migrad()
else:
m.migrad()
m.minos()
m.hesse()
return m.values, m.errors, m.covariance

0 comments on commit fbbe4a5

Please sign in to comment.