Probability Mass Function¶
Represent a discrete random variable’s law by the nonnegative singleton probabilities p(x)=P(X=x), whose sum over its countable support equals one.
Core Idea¶
For a discrete random variable \(X\), its probability mass function is
It assigns a nonnegative probability to each possible value, is positive on at most a countable support, and sums to one. For any event \(B\) in the value space, \(\Pr(X\in B)=\sum_{x\in B}p_X(x)\). Measure-theoretically, it is the Radon–Nikodym density of the law of \(X\) with respect to counting measure.
The recognition invariant is discrete law + singleton probabilities + nonnegativity + countable summation to one.
Scope of Application¶
PMFs describe counts, categories, finite-state outcomes, discrete-time events, combinatorial random objects, contingency tables, queue lengths, and digitized observations. Bernoulli, binomial, geometric, Poisson, categorical, and many empirical discrete laws are specified by PMFs.
Countability is decisive. A mixed distribution can have atomic masses and a continuous component; listing the atom masses alone does not specify the entire mixed law.
Clarity¶
The support need not be a subset of the integers. It can be any finite or countable set whose singletons are measurable. If the variable is numerical, defining \(p_X\) on all real numbers with zeros off the support is convenient but not required.
The phrase “discrete density” is acceptable only when the reference measure is stated as counting measure.
Manages Complexity¶
A PMF compresses the full law into a lookup or formula from which events, moments, transforms, likelihoods, conditional probabilities, and simulations can be derived. Normalization and nonnegativity provide immediate validity checks.
For high-dimensional or large-support variables, direct tables become costly. Factorization, conditional independence, probability-generating functions, or sparse representations may manage the same mass without enumerating every state.
Abstract Reasoning¶
- Identify the random variable and its value space.
- Establish that its law is supported on a finite or countable set.
- Compute each singleton probability.
- Verify nonnegativity and total mass one.
- Define the support as values with positive mass.
- Sum masses for requested events.
- Obtain marginals by summing over unused coordinates.
- Compute expectations as \(\sum_xg(x)p_X(x)\) when the sum is defined.
- Treat mixed or continuous components separately.
Knowledge Transfer¶
The portable structure is a normalized nonnegative weight function over countable alternatives. The proposed immediate parent is Probability Distribution.
Relationships to Other Abstractions¶
Current abstraction Probability Mass Function Domain-specific
Parents (1) — more general patterns this builds on
-
Probability Mass Function is a kind of Probability Distribution Domain-specific
Probability Distribution is the proposed immediate parent.
Hierarchy paths (5) — routes to 3 parentless roots
- Probability Mass Function → Probability Distribution → Random Variable → Function (Mapping)
- Probability Mass Function → Probability Distribution → Probability → Measure → Set and Membership
- Probability Mass Function → Probability Distribution → Probability → Measure → Aggregation → Micro Macro Linkage
- Probability Mass Function → Probability Distribution → Random Variable → Probability → Measure → Set and Membership
- Probability Mass Function → Probability Distribution → Random Variable → Probability → Measure → Aggregation → Micro Macro Linkage
Neighborhood in Abstraction Space¶
Probability Mass Function sits in a sparse region of the domain-specific corpus (89th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Unclustered & Miscellaneous (1565 abstractions)
Nearest neighbors
- Random Variable — 0.80
- Esscher transform — 0.80
- Tsallis Distribution Family — 0.79
- Empirical Measure — 0.79
- Cumulant — 0.79
Computed from structural-signature embeddings · 2026-09-08