Skip to content

Statistical Adjustment & Estimation Effects

← Back to Domain-Specific Families

Abstractions about estimation, regression adjustment, variance, sampling contrasts, spatial association, distribution shift, and paradoxical properties of statistical estimators.

14 abstractions in this family — domain-specific abstractions that sit near one another in structural-signature space (k-means over structural-signature embeddings). Each is shown with its short description.

  • Attenuation Bias — The systematic shrinkage of an OLS regression coefficient toward zero caused by classical random noise in the regressor — the estimate equals the true slope times the reliability ratio, a known-sign distortion invertible by dividing out that ratio or instrumenting.
  • Coastline Paradox — A rough natural coastline has no fixed length — it grows without bound as the measuring ruler shrinks — so the stable thing to report is not a length but the fractal dimension governing how length scales with the ruler.
  • Ecological Correlation — A correlation computed on aggregated group-level units that need not equal — and can reverse the sign of — the individual-level correlation, so it warrants no claim about the individuals inside the groups.
  • Fraction of variance unexplained — A regression-fit statistic equal to the proportion of dependent-variable variance left unexplained by the model's predictions.
  • Hodges' Estimator — Modify a regular root-n estimator by snapping estimates in a shrinking, wider-than-root-n neighborhood to a designated parameter value, gaining pointwise superefficiency there while paying with nonregular and potentially unbounded local risk.
  • Label Shift — The distribution shift in which the label marginal P(Y) changes between training and deployment while P(X|Y) stays fixed, so a classifier's discrimination survives but its calibration and thresholds miscalibrate — correctable by re-estimating the deployment prior rather than retraining.
  • Lag windowing — A stabilization technique that windows autocorrelation lags before estimating linear-prediction coefficients, thereby smoothing the power spectrum.
  • Least-Squares Adjustment — Reconcile redundant measurements with parametric, conditional, or combined observation equations by minimizing covariance-weighted corrections, returning model-consistent adjusted estimates and conditional uncertainty.
  • Nonlinear Least Squares — Estimate parameters that enter a model nonlinearly by minimizing a residual sum of squares, usually through initialization-sensitive local iterations built from the residual Jacobian.
  • Quadrant Count Ratio — Center paired quantitative observations at their sample means, score same-side pairs as concordant and opposite-side pairs as discordant, and normalize the signed count difference by sample size to obtain a coarse association statistic in [-1, 1].
  • Quantification (machine learning) — A supervised-learning task that estimates class prevalences in an unlabeled sample rather than classifying each item.
  • Statistical Contrast — Encode a comparison among statistical means or parameters as a zero-sum linear estimand, propagate its sampling variance, and—when design-weighted orthogonality holds—decompose uncorrelated directions under the declared design.
  • Stein's Paradox — The result that estimating three or more means each by its own sample mean is inadmissible under total squared-error loss — a shrinkage estimator pulling each toward a common reference achieves strictly lower joint error for every true parameter vector, however unrelated the quantities.
  • Studentized Range — The range across several normal quantities divided by an independent estimate of their common standard deviation, producing a q-distribution whose group-count and degrees-of-freedom quantiles support simultaneous pairwise mean comparisons.