Unit 5 Flashcards

1
Q

A quick example of an blank would be rolling a three using a singular six-sided, fair dice. There is only one way this event can happen; there is only one favorable outcome. However, when you roll a six-sided dice, there are actually six possible outcomes. So, the probability of rolling a three is 1/6.

A

event

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

The set of all six possible outcomes is referred to as the blank. Sample space is similar in nature to the universal set; that is, the set of all possible elements. The favorable outcome(s) is/are referred to as the event.

A

sample space

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

One of the primary applications of counting is to calculate blank of random events.

A

probabilities

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

An experiment is a procedure that results in one out of a number of possible blank.

A

outcomes

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

The set of all possible outcomes is called the blank of the experiment.

A

sample space

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

A subset of the sample space is called an blank.

A

event

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

Blank is concerned with experiments in which the sample space is a finite or countably infinite set.

A

Discrete probability

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

A set is blank if there is a one-to-one correspondence between the elements of the set and the integers.

A

countably infinite

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

A set that is not countably infinite is said to be blank.

A

uncountably infinite

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

Examples of blank sets include the set of all binary strings (of any length), the set of ordered pairs of integers (Z × Z), the set of all rational numbers

A

countably infinite

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

The set of real numbers is an example of an blank.

A

uncountably infinite set

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

Continuous and discrete probability are very similar in nature. For the purposes of this course in the application to computer science, the main difference is that discrete probability assumes you are working with either blank or blank.

A

finite or countably infinite sets

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

Blank is the set of all possible outcomes.

A

Sample space

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

An blank is the set of all favorable outcomes and is a subset of the sample space.

A

event

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

An blank refers to the inability to provide a 1-to- 1 correspondence to the elements in the set. For example, just looking at the set of (real) numbers between 0 and 1, those values are truly uncountable-you can always find a number between any two numbers in the set.

A

uncountable infinite set

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

An blank-the type we will be studying in the course-would include the integers, for example. You can create a 1-to- 1 correspondence between the elements of the set and the counting numbers. Even though it is an infinite set of numbers, there are no numbers between each element; they are separate and discrete.

A

infinitely countable set

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

blank, which is this sum of probabilities.

A

probability distribution

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

If all the probabilities for the event subsets are equal, then the distribution is known as a blank.

A

uniform probability distribution

19
Q

he probability distribution in which every outcome has the same probability is called the blank.

A

uniform distribution

20
Q

A blank is just the sum of each event subset’s probability. The sum of the distribution should always be 1 if the experiment is fair.

A

probability distribution

21
Q

If the probability of each element is the same, then this is a blank.

A

uniform distribution

22
Q

Use this formula to calculate the probability of an event:

A

probability of an event = number of favorable outcomes / total number or possible outcomes

23
Q

Two events are blank if the two events are disjoint (i.e., the intersection of the two events is empty).

A

mutually exclusive

24
Q

The probability of two events happening as an OR-that is, either this event A happens OR this event B happens-is a union of the event sets. If the two sets do not overlap, then they are referred to as blank.

A

exclusive

25
Q

To calculate the probability of the union of two mutually exclusive events blank the probability of each event.

A

add

26
Q

The blank for counting (with two sets) is similar to the blank principle in probability. If the event sets overlap, then you must subtract the probability of their intersection. To calculate the probability of two events that overlap, add the probability of each event then subtract the probability of the overlapping events.

A

inclusion-exclusion principle

27
Q

Using the idea of the blank of a set is very useful in calculating the probability of cumbersome events.

A

complement

28
Q

Just like when counting using the complement of a set, you can calculate the probability of an event by subtracting the probability of the event not happening from the probability of the event certainly happening. Use the formula:

A

p(E) = 1 - p(-E) (complement of E)

29
Q

If the event F happens, the new probability of E is the blank of E given F, denoted by p(E|F).

A

conditional probability

30
Q

Conditional probability is based on two events, A and B, which are dependent. If event B occurs first, the new probability (sample space for event A) has now changed. The probability for event A given that B occurred first is notated by (A|B) and is calculated using this formula:

A

P(A|B) = p(A Intersect B) / p(B)

31
Q

Remember, just because you’re working with dependent events (or overlapping, intersecting sets), it does not mean all the concepts you have used for counting do not also apply for probability. For example, you can use the rules of complements of sets or events to help calculate the blank.

A

conditional probability

32
Q

Two events are blank if conditioning on one event does not change the probability of the other event. Here is a formal description in terms of probabilities

A

independent

33
Q

If X and Y are events in the same sample space, and X and Y are independent, then

A

p(X ∩ Y) = p(X) · p(Y)

34
Q

To calculate the probabilities of two independent events, blank the individual probabilities

A

multiply

35
Q

Blank, based on conditional probabilities, allows you to update the probability of hypotheses when provided evidence from observations.

A

Bayes’ theorem

36
Q

The formula for Bayes’ theorem states the relationship between p(H)-the probability of the hypothesis before the evidence, and P(H|E) the probability of the hypothesis after getting evidence is blank

A

P(H|E) = P(E|H) / P(E) * P(H)

37
Q

Bayes’ theorem is very commonly used in determining the likelihood of blank. In other words, it is used to determine how likely a test or algorithm will produce an incorrect result. This theorem is important in factory applications (determining if the items being produced are defective or not), in medical testing (determining the accuracy of diagnostic tests), and many, many other computer science applications.

A

“false-positives.”

38
Q

A blank X is a function from the sample space S of an experiment to the real numbers. X(S) denotes the range of the function X.

A

random variable

39
Q

The blank of a random variable is the set of all pairs (r, p(X = r)) such that r ∈ X(S).

A

distribution

40
Q

A blank is a rule of association between each outcome of an experiment and some value defined by the rule.

A

random variable

41
Q

There is a connection between random variable probability distribution and the blank

A

binomial theorem

42
Q

The probability of an event in a sample space is also the blank. Therefore, to calculate the probability distribution of a random variable, apply the same concepts as you did in the “Probability of an Event” lesson in Module 18.

A

probability of the associated random variable value

43
Q

To calculate blank, create a probability distribution and multiply each outcome value by its probability, then add the results. If there is a cost to “play,” then the net expected value can be calculated by subtracting the cost from the expected value.

A

expected value

44
Q

Recall from your previous lesson, a random variable has values assigned from the outcomes of an experiment. Calculating the expected value of random variables is the blank as described in the previous bullet-same principle, different name.

A

same