Concept

Posterior Distribution

The posterior distribution is the conditional probability distribution of a parameter given observed data. It combines the prior distribution and the likelihood via Bayes' theorem: P(θD)=P(Dθ),P(θ)P(D)P(\theta \mid D) = \frac{P(D \mid \theta),P(\theta)}{P(D)} where P(θ)P(\theta) is the prior, P(Dθ)P(D \mid \theta) is the likelihood, and P(D)P(D) is the average (marginal) probability of the data across all parameter values.

0

1

Updated 2026-07-11

Tags

Bayesian Statistics

Statistics

Data Science