Joint Probability, Independence, and Sampling

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

1/31

flashcard set

Earn XP

Description and Tags

Distributions, Normal, z-scores, joint probability, independence and covariance, sampling and CLT

Last updated 10:08 AM on 4/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

32 Terms

1
New cards

Baye’s rule

P(A|B) = P(B|A)*P(A) / P(B)

2
New cards

Expected value E(X) - discrete case

∑X*P(X=x)

3
New cards

Expected value E(X) - continuous case

∫x*f(x)dx (-∞,∞)

4
New cards

Linearity of expectation E(aX + b) and E(aX + bY)

aE(X) + b and aE(X) + bE(Y)

5
New cards

Variance Var(X)

E(X²) - [E(X)]²

6
New cards

Variance of a linear transformation Var(aX +b)

a² * Var(X)

7
New cards

Variance of a sum Var(aX + bY)

a²Var(X) + b²Var(Y) - 2abCov(X,Y)

8
New cards

if X and Y are independent, what is covariance

Cov = 0

9
New cards

normal distribution

X ~ N(µ,∂²), symmetric about µ, spread controlled by s.d. (∂)

10
New cards

95% rule

95% of probability lies between µ±1.96∂

11
New cards

properties when X~N(µ,∂²)

E(X) = µ, Var(X) = ∂², SD(X) = ∂

12
New cards

Standardisation formula (Z)

Z = (x - µ)/∂

13
New cards

properties of z-score

Z~N(0,1)

14
New cards

X~N(2,1), find P(X≤2.5)

z=(2.5-2)/1=0.5, P(X≤2.5)=P(z≤0.5)=ø(0.5)

15
New cards

joint probability distribution P(X=x, Y=y)

P(X=x)*P(Y=y|X=x)

16
New cards

conditional expectation E(Y|X=x)

∑y*P(Y=y|X=x)

17
New cards

X and Y independent P(X=x,Y=y)

P(X=x)P(Y=y)

18
New cards

X and Y independent E(XY)

E(X)*E(Y)

19
New cards

Covariance Cov(X,Y)

E(XY) - µx*µy

20
New cards

Correlation p(X,Y)

Cov(X,Y)/(∂x*∂y)

21
New cards

p=0

does not prove independence, only rules out linear relationships

22
New cards

Variance of a sum Var(X+Y)

Var(X) + Var(Y) + 2Cov(X,Y)

23
New cards

if independent Var(X + Y)

Var(X) + Var(Y)

24
New cards

if X and Y are negatively correlated

Cov<0 so Var(X+Y)<Var(X)+Var(Y)

25
New cards

i.i.d.

independent and identically distributed

26
New cards

i.i.d. explanation

when experiment is repeated n times, each Yi is a random variable drawn from the same distribution and they dont influence each other

27
New cards

Sample mean Y^

is itself a random variable

28
New cards

Properties of sample mean

E(Y^) = µ, Var(Y^) = ∂²/n, SD(Y^) = ∂/√n

29
New cards

Law of large numbers (LLN)

as n→∞, Y^→µ, sample mean converges to true population mean

30
New cards

Central Limit Theorem (CLT)

for large n(≥30), Y^~N(µ,∂²/n)

31
New cards

difference between Y^ and E(X)

first is a random variable, the other is a constant

32
New cards

E(Y^) and Var(Y^)

µ and ∂²/n