Chapter 4 Vocab

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Random process

generates outcomes that are determined purely by chance

2
New cards

Probability

a number between 0 and 1 that describes the proportion of times the outcome would occur in a very long series of trials

3
New cards

Law of Large Numbers

if we observe more and more trials of any random process, the proportion of times that specific outcome occurs approaches its probability

4
New cards

Simulation 

Imitates a random process in such a way that simulated outcomes are consistent with real-world outcomes

5
New cards

Probability model

a description of a random process that consists of two parts: a list of all possible outcomes and the probability of each outcome

6
New cards

Sample space

A list of all possible outcomes

7
New cards

Event

a subset of the possible outcomes from the sample space of a random process

8
New cards

P(A)

Probability equation, # of outcomes in event A/total number of outcomes in sample space

9
New cards

Basic Probability Rules

  • The probability of any event is a number between 0 and 1

  • All possible outcomes together must have probabilities that add up to 1

  • The probability that an event does not occur is 1 minus the probability that the event does occur.

10
New cards

Complement Rule

P(AC)=1 - P(A), where AC is the complement event of A

11
New cards

Complement

the event that A does not occur

12
New cards

Mutually Excusive

If two events, A and B, have no outcomes in common and so can never occur together - that is, if P(A and B) = 0

13
New cards

Disjoint 

Synonym with mutually exclusive

14
New cards

Additional Rule for Mutually Exclusive Events

P(A and B) = P(A) + P(B)

15
New cards

General Addition Rule

P(A or B) = P(A) + P(B) - P(A and B) if A and B are any two events resulting from the same random process

16
New cards

Venn diagram

consists of one or more circles surrounded by a rectangle. Each circle represents an event. The region inside the rectangle represents the sample space of the random process.

17
New cards

Intersection 

The event “A and B” of events A and B. It consists of all outcomes that are common to both events, and is denoted by A n B

18
New cards

Union

The event “A or B” of events A and B. It consists of all outcomes that are in event A, event B, or both, and is denoted A U B

19
New cards

Conditional probability

The probability that one event happens given that another event is known to have happened.

20
New cards

P(A|B)

Conditional probability denotation

21
New cards

Conditional Probability Formula 

P(A|B) = P(A and B)/P(B) = P(AnB)/P(B) = P(bothe events occur)/P(given event occurs

22
New cards

Independent events

A and B is knowinf whether or not one event has occurred does not change the probability that the other event will happen. in other words, events A and B are independent if P(A|B) = P(A|BC) = P(A) Alternatively, events A and B are independent if P(B|A) = P(B|AC) = P(B)

23
New cards

General Multiplication Rule

For any random process, the probability that events A and B both occur: P(A and B) = P(AnB) = P(A) x P(B|A)

24
New cards

tree diagram

shows the sample space of a random process involving multiple stages. The probability of each outcome is shown on the corresponding branch of the tree. All the probabilities after the first stage are conditional probabilities.

25
New cards

Multiplication Rule for Independent Events

Events A and B are independent if and only if P(AnB) = P(A) x P(B)