OxIonics / ionics_fits

Small python fitting library with an emphasis on Atomic Molecular and Optical Physics
Apache License 2.0
1 stars 0 forks source link

fitter: store sigma as an attribute #119

Closed hartytp closed 11 months ago

hartytp commented 11 months ago

This is useful e.g. for fit validation where one always wants to know the standard error for each point.

For NormalFitters this should be the sigma that's passed in. For BinomialFitters this should be calculated properly.