relativeUncertainty property

double relativeUncertainty

The relative standard uncertainty in this Quantity object's value.

Relative standard uncertainty is defined as the standard uncertainty divided by the absolute value of the quantity. Standard uncertainty, in turn, 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

double get relativeUncertainty => _ur;