OxfordIonTrapGroup / oitg

Python package of helper routines (result loading, fitting, etc) for the Oxford Ion-Trap Group (OITG).
https://oxfordiontrapgroup.github.io/oitg/
13 stars 9 forks source link

FitBase should pass covariance matrix to the derived_parameter_function #5

Open pathfinder49 opened 5 years ago

pathfinder49 commented 5 years ago

Covariences may have a significant effect on the error calculated for a derived parameter. It would be good to have the covariance matrix calculated by curve_fit availible in the derived_parameter_function.