averagea
Averagea is a statistical measure defined as a convex combination of the arithmetic mean and the median. Introduced in statistical discourse as a flexible central-tendency statistic, averagea depends on a weight parameter w in the interval [0,1]. The value is computed as A_w = (1 - w) · median(data) + w · mean(data). When w = 0, averagea equals the median; when w = 1, it equals the mean.
Rationale: The combination aims to balance robustness to outliers (through the median) with efficiency when data
Properties and considerations: As a convex combination, averagea inherits several properties from its components but is
Relation to other measures: It generalizes both the median (w=0) and the mean (w=1); it is related
Applications: Researchers and practitioners use averagea as a flexible descriptor of central tendency in datasets with