standardUncertainty property

Quantity standardUncertainty

Returns the standard uncertainty in this Quantity object's value as a typed Quantity object.

Standard uncertainty is defined as the uncertainty (of a measurement result) by an estimated standard deviation, which is equal to the positive square root of the estimated variance. One standard deviate in a Normal distribution corresponds to a coverage factor of 1 (k=1) and a confidence of approximately 68%.

Implementation

Quantity get standardUncertainty => dimensions.toQuantity(valueSI.abs() * _ur);