lecture 13 Flashcards

1
Q

DESCRIBE symmetry argument ex - coins

A

single coin flip
usually can assume that 1/2 for heads and tails

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

describe numerical probability - for equally likely sample outcomes

A

S = finite, N sample outcomes, equally likely
for elementary events E1,E2,…,EN we have P (Ei)= 1/N I = 1,…,n
FOR A some or all in S =
P (A) = number of sample outcomes in A/number of sample outcomes in S = n/N

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

DESCRIBE symmetry argument ex - dice

A

for one event = P(Ei) = 1/6
for even = E2 union E4 union E6 so P(A) = 3/6 = 1/2

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

when not equally likely what do we use for probably

A

relative frequency

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

descrive relative frequency

A

define P(A) by considering the relative frequency
with which event A occurs in a long sequence of repeated
identical experiments
N repeated experiments
n is number of times/N that A occurs (like calc limit)
FREQUENTIST def of probability

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

describe frequentist def - thumbtack ex

A

keep tossing and eventually will learn probabilities

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

Is it always possible to consider an infinite sequence of repeats

A

no
ex = millionth digit of pi
can only be a number from 0-9

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

rules for counting operations

A

A sequence of k operations, in which operation i can result in ni possible outcomes can result in n1 x n2 x … nk
possible sequence of outcomes
ex = any number from 0-9

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

give ex of counting operations - gen

A

2 dice rolled = 6x6 = 36 possible outcomes
k=5, any numbers between 1-100 = 100^5 possible outcomes
k= 11, players of sport, 25x24x23… = PLAYERS cannot be picked twice

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

describe selecting with replacement

A

each successive selection can be one of original set, regardless of previous selections

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

describe selecting without replacement

A

set is depleted by each successive selection

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

describe permutations

A

ordered arrangement of r objects
number of ways of ordering r objects selected, without replacement =
n
P
r
= n!/(n-r)!
(factorials)

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

describe combinations

A

number of combinations of n objects taken r at a time is the number of subsets of size r that can be formed
n
C
r
= (n
r)
where
(n
r)
= n!/r!(n-r)!
i.e. we choose r from n

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

describe number of possible selections of r objects

A

in sequence without replacement
n
P
r
= n!/(n-r)!

leaving (n-r) objects unselected

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

describe number of possible selections of r objects - if order of selected objects not important in identifying combo we must have that

A

pnr = r! x cnr
there are r! equivalent combos that yield same permutation
r! turns unordered selection into ordered

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

describe binary sequences

A

if take 1 = inclusion and 0 = exclusion then we can identify combos with binary sequence
the number of binary sequences of length n containing r 1s is
n choose r
(n
r)

16
Q

describe how to compute probabilities in case of equally likely outcomes

A

S: complete list of possible sequences of selections.
A: sequences having property of interest.
P (A)= nA/nS
use counting rules to count A & S