SOA Exam P Probability 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/65

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:26 PM on 9/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

66 Terms

1
New cards

Bernoulli Trial

An experiment in which there are exactly two possible outcomes

2
New cards

Binomial distribution

A random variable X represents the number of successes observed from the n Bernoulli trials

3
New cards

Binomial Parameters

n = number of trials

p = probability of success

q = 1-p

4
New cards

Binomial probability function (f(x))

knowt flashcard image
5
New cards

E[X] binomial function

E[x] = np

6
New cards

var(x) binomial function

var(x) = npq

7
New cards

MGF binomial function

knowt flashcard image
8
New cards

Additive property of binomial function

Sum of independent binomially distributed variables each with probability p, has parameters of p and the sum of all n

9
New cards

Negative binomial distribution

X is the number of failures before r successes in a series of independent Bernoulli trials

10
New cards

Negative binomial parameters

r = desired number of successes

x = number of failures before r successes

p = probability of success

q = 1-p, probability of failure

11
New cards

Negative binomial probability density function f(x)

f(x) = Pr(X=x) = (r + x - 1)!/x!(r-1)! * p^r * q^x

12
New cards

Expected value of negative binomial distribution E[X]

E[X] = rq/p

13
New cards

Variance of negative binomial distribution var(x)

var(x) = rq/p^2

14
New cards

Moment generating function negative binomial distribution

Mx(t) = ((1 - qe^t)/p)^-r

15
New cards

Additive property of negative binomial distribution

If Xi follows a negative binomial distribution with parameters ri and p, and they are independent, then the sum of them follows a negative binomial distribution with parameters as the sum of the ri and p.

16
New cards

Geometric distribution

The number of failures observed from the series of Bernoulli trials until the first success occurs

17
New cards

Parameters of geometric distribution

p = probability of success

q = 1-p

x = number of trials before first success

18
New cards

Probability density function of geometric distribution

f(x) = Pr(X=x) = q^x * p

19
New cards

Probability mass function of geometric distribution

F(x) = Pr(X <= x) = 1 - q^x+1

20
New cards

Expected value of geometric distribution

E[x] = q/p

21
New cards

Variance of geometric distribution

var(x) = q/p^2

22
New cards

MGF of geometric distribution

Mx(t) = ((1 - qe^t)/p)^-1

23
New cards

Additive property of geometric distribution

A sum of n independent geometric distributions with parameter p follows a negative binomial distribution with parameters r = n and p.

24
New cards

Hypergeometric distribution definition

X is the number of Type 1 objects in a sample of n objects randomly selected without replacement from a population of m objects, of which m1 are type 1 and m2 are type 2 (where m = m1 + m2.

25
New cards

Hypergeometric probability distribution function

f(x) = Pr(X=x) = C(m1,x) * C(m2,n-x) = C(m,n)

26
New cards

Expected value of hypergeometric function

E[x] = nm1/m

27
New cards

Variance of hypergeometric function

var(x) = n(m1/m)(m2/m)((m-n)/(m-1))

28
New cards

Definition of poisson distribution

X is the number of occurrences of some "rare" event in a unit time period where λ is the rate of occurrences per unit time period

29
New cards

Probability distribution function

f(x) = Pr(X=x) = e^-λ*λ^x/x!

30
New cards

Expected value of a poisson distribution

λ

31
New cards

Variance of poisson distribution

λ

32
New cards

MGF of poisson distribution

Mx(t) = e^(λ((e^t)-1))

33
New cards

Additive property of poisson distribution

Sum of poisson distributions has parameter of the sum of all the λ

34
New cards

Uniform distribution

Constant probability density function on the interval [a,b]

35
New cards

PDF of uniform distribution

f(x) = 1/(b-a)

36
New cards

CDF of uniform distribution

F(x) = (x-a)/(b-a)

37
New cards

Expected value of uniform distribution

E(x) = (b+a)/2

38
New cards

Variance of uniform distribution

var(x) = ((b-a)^2)/12

39
New cards

median of uniform distribution

m = (b+a)/2

40
New cards

MGF of uniform distribution

Mx(t) = (e^bt - e^at)/t(b-a)

41
New cards

exponential distribution parameters

θ

42
New cards

Exponential distribution CDF

F(x) = 1-e^(-x/θ)

43
New cards

Expected value of exponential distribution

θ

44
New cards

variance of exponential distribution

θ^2

45
New cards

median of exponential distribution

m = θ*ln(2)

46
New cards

moment generating function for exponential distribution

M(t) = 1/(1-θt) for t < 1/θ

47
New cards

memoryless property for exponential distribution

Pr(X > x0 + x | x > x0) = Pr(X>x)

48
New cards

Exponential distribution PDF

f(x) = (1/θ) e^(-x/θ)

49
New cards

Gamma distribution

knowt flashcard image
50
New cards

Gamma distribution function

knowt flashcard image
51
New cards

expected value of gamma distribution

E[x] = αθ

52
New cards

variance of gamma distribution

var(x) = αθ^2

53
New cards

moment generating function of gamma distribution

M(t) = 1/((1- θt)^α)

54
New cards

Additive property of gamma distribution

Sum of gamma distributions has parameters of the sum of the α and θ.

55
New cards

Normal distribution expected value

μ

56
New cards

Normal distribution variance

σ^2

57
New cards

The central limit theorem

If X1...Xn are independent and identically distributed with mean μ and variance σ^2.

For large n, then the sum of X1...Xn is approximately distributed with mean nμ and variance nσ^2. The mean of all of them is distributed with mean μ and variance σ^2/n

58
New cards

Joint probability function

Pr(X=x and Y=y) = fxy(x,y)

59
New cards

Conditional probability function of X fx(x)(multivariate)

fx(x|Y=y) = fxy(x,y)/fy(y)

60
New cards

Marginal probability density function of X

knowt flashcard image
61
New cards

E[g(x,y)]

sum or integral of g(x,y)fxy(x,y)

62
New cards

Mx,y(s,t)

E[e^sX+tY]

63
New cards

cov(X,Y)

E[XY] - E[X]E[Y]

64
New cards

Covariance function properties

var(X) = cov(X,X)

cov(X,Y) = cov(Y,X)

cov(aX + bY,z) = a cov(X,Z) + b cov(Y,Z)

cov(X,Y) = 0 if X and Y are independent

var(aX + bY) = cov(aX+bY,aX+bY) = a^2 var(X) + b^2 var(Y) + 2abcov(X,Y)

65
New cards

Correlation coefficient

rho

cov(X,Y)/sd(X)sd(Y)

66
New cards

bivariate normal distribution conditional distribution of x

E[X|Y=y] = μx + ρ(σy/σx)(y-μy)

var(X|Y=y) = σx^2(1-ρ^2)