Ratio¶
Core Idea¶
A ratio compares two quantities by assigning one the role of numerator and the other the role of a nonzero reference denominator. Their quotient says how much of the numerator obtains per unit of the denominator. The ordering matters: deaths per 100,000 people, people per hospital bed, and hospital beds per person are different claims. A ratio is therefore not just a number. Its quantities, units, population, and time window are part of what the number means.
Broad Use¶
- Measurement and engineering: speed, density, efficiency, signal-to-noise ratio, and aspect ratio.
- Medicine and public health: incidence per person-time, case-fatality ratios, and clinician-to-patient ratios.
- Economics and finance: debt-to-income, price-to-earnings, productivity, leverage, and exchange rates.
- Demography and public policy: per-capita spending and events per population at risk.
- Computing: compression ratios, cache-hit rates, throughput per processor, and error rates.
Clarity¶
Ratio separates an absolute amount from its reference base. Ten failures may be alarming or negligible depending on whether the denominator is twelve attempts or twelve million. Naming the denominator exposes comparisons that otherwise smuggle in different populations, exposures, or time periods.
Manages Complexity¶
The abstraction compresses a family of relative measurements into four checks: identify numerator, identify denominator, preserve units, and keep scope aligned. Common scaling of both quantities leaves the quotient unchanged, which lets differently sized systems be compared without pretending their absolute totals are equal.
Abstract Reasoning¶
Ratio licenses multiplicative reasoning: twice as much per unit, one failure for every thousand trials, or three inputs for each output. It also makes denominator sensitivity explicit. A fixed numerator can support opposite narratives under different reference populations, so changing the denominator is a substantive modeling choice rather than a cosmetic rewrite.
Knowledge Transfer¶
The same questions transfer intact across fields: What is counted? Relative to what? Are the units compatible? Does the denominator represent the population actually exposed? A practitioner trained to audit rates in epidemiology can use the same discipline on business metrics, machine-learning benchmarks, or energy intensity.
Example¶
Two factories each report 50 defects. Factory A produced 1,000 units and Factory B produced 100,000. The equal counts conceal defect ratios of 5% and 0.05%. Division by the relevant production base changes the comparison by two orders of magnitude.
Relationships to Other Abstractions¶
Current abstraction Ratio Prime
Parents (1) — more general patterns this builds on
-
Ratio is a kind of Comparison Prime
Ratio is comparison specialized to a multiplicative or per-unit relation obtained by dividing an ordered numerator by a nonzero denominator.
Children (6) — more specific cases that build on this
-
Type-Token Ratio Domain-specific is a kind of Ratio
Type-Token Ratio is a ratio specialized to distinct lexical types as numerator and total word tokens as the nonzero reference denominator.
-
Absolute Advantage Domain-specific is part of Ratio
Absolute Advantage contains producer-specific output-per-input ratios whose aligned quotients are compared for the same good.
-
Missing Denominator Domain-specific presupposes Ratio
Missing Denominator presupposes an intended ratio because the reported numerator is defective only when a reference quantity is required to form its quotient.
-
Type M Error Domain-specific is part of Ratio
Type M contains an exaggeration ratio whose numerator is expected significant effect magnitude and whose denominator is true effect magnitude.
-
Weber's Law Domain-specific is part of Ratio
The Weber fraction is literally the ordered ratio of just-noticeable change to nonzero baseline stimulus magnitude.
- Proportion and Scale Prime is a decomposition of Ratio
Removing the art-and-design frame leaves the ordered ratio relation among relative dimensions and their reference quantity.
Hierarchy path (1) — routes to 1 parentless root
- Ratio → Comparison → Self Checking
Not to Be Confused With¶
- Ratio is not Difference: difference uses subtraction and measures additive separation.
- Ratio is not Proportion and Scale: that framed prime applies relative dimensions to design and composition; ratio is the general quantitative relation.
- Ratio is not Probability: many probabilities are ratios, but ratios need not be normalized to the interval from zero to one.
- Ratio is not Normalization: normalization may use a ratio, an affine transform, a norm, or a variance to serve a rescaling purpose.
Notes¶
Initial canonical draft created from the mixed-DAG missing-node adjudication. Editorial re-authoring and citation verification are assigned in CHATGPT_2_CLAUD_TODO_LIST.