centralleaning
Centralleaning is a term used in data processing to describe a family of transformations that bias data toward a central tendency. In its core form, centralleaning applies a function to each data point that reduces the influence of extreme values and increases the weight of observations near the chosen center, such as the mean or median.
Origin and scope: Centralleaning is not a standardized technique with a single canonical algorithm. It appears
Methods: A common implementation defines a center c and applies a monotonic lean function L(|x - c|)
Applications: Centralleaning is proposed for robust feature preprocessing, improving the stability of downstream models against outliers,
Limitations and considerations: The choice of center, the form of the lean function, and the degree of
See also: centering, normalization, robust statistics, outlier handling, data transformation.