4.1 Probabilities Flashcards

1
Q

What is a sample space (omega symbol)

A

Set of elementary outcomes of experiment

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

An experiment is characterised by a permutation of 1…n.

Sn (sample space) is the set of all permutations. What is the size of Sn?

A

n!

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

Let A: Sn –> {1, … ,n} be a random variable which measures something in an experiment.

Example: A((4,3,6,7,1,2,4,6,5)) = 5

What are these different elements:
A
(4,3,6,7,1,2,4,6,5)
5

A

A = random variable
(4,3,6,7,1,2,4,6,5) = outcome
5 = observation

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

What is the formula for the expected value of A? And explain what it means

A

For every value in the set of observations, we take the observation and multiply it by the probability of that observation

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

What is an indicator random variable

A

A random variable that only ever outputs true/false via a 1/0

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

if there are 5 observations, what is the probability that the 5th one is the highest

A

(5 -1)! / (5)!

24/120 = 1 / 5

(i-1)! / i! = 1/i

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

If there are 8 observations (1 … 8), what is the probability that the i’th term is greater than average?

A

Number of permutations where i’th > n/2
/
Number of possible permutations

=

(n-1)! * n/2
/
n!

=

(7! * 4) / 8! = 0 .5

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