Week 1 Notes Flashcards

1
Q

Probability theory

A

Is a mathematical model for chance or random phenomena

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

Sample space

A

The sample space for a probability/random experiment (I.e. an experiment with random outcomes) is the set of all possible outcomes

The sample space is denoted S

An outcome is an element of S, generally denoted s is an element of S

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

Event

A

An event is a particular subset of the sample space. Events are typically denoted with capital letters- A, B, C, etc. - and we write A is a subset of S to indicate that A is an event of S

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

When is a probability measure valid?

A

If it is a function P from subsets of the sample space S to the real numbers such that the following hold:
1: P(1)=1
2: if A is any event in S, then P(A) >= 0
3: if events A1 and A2 are disjoint, then
P(A1 U A2) = P(A1) + P(A2)

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

Let S be a sample space with probability measure P. Also, let A and B be any events in S. What five properties hold?

A

1: P(A complement) = 1 - P(A)
2: P(empty set) = 1
3: If A is a subset of B, then P(A)<=P(B)
4: P(A) <= 1
5: P(A U B) = P(A) + P(B) - P(A intersect B)

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

Relative frequency approximation

A

P(A) is approximately

times A occurred) / (# trials

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

What is the law of large numbers

A

As the number of trials increases, the relative frequency approximation approaches the theoretical value of P(A)

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

What is the multiplication principle?

A

If one experiment has n1 outcomes and another experiment has n2 outcomes, then there are n1 x n2 total outcomes for the composite of the two experiments. More generally, if there are m experiments with the first experiment having n1 outcomes, the second with n2, etc., then there n1 x n2 x … x nm total outcomes for the composite of the m experiments.

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

What is a permutation?

A

A permutation is an ordered arrangement of objects. For example, “MATH” is a permutation of four letters from the alphabet.

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

What is a combination?

A

A combination is an unordered collection of r objects from n total objects. For example, a group of 3 students chosen from a class of 10 students

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

How can permutations be counted?

A

The number of permutations of r objects from n distinct objects without replacement is given by:
nPr = (n!)/((n-r)!) = n x (n-1) x … x (n-r+1)

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

How can combinations be counted?

A

The number of combinations of r objects from n distinct objects without replacement is given by:
nCr = (r ; n) = (n!)/((r!)(n-r)!)
Note that n chose r is also referred to as a binomial coefficient, since it appears in the binomial expansion theorem

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