Chapter 6 Flashcards

1
Q

What is a probability distribution?

A

Fully describes the probability of any outcome in the same space.

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

What is a random variable?

A

A variable whose value depends on the outcome of a random event.

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

What does it mean if a variable is discrete?

A

It can only take certain numerical values.

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

What does it mean if a variable is random?

A

The outcome is not known until the experiment is carried out.

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

What is a discrete uniform distribution?

A

When all the probabilities of different outcomes in an experiment are the same (rolling a fair dice).

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

What does the sum of all the probabilities of all outcomes of an event add up to?

A

1

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

What is a probability mass function?

A

f(x) = P(X=x) = (some probability)
x = (certain values)
(When there are different probabilities for x it uses wiggly brackets. It’s just a way of presenting the probability data).

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

What would the probability mass function of a fair 6-sided dice look like?

A

P(X=x) = 1/6
x = 1,2,3,4,5,6

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

What is a cumulative probability?

A

The sum of the probabilities of all outcomes up to a particular value.
P(X ≤ x)

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

what is P(X ≥ x) in the form P(X ≤ x)?

A

P(X ≥ x) = 1 - P(X < x) = 1 - P(X ≤ x-1)

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

What is P(X < x) in the form P(X ≤ x)?

A

P(X < x) = P(X ≤ x-1)

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

wat is P(X > x) in the form P(X ≤ x)?

A

P(X > x) = 1- P(X ≤ x)

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

how would you work out P( x ≤ X ≤ y)

A

= P(X ≤ y) - P(X ≤ x-1)

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

What is the formula for the binomial distribution? in terms of X ~ B(n, p)

A

P(X = r) = (ⁿCᵣ)pʳ (1- p)ⁿ⁻ʳ
n = number of trials
r = successful outcomes
p = probability of success

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