Probability and Random Variables Flashcards

1
Q

P(A) and P(B) are mutually exclusive if…?

A

P(A∩B) =0
“A intersect B” = 0

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

P(A) and P(B) are independent if…?

A

P(A∩B) = P(A) * P(B)

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

Probability Rule #3

A

P(A∪B) = P(A) + P(B) - P(A∩B)

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

Order matters (permutation)

A

nPk = n! / (n-k)!

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

Order doesn’t matter (combination)

A

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

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

Equally likely outcome

A

(# of outcomes in A) / (# of outcomes in S)

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

Equally Likely Outcomes

A

(# of outcomes in A) / (# of outcomes in S)

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

What is a random variable?

A

A random variable is the number of possible outcomes of some event.
Random variables can be continuous (inclusive of decimal values) or discreet (whole numbers only)

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

What is a probability mass function?

A

A probability mass function or PMF, puts each RV into a table format with the probabilities of each outcome below the RV
Tossing a coin 2x, and landing on heads
RV is possible times you could land on heads
RV = x | 0 1 2
P(x) | 1/4 1/2 1/4
RULE 1: for any x, P(x) is greater than or equal to 0
RULE 2: ΣP(x) = 1

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

What is a cumulative distribution function?

A

A cumulative distribution function, or CDF is basically a PMF except that you add the probabilities of each RV up to and including that RV
To obtain the CDF, integrate the function of the PMF
CDF may include a column or row of x<1 which in the case of tossing a coin twice is 0
Also, in our example, for x>2, no matter the value is 1
RV = x | 0 1 2
P(x) | 1/4 3/4 1

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

Expected Value

A

Expected value or the mean (long term average)
μ(x) = E(x) = Σ (x * P(x))

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

Variance

A

σ^2 = E(x^2) - [E(x)]^2
NOTE: for the E(x^2) term, square the RV (x-value) not the probability. Multiply the x^2 value and each corresponding probability, add all terms for E(x^2) value

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

Standard Deviation

A

σ

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

Finding probability of a continuous random variable (RV)

A

integrate the f(x) between values of x (a & b)

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

Finding expected value of a continuous random variable

A

include one x value (RV) into the integration term so the integration will be over x*f(x)

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

E(x^2)

A

E(x^2) = include x^2 in the integration from a to b

17
Q

variance

A

σ^2 = E(x^2) - [E(x)]^2

18
Q

Counting

A

Just multiply the number of each option in each place (NO FACTORIALS!!!)

19
Q

And (intersect)

A

MULTIPLY

20
Q

OR (union)

A

ADD

21
Q

A system in series

A

in series: P(A∩B) = P(A) * P(B)

22
Q

A system in parallel

A

In parallel: P(A∪B) = P(A) + P(B) - P(A∩B)