ess.reduce.uncertainty.UncertaintyBroadcastMode#
- class ess.reduce.uncertainty.UncertaintyBroadcastMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
Mode for broadcasting uncertainties.
See https://doi.org/10.3233/JNR-220049 for context.
- __init__(*args, **kwds)#
Attributes
Drop variances if the data is broadcast.
Compute an upper bound for the variances.
Do not broadcast, simply return the input data.
- drop = 1#
Drop variances if the data is broadcast.
- fail = 3#
Do not broadcast, simply return the input data.
- upper_bound = 2#
Compute an upper bound for the variances.