Discrete probability distributions Flashcards
(45 cards)
What does
P(X=x) represent ?
The probability of the random variable X taking the value x.
What is a discrete random variable (DRV) ?
A discrete random variable (DRV) can only take certain values within a set. It is typically associated with counting something.
How do you calculate probabilities using a discrete probability distribution ?
Draw a table to represent the probability distribution.
If itβs given as a function, find each probability.
If any probabilities are unknown, use algebra to represent them.
Ensure the sum of all probabilities equals 1:
βP(X=x)=1
What is a binomial distribution ?
A binomial distribution is a discrete probability distribution that counts the number of successes in a fixed number of trials, where:
There is a fixed finite number of trials (n).
Each trial is independent of others.
There are exactly two possible outcomes (success or failure).
The probability of success (p) is constant.
How is a binomial distribution denoted ?
If π follows a binomial distribution, it is denoted as:
XβΌB(n,p)
Where:
π is the number of trials.
π is the probability of success on each trial.
What is the relationship between binomial distribution and binomial expansion ?
The binomial distribution can be linked to the binomial expansion of:
(p+(1βp)) ^n
How do you set up a binomial model ?
Identify the trial: What is the experiment or action?
Example: rolling a dice, flipping a coin, checking hair colour.
Identify the successful outcome: What outcome counts as a success?
Example: rolling a 6, landing on tails, having black hair.
Define the random variable: Clearly state what the random variable represents.
Example: Let
π be the number of students in a class of 30 with black hair.
What can be modelled using a binomial distribution ?
Fixed number of trials (π).
Two possible outcomes (success or failure).
Independent trials (outcome of one trial doesnβt affect others).
Constant probability of success (π).
An example of a binomial model:
Example: Let
π
T be the number of times a fair coin lands on tails when flipped 20 times:
TβΌB(20,0.5)
Trial: Flipping the coin.
Number of trials:
π = 20.
Success: Landing on tails.
Probability of success:
π = 0.5.
Independence: Each flip does not affect others.
What cannot be modelled using a binomial distribution ?
Number of trials is not fixed or is infinite:
Example: Number of coin flips until it lands on heads.
Outcome of one trial affects another:
Example: Choosing caramels from a bag with fewer caramels after each choice.
More than two possible outcomes:
Example: Shoe size, or a die roll (since there are more than two possible outcomes).
Probability of success changes:
Example: Swimming a lap under a minute. As the swimmer gets tired, the probability decreases.
How do I calculate
π(π = π₯) the probability of a single value for a binomial distribution ?
Use the Binomial Probability Distribution (BPD) function on your calculator.
Input the following values:
π₯ (the number of successes for which you want to find the probability).
π (the number of trials).
π (the probability of success).
How do I calculate
P(X β€ x), the cumulative probability for a binomial distribution ?
Use the Binomial Cumulative Distribution (BCD) function on your calculator.
Input:
π₯ (the value for which you want to find the cumulative probability).
π (the number of trials).
π (the probability of success).
How do I calculate
P(X β₯ x) ?
To calculate
P(X β₯ x), use the formula:
P(X β₯ x)=1βP(X β€ xβ1)
For example:
P(X β₯ 10)=1βP(X β€ 9)
How do I calculate
P(a β€ X β€ b) ?
To calculate the probability that π is between π and, use the formula:
P(a β€ X β€ b)=P(X β€ b)βP(X β€ a β1)
For example:
P(4 β€ X β€ 9)=P(X β€ 9)βP(X β€ 3)
What is a normal distribution ?
A normal distribution is a continuous probability distribution that is symmetrical and bell-shaped.
It is denoted by XβΌN(ΞΌ,Ο^2),
where:
π is the mean
π^2 is the variance
π is the standard deviation
How does the variance affect the graph of a normal distribution ?
Changing the variance
π^2 of a normal distribution stretches or shrinks the graph horizontally.
A small variance results in a tall, narrow curve.
A large variance results in a short, wide curve.
What is the relationship between the mean, median, and mode in a normal distribution ?
In a normal distribution, the mean, median, and mode are all equal and are located at the centre of the distribution, π
How many points of inflection does the normal distribution curve have and how do you find them ?
The normal distribution curve has two points of inflection, located at
π₯ = π Β± π,
one standard deviation away from the mean.
What percentage of data lies within one standard deviation of the mean in a normal distribution ?
Approximately 68%
What percentage of data lies within two standard deviations of the mean in a normal distribution ?
Approximately 95%
What percentage of data lies within three standard deviations of the mean in a normal distribution ?
Nearly all of the data (99.7%)
What is a z-score in a normal distribution ?
measures how many standard deviations a particular value
π₯ is away from the mean.
(formula on equation sheet)
What type of real-life variables can be modelled by a normal distribution ?
Real-life continuous variables that are symmetrical with one mode and come from a large enough population can be modelled by a normal distribution. Examples include height, weight, and test scores.
What kind of variables cannot be modelled by a normal distribution ?
Variables that are not symmetrical or have more than one mode (multimodal) cannot be modelled by a normal distribution. Examples include a random number generator output or the distribution of human lifespans.