Statistics Formulas Flashcards

Memorize formulas

1
Q

What is P(A U B)?

A

The probability of A or B occurring. It equals P(A) + P(B).

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

How do you test if A and B are disjoint?

A

P(A U B) = P(A) + P(B)

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

What is P(A ∩ B)?

A

The probability of A and B occurring. It equals P(A) * P(B).

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

P(A’) = P(A^c) = ? and what is it?

A

The complement rule. It is used for finding the opposite of the question - i.e. if the question is asking for the probability of not rolling a 5, the complement rule is used to find the probability of rolling a 5.

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

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

What is independence?

A

Independence means that events do not affect each other. For example, hair color and nail length.

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

P(A | B) is?

A

P(A | B) means the probability of A given B. This also means that A and B are not independent, as they affect each other. P(A | B) = P(B ∩ A) / P(B)

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

If A and B are independent, how does P(A | B) work?

A

If events A and B are independent, then P(A | B) = P(A) and P(B | A) = P(B). Then you would just do P(A ∩ B) or P(A) * P(B).

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

What are the General Multiplication Rules for 2 non-independent events?

A

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

P(B | A) = P(A ∩ B) / P(A)

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

What are the 4 conditions for a Binomial Setting?

A

1) There are a fixed number N of trials.
2) Each trial is independent.
3) Each trial results in success of failure.
4) The probability of success, P, is constant.

For example, we roll a die 4 times. What is the probability that we get a ‘6’ exactly 3 times?

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

How do you find the mean and standard deviation of binomial distributions?

A

m = np and S = sqrt(np(1-p)), where n is the number of trials and p is the probability of success.

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

What is the formula for solving binomial distribution problems?

A

P(X) = C*p^x * (1-p)^n-x

C is the Binomial Random Variable which equals to n!/x!(n-x)!. It’s easier to just use NCR on a calculator.

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

What are the 4 conditions for a geometric setting?

A

1) Each trial n results in success or failure.
2) Trials are independent.
3) The probability of success, P, is constant
4) The variable of interest is the number of trials required to obtain the first success.

For example, you roll a die until a 3 occurs. You want to know the probability that the 3 occurs on the third roll.

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

What is the formula for solving geometric distribution problems?

A

P(X=n) = (1-p)^3-1 * p

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

How do you find the mean and standard deviation for geometric distributions?

A
m = 1/p
S = sqrt((1-p) / p^2)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly