W9/10 - Prob Flashcards

(15 cards)

1
Q

Mutually exclusive

formula and meaning

A

Pr⁡(A ∪B)=Pr⁡(A)+Pr⁡(B)

no interception

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

set difference formula

Pr⁡(B\A)=??

A

Pr⁡(B\A)=Pr⁡(B)−Pr⁡(A ∩ B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

addition rule for 2 sets then 3 sets

A

Pr(A∩B) = Pr(A)+Pr(B)−Pr(A∪B)
3 sets is
Pr⁡(A ∪B∪C)=Pr⁡(A)+Pr⁡(B)+Pr⁡(A∩B)−Pr⁡(A∩C)−Pr⁡(B∩C)+Pr⁡(A∩B∩C)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Independent events formula

A

Pr⁡(A∩B)=Pr⁡(A)∗Pr⁡(B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Conditional probability formula

Formula and Bayes’ theorem

A

Pr⁡(A│B)=Pr⁡(A∩B)/Pr⁡(B)

Pr⁡(A|B)=[Pr⁡(B│A) x Pr⁡(A)]/Pr⁡(B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

formula and properties

Expected value (AKA expectation or mean)

What if X and Y are independent?

A

E(X)=∑k∗Pr⁡(X=k)

E(αX)= αE(X)
E(X+Y)= E(X)+ E(Y)
E(XY) = E(X)E(Y) (independence only)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Median

The value m where these two conditions are true

A

Pr⁡(X≤m)≥1/2 Pr⁡(X≥m)≥1/2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Mode

A

The value g for which Pr(X=g) is greatest.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Variance and sd

what if X and Y are independent?

A

Var(X)=E(X^2 )−[E(X)]^2 =E((X−u)^2 )

Sd(X)=√Var(X)

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Chebyshev’s inequality

A

Pr⁡(|X−E(X)|≥t∗sd(X)) ≤ 1/t^2

the probability that X is at least t standard deviations away from the mean is at most 1/t^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Uniform distribution

Formula and notation

A

Pr⁡(X=x)=1/(b−a+1)

(can be calulated from mean and var formula)
E(X)=(a+b)/2=median
Var(X)=((b−a+1)^2−1)/12

Notation: X~Unif(a,b)

The uniform distribution gives the same probability to all [a,b], and zero probability to all other integers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is E(X) and Var(X)

Binomial distribution

Formula and notation

A

Pr⁡(X=k)=(nCk)*(p^k)* [(1−p)^(n−k)]

E(X)=np
Var(X)=np(1-p)

X~Bin(n,p)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is E(X) and Var(X)

Poisson distribution

Formula and notation

A

Pr⁡(X=k)=(e^μ ∗ μ^k)/k!

E(X)=μ
Var(X)=μ

X~Poisson(μ)

For rare events, if you are given just mean, it is most likely this.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is E(X) and Var(X)

Geometric distribution

Formula and notation

A

Pr⁡(X=k)=(1−p)^(k−1) ∗p

E(X)=1/p
Var(X)=(1−p)/p^2

X~Geom(p)

Counting the number of trials needed to get the first success (same condition as Bin)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Applications of distributions - coupon collectors problem

A

Collecting all n different type of coupons.

Let Z=X_1+X_2+…+X_n

P_k=(n−k+1)/n
X_k~Geom((n−k+1)/n)

E(X_k)=1/P_k
E(Z)=E(X1+X2+...+X3)=n(1/1+1/2+...+1/n) (do not need to remember this, can find out if needed)

to get the k-th coupon

How well did you know this?
1
Not at all
2
3
4
5
Perfectly