Econ 41: Key Probability Terms & Definitions Study Set

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

Distributive Laws

A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)

A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)

2
New cards

De Morgan's Laws

(A ∪ B)' = A' ∩ B' and (A ∩ B)' = A' ∪ B' (Signs Swap)

3
New cards

mutually exclusive events

events have no intersection, cannot both occur A1 ∩ A2 = Ø

4
New cards

nPr

n!/(n-r)! Used with n different objects, select r and order them

5
New cards

nCr

n!/r!(n-r)! = nC(n-r) Used with n different objects, choose r no order

6
New cards

formula for non-distinct objects

nCr Used with n objects of 2 types, r of type 1, n-r of type 2

7
New cards

0!

1

8
New cards

nC0

nCn-0 = nCn = 1

9
New cards

nC1

nCn-1 = n

10
New cards

Conditional Probability Formula

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

11
New cards

Complement Rule of Conditional Probability

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

12
New cards

Independent Events

P (A ∩ B) = P(A) x P(B), if new information is given and it doesn't update the probability of an event occurring, P(B|A) = P(B)

13
New cards

Independence vs. Mutually Exclusive Events

If A and B are independent, then they cannot be mutually exclusive

If A and B are mutually exclusive, then they cannot be independent

14
New cards

Complements of Independent Events

If A and B are independent

A and B' are independent

A' and B are independent

A' and B' are independent

15
New cards

Pairwise Independence

for a triplet, can be pairwise independent but not mutually independent

Occurs when events

A and B are independent

B and C are independent

A and C are independent

16
New cards

Mutual Independence

A, B, and C are mutually independent if they are pairwise independent

AND P(A ∩ B ∩ C) = P(A) x P(B) x P(C)

17
New cards

Complements of Independent Events

If A, B, and C are mutually independent then all combinations of them and their complements will also be mutually independent

18
New cards

what to do with questions about independence

use intersections somehow to be able to multiply probabilities

19
New cards

Addition Law

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

20
New cards

Properties of PMF

if f(x) is the pmf than it is greater than or equal to 0

the Sigma of all x within S = 1

P(X within A) = Sigma of x within (S ∩ A)

21
New cards

CDF

cumulative distribution function

F(x) = P(X less than or equal to x) for any x within all real numbers

22
New cards

mean

average value of X, sigma of all x within S (xf(x)) - multiply each x by f(x) and add them together

23
New cards

variance

sigma of all x within S (x-mean)^2 f(x)- x minus the mean squared times f(x) OR x squared times f(x) then subtract the mean squared

24
New cards

Expectation

if X has a pmf f(x) then for any function u(x), the expectation of u(x) is sigma u(x) f(x) - or u(x) times f(x) added for all values of x

25
New cards

Expectation in regards to x

the expectation when u(x) = x, is sigma f(x) x - or the mean, f(x) times x

26
New cards

Expectations with constants

if k is a constant then E [k] = k, if E[k u(x)]= k E[u(x)]

27
New cards

Linearity of Expectations

E [k1 u(x) + k2 u2(x)] = k1 E[u(x)] + k2 E[u2(x)]

28
New cards

mean and variance when Y = aX + B

mean of Y = a(mean of X) + b ||||| variance of Y = a^2 (variance of X)

29
New cards

Binomial Random Variable

trial with 2 outcomes (success and failure), repeated independently - called a Bernoulli trial

p represents the probability of success in the n number of trials

X represents number of successes in the n number of trials

f(x) = nCx p^x (1-p)^(n-x) for x=0,1,2...

30
New cards

Mean and variance of binomials

if X~ (n,p) then the mean = np, and variance = np(1-p)

31
New cards

X ~ b (n,p) meaning

b - undichtes binomial

n - number of trials

p - probability of success in each trial

32
New cards

Linearity of Binomials

if X1 ~ b (n,p) and X2 = n-X1 then X2 ~ b(n, 1-p)