P Exam Formulas

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/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:02 AM on 7/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

1-P(A)

P(A’)

2
New cards

P(A OR B)

P(A) + P(B) - P(AB)

3
New cards

Mutually Exclusive Fundamental

P(AB) = 0

4
New cards

P(A | B)

P(AB) / P(B)

5
New cards

P(AB)

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

6
New cards

Independence

P(AB) = P(A) * P(B) and P(A | B) = P(A)

7
New cards

Law of Total Probability

P(B) = sum(P(B | Ai) * P(Ai))

8
New cards

Bayes’ Theorem

P(Ai | B) = P(AiB) / sum(P(B | Ai) * P(Ai))

9
New cards

Var(X)

E(X²) - E(X)²

10
New cards

Var(cX)

c² * Var(X)

11
New cards

SD(X)

sqrt(Var(X))

12
New cards

Coefficient of Variation

SD(X) / E(X)

13
New cards

CDF

F(x) = P(X <= x)

14
New cards

CDF Discrete

sum[n <= x](P(X = n))

15
New cards

CDF Continuous

int[x, -inf](f(t) dt)

16
New cards

Density

f(t) = d/dx F(x)

17
New cards

Mixed Properties (w/ jump at a)

P(X = a) = F(a) - lim[x^a] F(x)

18
New cards

Discrete Moments

E(X) = sum[x](x * P(X = x))

E(X²) = sum[x](x² * P(X = x))

E(g(X)) = sum[x](g(x) * P(X = x))

19
New cards

Continuous Moments

E(X) = int(x * f(x) dx)

E(X²) = int(x² * f(x) dx)

E(g(X)) = int(g(x) * f(x) dx)

20
New cards

Mixed Moments

Sum discrete and continuous

21
New cards

Survival Moments (X >= 0)

E(X) = int[inf, 0](1-F(x) dx)

E(g(X)) = int[inf,0](g’(x) * (1 - F(x)) dx)

22
New cards

Marginal Distribution of X

P(X = x) = sum[y](P(X = x, Y = y))

23
New cards

P(X = x | Y = y)

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

24
New cards

F(x,y)

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

25
New cards

F(x) (joint distribution)

P(X <= x) = F(x, inf)

26
New cards

Cov(X,Y)

E(XY) - E(X) * E(Y)

27
New cards

Covariance Properties

Cov(X,X) = Var(x)

Cov(aX+ bY, cZ + dW) = acCov(X,Z) + adCov(X,W) + bcCov(Y, Z) + bdCov(Y, W)

Var(aX + bY) = a²Var(X) + 2abCov(X,Y) + b²Var(Y)

28
New cards

Cov(X,Y) (X and Y are indpendent)

0

Var(X + Y) = Var(X) + Var(Y)

29
New cards

Corr(X,Y)

Cov(X,Y) / SD(X) * SD(Y)

30
New cards

Conditional Moments

E(X | Y = y) = sum[x](x * P(X = x | Y = y)

E(X) = E(E(X | Y))

31
New cards

Law of Total Variation

Var(X) = E(Var(X | Y)) + Var(E(X | Y))

Var(S) = E(Y) * Var(X) + E(X)² * Var(Y)

32
New cards

P(min{X1, Xn} > x)

P(Y1 > x) = P(X > x)^n

33
New cards

P(max{X1,Xn} <= x)

P(Yn <= x) = P(X <= x)^n

34
New cards

f(Yi)

i * (n chose i) * F[x](y)^(i-1)