Signmean
Signmean is a nonparametric statistic that summarizes the central tendency of a data set relative to a chosen baseline. For a sample X = {x1, x2, ..., xn} and a baseline b, the signmean is defined as M = (1/n) ∑ sign(xi − b), where sign(t) equals −1 if t < 0, 0 if t = 0, and 1 if t > 0. The baseline b can be a fixed reference value or an estimated location parameter such as a mean, median, or another robust statistic.
Interpretation and relation to other methods: M measures the balance of observations above versus below the
Estimation and properties: For IID data and a fixed baseline, E[M] = P(X > b) − P(X < b). The
Applications and variants: Signmean offers a robust, simple descriptor for detecting shifts from a baseline in
See also: sign test, nonparametric location estimators, Wilcoxon signed-rank test.