Statistic¶
A measurable function of the observed sample alone, with no dependence on unknown population parameters, used to summarize data or support estimation and testing.
Core Idea¶
In mathematical statistics, a statistic is a measurable function of a sample that does not depend on unknown population parameters. If the sample is a random vector \(X=(X_1,\ldots,X_n)\) on sample space \(\mathcal X\), a statistic is a measurable mapping
and \(T(X)\) is a random variable or random element before observation. Once the realized sample is \(x\), the observed statistic is the value \(T(x)\). Casella and Berger emphasize the parameter-free sample-function requirement because an expression containing an unknown \(\theta\) cannot be calculated from the data alone and is not a statistic in that model.
Scope of Application¶
Statistics mediate between raw samples and inference. Descriptive statistics report features of observed data. Estimators use statistics to infer unknown parameters. Test procedures order evidence through a statistic and compare its observed value with a null distribution. Confidence procedures often invert distributions of statistics or pivots.
Data reduction is especially important. A sufficient statistic retains all model-relevant information about a parameter in the factorization or conditional-distribution sense, while an ancillary statistic has a distribution independent of that parameter. These labels cannot be assigned from the formula alone; they require a model.
Clarity¶
For real observations \(X_1,\ldots,X_n\), the sample mean
is a statistic. Its formula uses \(n\) and observed sample values but no unknown population mean. Its distribution can still depend on \(\mu\) and \(\sigma^2\); parameter independence concerns the mapping rule, not its law.
Manages Complexity¶
A sample may be high-dimensional, unordered, noisy, and inconvenient for inference. A statistic selects a function of that sample that exposes a feature or retains information relevant to a task. The mapping makes repeated-sampling behavior analyzable and can greatly reduce storage or computation.
Reduction entails possible information loss. Two samples with the same mean can have different spreads, tails, and dependence. Calling the mean “the data” commits a category error.
Abstract Reasoning¶
The sample-to-statistic map pushes each model distribution \(P_\theta\) forward to a sampling distribution \(P_\theta^T=P_\theta\circ T^{-1}\). Statistical reasoning can therefore occur on the smaller space \(\mathcal T\) while remaining connected to the original experiment.
This perspective separates three layers: the unknown data-generating parameter, the random sample, and the statistic. Conflating them leads to errors such as treating an estimator as fixed before sampling or treating a parameter-dependent pivot as directly observable.
Knowledge Transfer¶
The mapping concept transfers to machine-learning features, signal summaries, quality-control indices, and survey estimators. Transfer is legitimate when the input sample, rule, and sampling model are explicit. A “dashboard statistic” may merely be a deterministic database aggregation with no stated repeated-sampling claim; it shares form but not the full inferential frame.
Vector- and function-valued statistics also show that transfer should preserve codomain. Reducing every statistic to a number erases empirical processes, sufficient sigma-fields, and structured summaries. The correct abstraction is measurable sample function, not scalar aggregation.
Relationships to Other Abstractions¶
Current abstraction Statistic Domain-specific
Parents (1) — more general patterns this builds on
-
Statistic is a kind of Function (Mapping) Prime
Statistic is a strict specialization of Function (Mapping): it has a sample-space domain, statistic-space codomain, and a single-valued measurable rule, with the additional restriction that the rule not depend on unknown parameters.
Hierarchy path (1) — routes to 1 parentless root
- Statistic → Function (Mapping)
Neighborhood in Abstraction Space¶
Statistic sits in a sparse region of the domain-specific corpus (90th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Statistical Tests & Distribution Calibration (7 abstractions)
Nearest neighbors
- Fisher Consistency — 0.80
- Independent and Identically Distributed Random Variables — 0.80
- Empirical Measure — 0.79
- Learnable Function Class — 0.78
- Universal Hypothesis Testing — 0.78
Computed from structural-signature embeddings · 2026-09-08