ess.powder.types.UncertaintyBroadcastMode#
- class ess.powder.types.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
dropDrop variances if the data is broadcast.
upper_boundCompute an upper bound for the variances.
failDo not broadcast, simply return the input data.