ess.reduce.uncertainty.UncertaintyBroadcastMode#
- class ess.reduce.uncertainty.UncertaintyBroadcastMode(value)[source]#
Mode for broadcasting uncertainties.
See https://doi.org/10.3233/JNR-220049 for context.
- __init__()#
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.