Calculator Inputs
This page uses a single-column flow for content sections. The input area becomes three columns on large screens, two on medium screens, and one on mobile.
Example Data Table
The sample below illustrates a correct factor of 100 and an applied factor of 102 when converting meters to centimeters.
| Observation | Source Value (m) | Correct Factor | Applied Factor | Correct Value (cm) | Reported Value (cm) | Signed Error (cm) |
|---|---|---|---|---|---|---|
| 1 | 1.20 | 100 | 102 | 120.00 | 122.40 | 2.40 |
| 2 | 1.50 | 100 | 102 | 150.00 | 153.00 | 3.00 |
| 3 | 1.75 | 100 | 102 | 175.00 | 178.50 | 3.50 |
| 4 | 2.00 | 100 | 102 | 200.00 | 204.00 | 4.00 |
| 5 | 2.25 | 100 | 102 | 225.00 | 229.50 | 4.50 |
| 6 | 2.50 | 100 | 102 | 250.00 | 255.00 | 5.00 |
Formula Used
This calculator treats unit conversion error as the difference between a correctly converted value and a reported value generated with a used factor.
Correct Converted Value = Source Measurement × Correct Conversion Factor
Reported Converted Value = Source Measurement × Applied Conversion Factor
Signed Error = Reported Converted Value − Correct Converted Value
Absolute Error = |Signed Error|
Relative Error = Signed Error / Correct Converted Value
Percent Error = Relative Error × 100
MSE = Average(Signed Error²)
RMSE = √MSE
Propagated Uncertainty = |Correct Conversion Factor| × Source Uncertainty
Combined Uncertainty = √(Propagated Uncertainty² + Rounding Uncertainty²)
When reference target values are supplied, the calculator also computes the difference between the reported converted value and each reference value.
How to Use This Calculator
- Enter the original unit and the target unit.
- Provide the correct conversion factor for the intended conversion.
- Enter the factor actually used in reporting, software, or documentation.
- Paste all source measurements into the measurements field.
- Optionally add source uncertainty, target resolution, and reference target values.
- Set an acceptable percent error threshold for pass or fail classification.
- Click the calculate button to show summary metrics, the graph, and the detailed table above the form.
- Use the CSV and PDF buttons to export the displayed results.
Frequently Asked Questions
1. What is unit conversion error?
It is the difference between a correctly converted value and a value produced with an incorrect or rounded factor. Small factor mistakes can create consistent dataset bias.
2. Why does this calculator show signed and absolute error?
Signed error shows direction, revealing overstatement or understatement. Absolute error removes direction and shows mistake size only, which is useful for quality summaries.
3. Why is percent error important?
Percent error scales the mistake relative to the correct converted value. That helps compare small and large measurements on the same basis.
4. What does RMSE tell me?
RMSE penalizes larger mistakes because each error is squared before averaging. It is useful when occasional big conversion failures are especially harmful.
5. What is propagated uncertainty here?
It estimates how measurement uncertainty in the source unit carries into the target unit after multiplication by the correct conversion factor.
6. When should I enter reference target values?
Add reference values when you already know trusted converted results from a standard, calibration sheet, or verified dataset and want direct comparison.
7. What does the pass or fail status mean?
Each row passes when its absolute percent error stays within your selected threshold. This gives a quick operational quality screen.
8. Can this tool audit batch conversions from spreadsheets?
Yes. Paste many values into the measurements box using commas or new lines. Then export the computed table as CSV or PDF.