Helper function to calculate Type A uncertainty from a vector of repeated measurements.
Value
An uncertainty_component object.
Examples
measurements <- c(10.1, 10.3, 9.9, 10.2, 10.0)
u_repeat <- uncertainty_type_a(measurements, "Repeatability")
Helper function to calculate Type A uncertainty from a vector of repeated measurements.
An uncertainty_component object.
measurements <- c(10.1, 10.3, 9.9, 10.2, 10.0)
u_repeat <- uncertainty_type_a(measurements, "Repeatability")