Statistical Distributions

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

flashcard set

Earn XP

Description and Tags

Last updated 2:03 PM on 5/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

What is a discrete probability distribution?

A list (or formula) giving each possible value of a discrete random variable along with its probability. The probabilities must sum to 1.

2
New cards

Example of a discrete distribution defined by a formula

P(X = x) = 0.05x(x + 1) for x = 1, 2, 3 — check that the probabilities add to 1.

3
New cards

What is the binomial distribution used to model?

The number of successes in a fixed number of independent trials, each with the same probability of success.

4
New cards

Conditions for a binomial distribution (BINS)

Binary outcomes (success/failure); Independent trials; fixed Number of trials n; Same probability p of success in each trial.

5
New cards

Notation for the binomial distribution

X ~ B(n, p), where n is the number of trials and p is the probability of success.

6
New cards

Binomial probability formula

P(X = x) = C(n, x) p^x (1 − p)^(n − x), for x = 0, 1, …, n.

7
New cards

What is the difference between a condition and an assumption (binomial)?

A condition is a requirement of the model (e.g. fixed n); an assumption is a real-world claim we're making to justify the model (e.g. that the trials really are independent in this context).

8
New cards

How do you find binomial probabilities on a calculator?

Use the binomial PD function for P(X = x) and the binomial CD function for P(X ≤ x).

9
New cards

Mean of a binomial distribution X ~ B(n, p)

μ = np.

10
New cards

Variance of a binomial distribution X ~ B(n, p)

σ² = np(1 − p) = npq, where q = 1 − p.

11
New cards

What is the normal distribution used to model?

A continuous random variable whose distribution is symmetric and bell-shaped, e.g. heights, masses, measurement errors.

12
New cards

Notation for the normal distribution

X ~ N(μ, σ²), where μ is the mean and σ² is the variance.

13
New cards

What is the standard normal distribution?

Z ~ N(0, 1) — a normal distribution with mean 0 and variance 1.

14
New cards

Standardisation formula

Z = (X − μ) / σ, converting X ~ N(μ, σ²) to the standard normal.

15
New cards

About what proportion of normal data lies within μ ± σ?

Approximately two-thirds (≈68%).

16
New cards

About what proportion of normal data lies within μ ± 2σ?

Approximately 95%.

17
New cards

About what proportion of normal data lies within μ ± 3σ?

Almost all (≈99.7%).

18
New cards

Where do the points of inflection of a normal curve occur?

At x = μ ± σ.

19
New cards

How do you find P(X < x) for X normal on a calculator?

Use the normal CD function with the given mean and standard deviation.

20
New cards

How do you find x such that P(X < x) = p (inverse normal)?

Use the inverse normal function on the calculator with the probability, mean and standard deviation.

21
New cards

What links a histogram to the normal model?

When data is bell-shaped and roughly symmetric, a histogram of relative frequency can be approximated by the normal probability density curve.

22
New cards

When can a binomial distribution be approximated by a normal distribution?

When n is large (and np and n(1−p) are not too small). Use μ = np and σ² = np(1−p) for the approximating normal.

23
New cards

Are calculations using the normal approximation to the binomial examinable on OCR A H240?

No — OCR A only requires understanding the approximation and the formulas for μ and σ², not calculations with it.

24
New cards

How do you choose between binomial and normal models?

Binomial: counting successes in a fixed number of independent trials. Normal: a continuous variable that is approximately symmetric/bell-shaped about a mean.

25
New cards

When might the binomial model be inappropriate?

When trials are not independent, the probability of success varies, or the number of trials is not fixed.

26
New cards

When might the normal model be inappropriate?

When the data is strongly skewed, multi-modal, bounded in a way the normal cannot handle, or the variable is clearly discrete with few values.