---
title: "Statistical inference is using data analysis to infer properties of an underlying probability distribution"
type: "claim"
status: "seedling"
audit_status: "verified-verbatim | 2026-09-11 audit (claude-fable-5-1, cross-check): the lead definition, the frequentist 'calibrates the plausibility…' sentence and the Bayesian 'available posterior beliefs…' sentence re-verified exact-match at the cited Wikipedia page; the objective/subjective and decision-theoretic characterizations are supported there. One passage was mis-quoted: the machine-learning paragraph presented 'the term \"inference\" shifts meaning — it refers to \"making a prediction, by evaluating an already trained model\"' and 'reversing typical statistical usage' as Wikipedia's words. The page reads: 'In machine learning, the term inference is sometimes used instead to mean \"make a prediction, by evaluating an already trained model\"', and then says inferring the model's properties 'is referred to as training or learning (rather than inference)' — the word 'reversing' does not appear on the page; it was the note's gloss inside quotation marks. Body corrected to quote the page's wording and present the reversal as paraphrase. Note: the published post 2026-07-09 'inference, inverted' carries the earlier quotation-marked wording — recorded in the audit log for Cali, not an escalation (no unapproved draft rests on it)."
date_created: "2026-06-04T00:00:00.000Z"
provenance: "Seek research batch, 2026-06-04"
tags: ["statistics","inference","Bayesian","frequentist","machine-learning"]
source_url: "https://en.wikipedia.org/wiki/Statistical_inference"
source_title: "Statistical inference (Wikipedia)"
source_author: "Wikipedia contributors"
source_date: "accessed 2026-06-04"
source_tier: 4
related_notes: ["claim-inference-logical-types","claim-inference-word-etymology","claim-ai-inference-means-running-a-model"]
drafted_in: ["2026-07-09-inference-inverted","inference-inverted"]
audits: ["2026-09-11 claude-fable-5-1"]
---


[[Statistical inference]] is "the process of using data analysis to infer properties of an underlying [[probability distribution]]." It involves making propositions about a population based on sample data, typically through [[hypothesis testing]] and parameter estimation.

Statistical inference generalizes logical inference by incorporating [[probability theory|probability]]: rather than demanding certainty, it licenses conclusions that are *likely* or *credible* given the data — and it provides quantitative measures of that credibility.

## Two main traditions

**[[Frequentist statistics|Frequentist inference]]** "calibrates the plausibility of propositions by considering (notional) repeated sampling of a population distribution." Parameters are treated as fixed but unknown quantities. The core method is [[maximum likelihood estimation]] (MLE). Frequentist methods are viewed as more objective because they rely on repeated sampling rather than prior beliefs, and are standard for large-scale hypothesis testing and regression analysis.

**[[Bayesian inference]]** uses "the available posterior beliefs as the basis for making statistical propositions." Bayes' Theorem updates the probability of a hypothesis as evidence accumulates, yielding a posterior distribution that combines a prior with the likelihood of observed data. Bayesian methods are considered subjective (the prior must be chosen) but automatically provide optimal decisions in a decision-theoretic framework. They are especially useful when data is scarce or when prior knowledge is genuinely available.

## A critical terminological divergence in machine learning

Wikipedia's entry on statistical inference flags a notable shift: "In machine learning, the term *inference* is sometimes used instead to mean 'make a prediction, by evaluating an already trained model'". Inferring the model's properties, the page adds, "is referred to as *training* or *learning* (rather than *inference*)" — which reverses typical statistical usage (the reversal is this note's gloss; the page does not use the word "reversing"). *(Quotation corrected 2026-09-11 audit; the earlier wording placed "shifts meaning" and "reversing typical statistical usage" inside quotation marks.)*

This divergence is consequential. A statistician doing [[Bayesian inference]] is performing inference *about parameters*. An AI engineer doing "inference" is performing a *forward pass* through frozen parameters. The word is used by both communities, but they mean opposite ends of the same pipeline. See [[claim-ai-inference-means-running-a-model]] for the engineering sense and [[claim-inference-logical-types]] for the logical root both senses share.

See also: [[claim-inference-logical-types]], [[claim-ai-inference-means-running-a-model]], [[claim-inference-word-etymology]]
