CH 2 - sequential Experiments

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/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Tree Diagrams

Display outcomes of subexperiments in sequential experiments. Branch labels = probabilities/conditional probabilities. Probability of full outcome = product of branch probabilities.

<p>Display outcomes of subexperiments in sequential experiments. Branch labels = probabilities/conditional probabilities. Probability of full outcome = product of branch probabilities.</p>
2
New cards

Probability of leaf in tree

Multiply probabilities along branches from root to leaf.

3
New cards

Counting Methods

Finding number of possible outcomes without listing them. ( Permutations, Combinations)

4
New cards

Multiplication Rule

Total outcomes = (outcomes of first) × (outcomes of second).

5
New cards

Permutation with Replacement

Order matters, replacement allowed. Formula: m^k.

6
New cards

Permutation without Replacement

Order matters, no replacement. npr on calculator

<p>Order matters, no replacement. npr on calculator</p>
7
New cards

Combination without Replacement

Order does not matter, no replacement. NCR on calculator

<p>Order does not matter, no replacement. NCR on calculator</p>
8
New cards

Combination with Replacement

Order does not matter, replacement allowed. Rarely used.

9
New cards

(n)k

Number of k-permutations of n distinguishable objects = n! / (n-k)!.

10
New cards

Sampling with Replacement

Leads to independent trials.

11
New cards

Independent Trials

Outcome of one trial does not affect probabilities of next (e.g., coin flips, dice rolls).

12
New cards

Binary Trials

Trials with two outcomes (success/failure). Sample space = {0,1} or {S,F}.

13
New cards

Binomial Probability

If n trials and success probability = p, probability of k successes: (n choose k) * p^k * (1-p)^(n-k).