onesvaries
Onesvaries is a statistical descriptor used to quantify variability across features in a dataset. It is defined as the average of normalized per-feature ranges, intended to be simple and interpretable across diverse data domains.
Consider a dataset X with m observations and n features. For each feature j, let L_j and
This measure lies between 0 and 1 when all bounds are finite. It is invariant to translations
Computation is straightforward and runs in O(mn) time. It can be implemented efficiently in streaming or batched
Applications include quick comparisons of dataset variability, pre-assessment in feature engineering, and quality control to detect
Onesvaries is a coined term in data analysis and is not a standard in statistical practice. Critics