P-exam

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

flashcard set

Earn XP

Description and Tags

Thingy

Last updated 8:40 PM on 9/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

49 Terms

1
New cards

P(A n B) = *using (#|#)*

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

2
New cards

P(A n B) = *using (# n #)*

P(A n B) = P(A) - P(A n B’) = P(B) - P(B n A’)

3
New cards

P(A) = *using (#|#)*

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

4
New cards

P(A|B) = *using compliments*

P(A|B) = 1-P(A’|B)

5
New cards

P(A|B) = *Bayes Formula*

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

6
New cards

(n k) *choose formula*

(n k) = n! / k!(n-k)!

7
New cards

ln(e^x) =

ln(e^x) = x

8
New cards

E(X) =

E(X) = SUM(xi * pi)

E(X) = −∞​x*f(x) dx

9
New cards

E(X2) =

E(X2) = Var(X) + E(X)2

E(X2) = SUM(xi2 * pi)

10
New cards

E(aX + bX2) =

E(aX + bX2) = a*E(X) + b*E(X2)

11
New cards

Var(X) =

Var(X) = E(X2) - E(X)2

12
New cards

Var(Y|X) =

Var(Y|X) = E(Y2|X) - E(Y|X)2

13
New cards

Given P(A|B) = k*P(A|B’), what is P(B|A)?

k*P(B) / (k-1)*P(B)-1

14
New cards

Var(X+Y) =

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

15
New cards

Cov(X,Y) =

Cov(X,Y) = E(XY) - E(X)*E(Y)

16
New cards

p *roe*

p = Cov(X,Y) / sqrt( Var(X)*Var(Y) )

17
New cards

Binomial Dist - pdf

(n k) * pk *(1-p)n-k

18
New cards

Binomial - E(X)

np

19
New cards

Binomial - Var(X)

np(1-p)

20
New cards

Poisson - pdf

eλk / k!

21
New cards

Poisson - E(X) & Var(X)

λ

22
New cards

Negative Binomial - definitions “r & k & p”

r-th success ends the trial

k - # of failures “P(X=k)”

p - probability of success

23
New cards

Negative Binomial - pdf

(k+r-1 k) * pr * (1-p)k

24
New cards

Negative Binomial - E(X) *failures

r(1-p) / p

25
New cards

Negative Binomial - Var(X) *failures

r(1-p) / p2

26
New cards

Exponential - cdf

P(T < t) = 1-e-(1/λ)t

27
New cards

Exponential - λ

1/λ = “once every λ ___(ex. years)” or “λ times every ___(ex. years)”
1/λ = mean

28
New cards

Exponential - E(X)

1/λ

29
New cards

Exponential - Var(X)

1/λ2

30
New cards

Beta - E(X)

α/(α+β)

31
New cards

Beta - Var(X)

αβ / (α+β)2(α+β+1)

32
New cards

Loss-RV (“d”: deductible, “c”: cap)

0 , x<d

x-d , d < x < c+d

c , x > c + d

33
New cards

Uniform - E(X)

a+b / 2

34
New cards

Uniform Var(X) *continuous

(b-a)² / 12

35
New cards

A*X ~ N(#, #)

A*X ~ N(A*μ, A22)

36
New cards

def of “e”

Σ1/n!

37
New cards

“Name idk what it is called lol” E[X ^ d]

θ(1-e-d/θ)

38
New cards

“Name idk what it is called lol” E[X ^ u]

θ(1-e-u/θ) =(if ‘u’/’cap’ is inf.)= θ

39
New cards

Expected cost per Loss

1-α(E[X ^ u] - E[X ^ d])

40
New cards

Uniform Var(X) *discrete

n²-1 / 12

or

(b-a+1)² -1 / 12

41
New cards

E(X|Y)

Σ{Xi*P(Xi|Y)}/P(Y)

42
New cards

Exponential - pdf

λe−λx

43
New cards

*x* of group *K*, with Population *N*, and *n* picks.

(K : x)(N-K : n-x) / (N : n)

44
New cards

Negative Binomial - E(X) *total

r/p

45
New cards

Negative Binomial - Var(X) *total

r(1-p)/p²

46
New cards

Var(a*X - b*Y)

a²Var(X) + b²Var(Y) - a*b*Cov(X,Y)

47
New cards

Darth Vader Rule - E[X]

E[X] =∫0m(1-F(X))dx

48
New cards

Var(X1 + X2 + … + Xn) = *X’s are IID*

n*Var(X)

49
New cards

Expected value of a deductible claim

(Y= X-a, X>a, u→cap, a→deductible)
E[Y] = ∫au (x-a)*f(x) dx + (u-d)*P(X>a)
or
(if… f(x)=ex/θ)
E[Y] = θ(e-a/θ - e-u/θ)