You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
A probability distribution describes how the values of a random variable are distributed. It tells you which outcomes are likely, which are unlikely, and how probabilities are spread across all possible values.
A random variable assigns a numerical value to each outcome of a random experiment.
| Type | Description | Examples |
|---|---|---|
| Discrete | Takes a countable number of values | Number of heads in 10 coin flips, dice rolls |
| Continuous | Takes any value within an interval | Height, weight, temperature |
For a discrete random variable X, the PMF gives the probability of each specific value:
P(X=x)=f(x)Requirements:
A single trial with two outcomes (success/failure):
P(X=1)P(X=0)=p=1−p(success)(failure)Mean = p, Variance = p(1 − p)
The number of successes in n independent Bernoulli trials:
P(X=k)=C(n,k)×pk×(1−p)n−kExample: Probability of getting exactly 3 heads in 5 coin flips (p = 0.5):
P(X=3)=C(5,3)×0.53×0.52=10×0.125×0.25=0.3125Models the number of events occurring in a fixed interval of time or space, given a known average rate λ:
P(X=k)=k!e−λ×λkExample: A call centre receives an average of 4 calls per minute. What is the probability of receiving exactly 6 calls in a minute?
P(X=6)=6!e−4×46≈0.1042For a continuous random variable, the PDF f(x) describes the relative likelihood of values. Probabilities are found by integrating:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.