SteveOv / ebop_maven

EBOP Model Automatic input Value Estimation Neural network
GNU General Public License v3.0
1 stars 0 forks source link

better/more consistent support for uncertainties #33

Open SteveOv opened 1 month ago

SteveOv commented 1 month ago

needs some work so we propagate uncertainties from predictions/fitting through calculations. We have a couple of options

SteveOv commented 1 month ago

I have a better handle on the uncertainties package. I've used it within model testing in the append_calculated_inc_predictions() function which uses ufloats, built in math operators and the math package. It also has some useful functions for converting to NDArrays of ufloats. Will go forward with the uncertainties package.

SteveOv commented 1 week ago

This may be related to #59 (deblib package).