Prior
A prior distribution represents model uncertainty about an unknown quantity before incorporating the current evidence.
Bayesian statistics represents uncertainty with probability distributions and updates that uncertainty when data arrive. The result is conditional on a prior model, a likelihood for the data, and the observed evidence, making assumptions part of the calculation rather than invisible scenery.
The familiar one-line Bayes formula is the discrete shadow of a broader workflow: specify uncertainty, specify how data would arise, update, then propagate the posterior into prediction or decision-making.
A prior distribution represents model uncertainty about an unknown quantity before incorporating the current evidence.
The likelihood comes from a data model: it describes how the observed evidence would behave under different possible parameter values.
Bayes’ rule combines prior and likelihood, then normalizes the result into a posterior probability distribution.
Posterior predictive distributions propagate parameter uncertainty into predictions and can become the prior for a later update.
Imagine 1,000 cases. Set the prior rate and how strongly a positive observation favors the hypothesis.
How common is H before this evidence?
True-positive rate / sensitivity.
False-positive rate.
For example, a 95% posterior credible interval can be constructed so that 95% of the posterior probability for a parameter lies inside the interval. That interpretation differs from the repeated-sampling coverage definition of a frequentist 95% confidence interval.
Compare frequentist intervalsPosterior ∝ likelihood × prior. The missing proportionality constant is the marginal probability of the observed data, which normalizes the posterior so it integrates or sums to 1.
Priors can encode previous information, structural constraints, regularization, or deliberately weak information. Their influence should be examined rather than hidden.
Bayesian updating does not bypass model assumptions. A misspecified likelihood can produce a precise posterior about the wrong model.
Statements such as P(θ > 0 | data) are probabilities conditional on the prior, likelihood, observed data, and other model choices.
Posterior predictive checks, alternative priors, alternative likelihoods, and model comparison help reveal whether conclusions depend strongly on fragile assumptions.