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

Drop variances if the data is broadcast.

upper_bound

Compute an upper bound for the variances.

fail

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.