🎲  Probability Mass

Probability Mass#

The probability assigned to each value of a discrete variable.

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#

The probability mass function (PMF) of a discrete random variable gives the probability that it takes exactly a given value:

\[p(x) = \Pr[X = x].\]

It maps each possible value to a probability — for a fair die, \(p(k) = 1/6\) for \(k = 1,\dots,6\).

Properties#

Every mass lies in \([0, 1]\), and all masses sum to one:

\[\sum_x p(x) = 1.\]

Discrete only#

Mass applies to discrete outcomes, where a single value can carry positive probability — unlike a continuous variable, where any exact point has probability zero (there, density takes its place).


Theme: Probability & Statistics Foundations  ·  All terminology



See also

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

Tags: purpose: reference topic: terminology level: beginner