Math 183 - Part 4 (Probability Distributions)

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

41 Terms

1
New cards
Bernoulli distribution
A distribution with two possible outcomes (1 and 0), where P(X=1) = p and P(X=0) = 1−p.
2
New cards
Bernoulli expectation
The mean of a Bernoulli(p) variable is E(X) = p.
3
New cards
Bernoulli variance
The variance of a Bernoulli(p) variable is Var(X) = p(1−p).
4
New cards
Binomial distribution
The distribution of the number of “successes” in n independent Bernoulli(p) trials; PMF: P(Y=y) = C(n,y) p^y (1−p)^{n−y}.
5
New cards
Binomial expectation
The mean of a Binomial(n,p) variable is E(Y) = np.
6
New cards
Binomial variance
The variance of a Binomial(n,p) variable is Var(Y) = np(1−p).
7
New cards
Geometric distribution
The distribution of the number of independent Bernoulli(p) trials until the first “success”; PMF: P(Y=y) = (1−p)^{y−1}p for y ≥ 1.
8
New cards
Geometric expectation
The mean of a Geometric(p) variable is E(Y) = 1/p.
9
New cards
Geometric variance
The variance of a Geometric(p) variable is Var(Y) = (1−p)/p^2.
10
New cards
Negative binomial distribution
The distribution of the number of trials until m successes in independent Bernoulli(p) trials; PMF: P(Y=y) = C(y−1, m−1) p^m (1−p)^{y−m} for y ≥ m.
11
New cards
Negative binomial expectation
The mean of a Negative Binomial(m,p) variable is E(Y) = m/p.
12
New cards
Negative binomial variance
The variance of a Negative Binomial(m,p) variable is Var(Y) = m(1−p)/p^2.
13
New cards
Poisson distribution
A distribution modeling the number of rare events in a fixed interval; PMF: P(Y=y) = e^(−λ) λ^y / y! for y ≥ 0.
14
New cards
Poisson expectation
The mean of a Poisson(λ) variable is E(Y) = λ.
15
New cards
Poisson variance
The variance of a Poisson(λ) variable is Var(Y) = λ.
16
New cards
Poisson approximation
The Poisson(λ = np) distribution approximates Binomial(n, p) when n is large and p is small.
17
New cards
Uniform distribution (continuous)
A variable that is equally likely to take any value in the interval [a, b]; PDF: f(x) = 1/(b−a) for x in [a, b].
18
New cards
Uniform expectation
The mean of a Uniform(a, b) variable is E(X) = (a+b)/2.
19
New cards
Uniform variance
The variance of a Uniform(a, b) variable is Var(X) = (b−a)^2/12.
20
New cards
Exponential distribution
Models the waiting time between Poisson events; PDF: f(x) = λ e^(−λx) for x ≥ 0.
21
New cards
Exponential expectation
The mean of an Exponential(λ) variable is E(X) = 1/λ.
22
New cards
Exponential variance
The variance of an Exponential(λ) variable is Var(X) = 1/λ^2.
23
New cards
Normal distribution
A continuous, bell-shaped distribution determined by mean μ and standard deviation σ; PDF: f(y) = exp(−(y−μ)^2/(2σ^2)) / sqrt(2πσ^2).
24
New cards
Standard normal distribution
The normal distribution with μ = 0 and σ = 1.
25
New cards
Central Limit Theorem (CLT)
The sum (or average) of many independent, identically distributed random variables approaches a normal distribution as sample size increases.
26
New cards
Normal approximation to binomial
For large n, Binomial(n, p) ≈ Normal(np, np(1−p)).
27
New cards
Continuity correction
A technique to improve normal approximations for discrete distributions by adding or subtracting 0.5 to the cutoff value.
28
New cards
Chi-square distribution
The sum of squares of m independent standard normal random variables; used in variance estimation and goodness-of-fit tests.
29
New cards
t-distribution
Distribution of the ratio of a standard normal variable and the square root of an independent chi-square variable divided by its degrees of freedom; used for inference with small samples.
30
New cards
F-distribution
The ratio of two independent chi-square variables (each divided by their respective degrees of freedom); used in comparing variances (ANOVA).
31
New cards
Simulation (in probability)
Using pseudo-random number generators to produce realizations from probability distributions for empirical exploration.
32
New cards
Law of large numbers (simulations)
Simulated averages and proportions converge to theoretical values as the number of trials increases.
33
New cards
Bernoulli example
Flipping a coin once; “success” = heads.
34
New cards
Binomial example
Number of heads in 10 coin flips.
35
New cards
Geometric example
Number of flips until the first heads appears.
36
New cards
Negative binomial example
Number of trials needed to get the third heads in repeated coin flips.
37
New cards
Poisson example
Number of rare events, like radioactive decays, in a given time interval.
38
New cards
Uniform example
Randomly selecting a number from a line segment.
39
New cards
Exponential example
Time between bus arrivals if arrivals are random (Poisson process).
40
New cards
Normal example
Heights, IQ scores, and other naturally varying phenomena.
41
New cards
Poisson process
A process where events happen independently at a constant average rate; interarrival times are exponentially distributed.