AP Stats unit 6

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

1/22

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.

23 Terms

1
New cards

Imitation of chance behavior based on a model that accurately reflects the phenomenon

simulation

2
New cards

List the steps when setting up a simulation:

  1. state the ____ or describe a ____

  2. state the ____

  3. assign ____ to represent ____

  4. describe a ___ and what you’ll ____

  5. simulate many _____ (use randint)

  6. state ur _____

problem, random phenomenon

assumptions

digits, outcomes

trial, measure

repetitions

conclusions

3
New cards

randomness: Short run events are _____, but in _____ we expect reg distribution

unpredictable, long run

4
New cards

probability of random phenomenon is the ____ of times the outcome is _____ to occur in the long run

proportion, expected

5
New cards

law of large numbers

  • The more you ____ an event, the more that your experimental probability tends toward ____

  • Every future event has ____ influence on overall prob, so u see fewer fluctuations

  • Next n events are expected to be ___ to actual prob, so ____ is expected to tend toward actual prob

  • does NOT mean that if I flip heads 5 times, tails is more likely next time

  • tells you about ____ averages, NOT what the next flip will be (next flip is still independent of past ones)

repeat, actual prob

smaller

close, graph

long-run

6
New cards

a probability model: ____ S (all possible outcomes) with _____ assigned to each event

sample space { }, probabilities

7
New cards

probability models

  • infinite, continuous sample space: use a _____

  • finite, discrete sample space: ___ or ____

density curve

table, equally likely outcomes

<p>density curve</p><p>table, equally likely outcomes</p>
8
New cards

Probability rules

  1. probability P(A) of any event A satisfies ___ ≤ P(A) ≤ ___

  2. If S is sample space, P(S) = __

  3. Complement rule: P(A^c) = ____

0, 1

1

1-P(A)

9
New cards

2 events are _____ if the occurence of one doesn’t affect the probability of the other

independent

10
New cards

sampling ____ replacement: randint

sampling ____ replacement: randIntNoRep

with, without

11
New cards

If A and B are independent P(A B) = 

P(A) * P(B)

only reason why this works or doesn’t work is that its ind or not ind

12
New cards

If A and B are disjoint/mutually exclusive (can never occur simultaneously), P(A B) = ______ and P(AB) =_____

write these two relationships down!

P(A) + P(B), 0

13
New cards

General addition rule: P(A B) = ______

P(A) + P(B) - P(A B)

14
New cards

Strategies for solving probability problems:

Draw a picture of the situation

  • overlapping groups and unions/intersections

  • categorical counts or percentages in two variables

  • multi-stage processes or changing probabilities

  • normal distributions, z-scores, percentiles

venn diagram

two-way table

tree diagram

normal curve

15
New cards

Conditional Probability: P(A|B) =

Does P(A|B) always equal P(B|A)

P(A ∩ B) / P(B)

No, if P(A) and P(B) are diff

16
New cards

If events are independent, _____ and _____ Write these two relationships down!

If they’re not equal/independent, they’re ____

P(B|A) = P(B), P(AnB)=P(A)*P(B)

associated

17
New cards

General multiplication rule: P(A∩B)

P(A) * P(B|A)

18
New cards

P(at least one) =

1-P(none)

19
New cards

standard deviation formula ap stats probability

knowt flashcard image
20
New cards

mean formula stats probability

knowt flashcard image
21
New cards

below what probability level would we start questioning whether the claim is true?

0.05

22
New cards

Probability Density Curve

  • only requirements: must be positive (always above x axis) and area under it must be __

  • does NOT have to be continuous curve, can be piecewise

1

23
New cards

can two events with nonzero probability be both ind and disjoint at same time?

No

<p>No</p>