ds-probability Flashcards

1
Q

What is an experiment in probability?

A

A repeatable procedure with well-defined possible outcomes.

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

What is the sample space in probability?

How do we denote sample sample?

A

The set (unique values) of all possible outcomes.

We usually denote the sample space by
Ω, sometimes by S.

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

What is an event in probability?

A

A subset of the sample space.

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

What is a probability function?

A

a function giving the probability for each outcome

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

What is the probability density function?

A

A continuous distribution of probabilities.

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

What is a random variable?

A

A random numerical outcome.

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

What are the 2 conditions that a Probability must satisfy?

A

The P is a number between 0 and 1.

The sum of all individual probabilities is equal to 1.

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

In probability, what is a stop rule? What is the stop rule in the example below?

Experiment: Toss the coin until the first heads. Report the number of tosses.
Sample space: Ω = {1, 2, 3, . . . }.
Probability function: P (n) = (1 − p)n−1p.

A

Stopping rule is a rule that tells you when to end a certain process.

In the toy example above the process was flipping a coin
and we stopped after the first heads.

A more practical example is a rule for ending a series
of medical treatments. Such a rule could depend on how well the treatments are working,
how the patient is tolerating them and the probability that the treatments would continue
to be effective. One could ask about the probability of stopping within a certain number of
treatments or the average number of treatments you should expect before stopping.

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

What is the probability of f L and R if they are disjoint?

A

P (L ∪ R) = P (L) + P (R)

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

If L and R are NOT disjoint, what is the probability of P (L U R)? What is the name of this principle?

A

P (L ∪ R) = P (L) + P (R) − P (L ∩ R)

It’s called the inclusion-exclusion principle.

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

Please illustrate the following examples using a Venn Diagram:

P (Ac) = 1 − P (A)

P (L ∪ R) = P (L) + P (R)

P (L ∪ R) = P (L) + P (R) − P (L ∩ R)

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

Let A, B and C be the events X is a multiple of 2, 3 and 6 respectively. If P (A) = .6, P (B) = .3 and P (C) = .2 what is P (A or B)?

A

P (A ∪ B) = P (A) + P (B) − P (A ∩ B) = .6 + .3 − .2 = .7

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

solve the these probabilities.

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

What is the probability of the example attached?

A

2/3

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

3/4

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

What is conditional probability (P(B∣A))?

A

The probability that an event will take place given the restrictive assumption that another event has taken place, or that a combination of other events has taken place

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

17
Q

Enuntiate the Bayes Theorem

A

Bayes’ theorem P(A∣B)/P(B∣A)=P(A)/P(B)

18
Q

What is P(A∩B) for independent events?

A

When events are independent, we can use the multiplication rule for independent events, which states that P(A∩B)=P(A)P(B).

19
Q

What is an independent event?

A

Not contingent or dependent on something else.

20
Q

what is a disjoint event?

A

Having no members in common; having an intersection equal to the empty set.

21
Q

Assume that P(A) = 0.3, P(B/A) = 0.75, and P(C/A∩B) = 0.20. What is P(A∩B∩C)?

A

9/200