🎲  Probability Distribution

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:

\[\sum_x p(x) = 1 \quad\text{(discrete)}, \qquad \int_{-\infty}^{\infty} f(x)\,dx = 1 \quad\text{(continuous)}.\]

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



See also

Source article Adapted (context, re-expressed) in our own words from: Probability Distribution (insightful-data-lab.com).

Tags: purpose: reference topic: terminology level: beginner