Eisenhauer’s Relative Dispersion Coefficient (CRD)
- Eisenhauer’s Relative Dispersion Coefficient (CRD) is a unit-free metric that quantifies variability by comparing standard deviation to half the data range.
- Its invariance under linear transformations ensures that CRD remains consistent regardless of changes in scale or origin, unlike Pearson’s CV.
- The normalized CRD (CRD₍c₎) offers bounded comparisons across different sample sizes, enhancing cross-study reproducibility in statistical analyses.
Eisenhauer’s Relative Dispersion Coefficient (CRD) is a dimensionless, unit-invariant statistic for quantifying the relative dispersion in a data sample. Unlike traditional measures such as Pearson’s coefficient of variation (CV), CRD is derived solely from canonical measures of spread, remains invariant under linear transformations of scale or origin, and can be normalized for meaningful interpretation across sample sizes. CRD’s theoretical and practical advantages stem from its mathematical construction, statistical properties, and empirical performance in reproducible workflows using modern statistical software (Silveira et al., 2021).
1. Formal Definition
Given a sample , with the sample mean , sample standard deviation , and sample range , the uncorrected CRD is defined as:
Both and retain the units of the original data, but their ratio, , is inherently dimensionless. This construct makes CRD a direct measure of the standard deviation relative to the half-spread of observed values, capturing how much variability exists within the bounded span of the data (Silveira et al., 2021).
2. Invariance to Linear Transformations
A principal criterion for measures of relative variability is invariance under changes of units or origin. If each datum is transformed according to , with and 0 arbitrary, then
- 1
- 2
So:
3
Thus, CRD is unaffected by shifts in location (4) or scaling and unit changes (5), a property not enjoyed by estimators like Pearson’s CV, which can change arbitrarily under such transformations. This invariance ensures that CRD reflects properties of dispersion that are intrinsic to the data’s shape, not contingent on external measurement conventions (Silveira et al., 2021).
3. Normalization and Sample-Size Correction
The raw 6 does not necessarily reside within 7 and its extremal possible values depend on 8. Eisenhauer (1993) introduced a normalized, sample size–corrected form:
9
The minimum 0—approaching 1—occurs when all values cluster at two extremes. The maximum, 2, is attained when values are spread equally between two points. 3 indicates effectively no relative dispersion; 4 indicates maximal dispersion for sample size 5. This normalization enables rigorous comparison across datasets of varying size, facilitating generalization and interpretability not possible with unbounded statistics (Silveira et al., 2021).
4. Comparison with Pearson’s Coefficient of Variation
Pearson’s coefficient of variation is defined as:
6
Although frequently deployed to estimate relative variability, CV exhibits critical flaws:
- Non-invariance to additive shifts: 7 changes if a constant is added to all data, since 8 but 9, so 0.
- Mixing location and scale: 1 employs a central tendency (mean) in its denominator, which confounds location with spread.
- Lack of boundedness: 2 can exceed 3 arbitrarily, impeding intuitive interpretation.
- Instability near zero mean: 4 becomes infinite or undefined if 5—an issue in many practical scenarios.
An adjusted, bounded CV normalized by Kirby (1974) is:
6
Despite this, CV retains its other limitations. In contrast, 7 and 8 are strictly unit-free, shift- and scale-invariant, bounded, and depend only on pure measures of spread—standard deviation and range—making them robust alternatives for quantifying relative dispersion (Silveira et al., 2021).
5. Practical Computation in R
Direct computation of 9 and 0 can be easily embedded in statistical workflows. For a numeric vector 1:
5
For example, with a sample of temperatures in Celsius:
6
This exemplifies invariance to unit transformations: the CRD is identical for Celsius and Fahrenheit. Conversely, 2 differs between these scales (Silveira et al., 2021).
6. Interpretation and Empirical Guidance
A raw 3 near zero denotes tight clustering relative to range; a value near unity indicates standard deviation approaching half the observed range, signifying maximal internal dispersion. The normalized 4, restricted to 5, allows calibrated comparison:
- 6: low dispersion
- 7: moderate dispersion
- 8: extreme relative dispersion for sample size 9
Empirical application pairs 0 values with density estimates; broader, flatter empirical densities correspond to higher 1 values, while tall, narrow densities pair with lower 2. These features make 3 particularly apt for unit-free assessment of variability across disparate measurement scales, research contexts, and sample sizes (Silveira et al., 2021).
7. Context within Statistical Methodology
Eisenhauer’s CRD and its sample size–corrected counterpart represent advances in descriptive statistics, resolving several interpretive and computational defects in more established metrics such as CV. Their theoretical justifications, invariance properties, and boundedness provide stronger guarantees for reproducibility and cross-dataset interpretation. These features make CRD suitable for association with density-based summary plots, robust aggregation in meta-analytic settings, and consistent quantification of dispersion irrespective of measurement scales or origins. The adoption of 4 provides a more rigorous, theoretically grounded foundation for comparative studies of variability in quantitative data analysis (Silveira et al., 2021).