Can you explain to me discrete distributions?

3 min read
88 views
Published July 6, 2025
Mathematics
Probability
Discrete Distributions
Statistics

💡 Want to ask your own questions?

Get instant explanations with AI • Free trial

Detailed Explanation

1. Random Variable

A random variable XX is a rule that gives you a number after an experiment.
If the experiment outputs only separate, countable numbers (0,1,2,…), then XX is discrete.

2. Probability Mass Function (PMF)

For a discrete variable we write a table or formula called the probability mass function (PMF):

P(X=x)=p(x)P(X = x) = p(x)

The two big rules are:

  1. 0p(x)10 \le p(x) \le 1 for every xx
  2. xp(x)=1\sum_{x} p(x) = 1 (the total chance must be 1)

3. Common Discrete Distributions

NameTypical SituationPMF
BernoulliOne yes/no trialP(X=1)=p,  P(X=0)=1pP(X=1)=p,\;P(X=0)=1-p
Binomialnn yes/no trialsP(X=k)=(nk)pk(1p)nkP(X=k)=\binom{n}{k}p^k(1-p)^{n-k}
GeometricTrials until first successP(X=k)=(1p)k1pP(X=k)=(1-p)^{k-1}p
PoissonCounting rare events per periodP(X=k)=λkeλk!P(X=k)=\dfrac{\lambda^k e^{-\lambda}}{k!}

4. Mean and Variance

For any discrete distribution:

Mean (expected value):

μ=E[X]=xxp(x)\mu = E[X] = \sum_{x} x\,p(x)

Variance:

σ2=Var(X)=x(xμ)2p(x)\sigma^2 = Var(X) = \sum_{x} (x-\mu)^2 p(x)

5. Working Steps

  1. Identify what counts (number of heads, number of calls, etc.).
  2. Choose the right discrete model (Bernoulli, Binomial, Poisson, …).
  3. Write the PMF.
  4. Check that probabilities add to 1.
  5. Compute mean, variance, or required probability using the PMF.

Simple Explanation (ELI5)

What is a distribution?

Think of a distribution like a list that tells you how likely each event is.

What does discrete mean?

Discrete is just a fancy word for ‘separate’. The values do not glide smoothly; they jump from one value to another, like stepping‐stones.

Example (Like tossing coins)

If you toss a coin 3 times, you might get 0, 1, 2 or 3 heads. Those are four separate boxes. A discrete distribution writes down how much chance each box gets.

HeadsChance
01/8
13/8
23/8
31/8

Add all chances and you get 1 (100 %).

So, a discrete distribution is just a table of chances where values are countable (0,1,2,…).

👆 Found this helpful? Get personalized explanations for YOUR questions!

Step-by-Step Solution

Below is a typical workflow to handle any discrete distribution question.

  1. Define the random variable XX
    Example: X=X = “number of defective bulbs in a sample of 5”.

  2. Select Model & Write PMF
    Since each bulb is good/defect, count of defects out of 5 → Binomial.

    P(X=k)=(5k)pk(1p)5kP(X=k) = \binom{5}{k}p^{k}(1-p)^{5-k}
  3. Probability Calculation
    Want P(X1)P(X \le 1)? Add P(X=0)+P(X=1)P(X=0)+P(X=1).

  4. Expectation & Variance
    For Binomial: E[X]=npE[X]=np, Var(X)=np(1p)Var(X)=np(1-p).

  5. Check Logic
    Final probabilities must sit between 0 and 1; sums should be sensible.

This general five‐step ‘solution’ pattern works for any discrete distribution question.

Examples

Example 1

Counting number of buses passing a stop in 10 minutes (Poisson)

Example 2

Students absent in a class of 40 on a day (Binomial)

Example 3

Number of attempts till you hit a six with a fair die (Geometric)

Example 4

Packets damaged in a shipment of 100 when damage rate is small (Binomial ~ Poisson)

Example 5

Defects per metre in a textile roll (Poisson)

Visual Representation

References

🤔 Have Your Own Question?

Get instant AI explanations in multiple languages with diagrams, examples, and step-by-step solutions!

AI-Powered Explanations
🎯Multiple Languages
📊Interactive Diagrams

No signup required • Try 3 questions free