Top "Uncertainty" questions

The uncertainties package is a python package that transparently handles calculations with numbers with uncertainties (like 3.14±0.01).

Finding the location of a parent node in a binary tree

So I need help coming up with an expression that will always give me the location of a child's parent …

c++ tree binary-tree parent-child uncertainty
Plotting shaded uncertainty region in line plot in matplotlib when data has NaNs

I would like a plot which looks like this: I am trying to do this with matplotlib: fig, ax = plt.…

python matplotlib plot uncertainty
Shaded uncertainty/error region in matplotlib.pyplot

I'm searching for a way to draw shaded error-regions instead of error-bars in Python. I know that there is matplotlib.…

python-2.7 matplotlib uncertainty
How to calculate prediction uncertainty using Keras?

I would like to calculate NN model certainty/confidence (see What my deep model doesn't know) - when NN tells …

machine-learning neural-network deep-learning keras uncertainty
estimating uncertainties in fitted parameters using lsqcurvefit

I am using lsqcurvefit to fit function like this a.*x.^b, it will give me a , b and resnorm. …

statistics matlab curve-fitting uncertainty