A probability mass function differs from a continuous probability density function (PDF) in that the latter is associated with continuous rather than discrete random variables. A continuous PDF must be integrated over an interval to yield a probability.<ref name=":0">Template:Cite book</ref>
The value of the random variable having the largest probability mass is called the mode.
Probability mass function is the probability distribution of a discrete random variable, and provides the possible values and their associated probabilities. It is the function <math>p: \R \to [0,1]</math> defined by
Template:Equation box 1
for <math>-\infin < x < \infin</math>,<ref name=":0" /> where <math>P</math> is a probability measure. <math>p_X(x)</math> can also be simplified as <math>p(x)</math>.<ref>Template:Cite book</ref>
The probabilities associated with all (hypothetical) values must be non-negative and sum up to 1,
Thinking of probability as mass helps to avoid mistakes since the physical mass is conserved as is the total probability for all hypothetical outcomes <math>x</math>.
A probability mass function of a discrete random variable <math>X</math> can be seen as a special case of two more general measure theoretic constructions:
the distribution of <math>X</math> and the probability density function of <math>X</math> with respect to the counting measure. We make this more precise below.
Suppose that <math>(A, \mathcal A, P)</math> is a probability space
and that <math>(B, \mathcal B)</math> is a measurable space whose underlying σ-algebra is discrete, so in particular contains singleton sets of <math>B</math>. In this setting, a random variable <math> X \colon A \to B</math> is discrete provided its image is countable.
The pushforward measure <math>X_{*}(P)</math>—called the distribution of <math>X</math> in this context—is a probability measure on <math>B</math> whose restriction to singleton sets induces the probability mass function (as mentioned in the previous section) <math>f_X \colon B \to \mathbb R</math> since <math>f_X(b)=P( X^{-1}( b ))=P(X=b)</math> for each <math>b \in B</math>.
Now suppose that <math>(B, \mathcal B, \mu)</math> is a measure space equipped with the counting measure <math>\mu</math>. The probability density function <math>f</math> of <math>X</math> with respect to the counting measure, if it exists, is the Radon–Nikodym derivative of the pushforward measure of <math>X</math> (with respect to the counting measure), so <math> f = d X_*P / d \mu</math> and <math>f</math> is a function from <math>B</math> to the non-negative reals. As a consequence, for any <math>b \in B</math> we have
<math display="block">P(X=b)=P( X^{-1}( b) ) = X_*(P)(b) = \int_{ b } f d \mu = f(b),</math>
demonstrating that <math>f</math> is in fact a probability mass function.
When there is a natural order among the potential outcomes <math>x</math>, it may be convenient to assign numerical values to them (or n-tuples in case of a discrete multivariate random variable) and to consider also values not in the image of <math>X</math>. That is, <math>f_X</math> may be defined for all real numbers and <math>f_X(x)=0</math> for all <math>x \notin X(S)</math> as shown in the figure.
The image of <math>X</math> has a countable subset on which the probability mass function <math>f_X(x)</math> is one. Consequently, the probability mass function is zero for all but a countable number of values of <math>x</math>.
The discontinuity of probability mass functions is related to the fact that the cumulative distribution function of a discrete random variable is also discontinuous. If <math>X</math> is a discrete random variable, then <math> P(X = x) = 1</math> means that the casual event <math>(X = x)</math> is certain (it is true in 100% of the occurrences); on the contrary, <math>P(X = x) = 0</math> means that the casual event <math>(X = x)</math> is always impossible. This statement isn't true for a continuous random variable <math>X</math>, for which <math>P(X = x) = 0</math> for any possible <math>x</math>. Discretization is the process of converting a continuous random variable into a discrete one.
Bernoulli distribution: ber(p) , is used to model an experiment with only two possible outcomes. The two outcomes are often encoded as 1 and 0. <math display="block">p_X(x) = \begin{cases}
p, & \text{if }x\text{ is 1} \\
1-p, & \text{if }x\text{ is 0}
\end{cases}</math> An example of the Bernoulli distribution is tossing a coin. Suppose that <math>S</math> is the sample space of all outcomes of a single toss of a fair coin, and <math>X</math> is the random variable defined on <math>S</math> assigning 0 to the category "tails" and 1 to the category "heads". Since the coin is fair, the probability mass function is <math display="block">p_X(x) = \begin{cases}
\frac{1}{2}, &x = 0,\\
\frac{1}{2}, &x = 1,\\
0, &x \notin \{0, 1\}.
\end{cases}</math>
Binomial distribution, models the number of successes when someone draws n times with replacement. Each draw or experiment is independent, with two possible outcomes. The associated probability mass function is <math display="inline">\binom{n}{k} p^k (1-p)^{n-k}</math>. File:Fair dice probability distribution.svgThe probability mass function of a fair die. All the numbers on the die have an equal chance of appearing on top when the die stops rolling.Template:PbAn example of the binomial distribution is the probability of getting exactly one 6 when someone rolls a fair die three times.
Geometric distribution describes the number of trials needed to get one success. Its probability mass function is <math display="inline">p_X(k) = (1-p)^{k-1} p</math>.Template:PbAn example is tossing a coin until the first "heads" appears. <math>p</math> denotes the probability of the outcome "heads", and <math>k</math> denotes the number of necessary coin tosses. Template:PbOther distributions that can be modeled using a probability mass function are the categorical distribution (also known as the generalized Bernoulli distribution) and the multinomial distribution.
If the discrete distribution has two or more categories one of which may occur, whether or not these categories have a natural ordering, when there is only a single trial (draw) this is a categorical distribution.
An example of a multivariate discrete distribution, and of its probability mass function, is provided by the multinomial distribution. Here the multiple random variables are the numbers of successes in each of the categories after a given number of trials, and each non-zero probability mass gives the probability of a certain combination of numbers of successes in the various categories.
The following exponentially declining distribution is an example of a distribution with an infinite number of possible outcomes—all the positive integers: <math display="block">\text{Pr}(X=i)= \frac{1}{2^i}\qquad \text{for } i=1, 2, 3, \dots </math> Despite the infinite number of possible outcomes, the total probability mass is 1/2 + 1/4 + 1/8 + ⋯ = 1, satisfying the unit total probability requirement for a probability distribution.
Two or more discrete random variables have a joint probability mass function, which gives the probability of each possible combination of realizations for the random variables.