ratiodata
Ratiodata is a term used in data science to describe data elements that are measured on a ratio scale, a level of measurement in which both the differences between values and their ratios are meaningful, and where the zero point represents an actual absence of the quantity. In practice, ratiodata is typically numeric data accompanied by units and supports arithmetic operations such as addition, subtraction, multiplication, and division.
Key characteristics of ratiodata include a meaningful zero value and the ability to form true ratios between
Data modeled as ratiodata are commonly stored as numeric types with associated unit metadata to preserve interpretability
Applications of ratiodata span scientific, engineering, and economic domains. Examples include mass, length, time intervals, temperatures
See also: interval data, ordinal data, ratio data, units of measurement, data normalization.