Probability Distribution#
A description of how probability is spread over a variable’s possible values.
Important
✨ AI-generated content. This page was written with the assistance of an AI language model and is provided as a learning aid. Despite careful review, it may still contain mistakes, omissions, or out-of-date information. Whether you are new to the topic, a team lead, or a senior practitioner, treat it as a starting point rather than an authoritative reference: read it critically and independently verify anything you act on (code, commands, figures, and factual claims) against official documentation and primary sources before relying on it.
What it is#
A probability distribution describes how probability is spread over the possible values of a random variable — the full accounting of what can happen and how likely each outcome is.
How it’s described#
For a discrete variable it is given by a probability mass function, for a continuous one by a probability density function, and for either by a cumulative distribution function. Whatever the form, the total probability is one:
Characterizing it#
Distributions are summarized by parameters (a mean for location, a variance for spread) and by moments; you can fit a distribution to data or sample synthetic data from one. Common families include the normal, Bernoulli / binomial, Poisson and exponential.
Theme: Probability & Statistics Foundations · All terminology
Hint
Mind map — connected ideas
Probability Density · Probability Mass · Cumulative Distribution Function (CDF) · Normal Distribution · Probability · Probabilistic Forecasts
Hint
More in Probability & Statistics Foundations
Beta Distribution · Confidence Level · Correlation · Critical Value · Cumulative Distribution Function (CDF) · Frequentist · IID (Independent and Identically Distributed) · Likelihood · Margin of Error (MoE) · Mean · Median · Normal Distribution · Outlier · Population Proportion
See also
Source article Adapted (context, re-expressed) in our own words from: Probability Distribution (insightful-data-lab.com).