AP Statistics - Full

5.0(1)
studied byStudied by 105 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/35

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

36 Terms

1
New cards

Normal Distribution

Data near the mean are more common than data far from the mean

<p>Data near the mean are more common than data far from the mean</p>
2
New cards

Positive Skew distribution

Tail is longer on the right

<p>Tail is longer on the right</p>
3
New cards

Negative Skew Distribution

Tail is longer on the left

<p>Tail is longer on the left</p>
4
New cards

SOCS

Shape, Outlier/unusual, Center, Spread

5
New cards

z-score

Flashcard: "Z-score formula calculates how many standard deviations a data point is from the mean in a normal distribution. Formula: z = (X - Ī¼) / Ļƒ."

Can also be found using invNorm on calculator

6
New cards

Interquartile Range

Q3 - Q1

7
New cards

Outlier

Data point if it is less than [Q1 - 1.5IQR] or more than [Q3 + 1.5IQR]

8
New cards

Standard Deviation

Average distance between an individual data value and the mean

9
New cards

Least-Squares Regression Line

Associations that are approximately linear on a scatter plot

Formula: Å· = a + bx

10
New cards

Residuals

The difference between the actual value on the scatter plot and the value on the line of the scatter plot

Formula: e= y - Å·

<p>The difference between the actual value on the scatter plot and the value on the line of the scatter plot</p><p>Formula: <strong>e= y - <span>Å·</span></strong></p>
11
New cards

Line of Best Fit

Residuals on the LSRL being in a random pattern

12
New cards

Lurking Variable

One variable causing two another variables to change together

13
New cards

Confound Variable

The effect of multiple explanatory variables on a response variables cannot be changed

14
New cards

Simple Random Sample (SRS)

Each set of individuals having an equal chance of being randomly selected

15
New cards

Stratified Random Sample

Population divided into groups or strata and use SRS to select individuals from groups

16
New cards

Cluster Sample

Population is divided into non-homogenous groups (ex: geographic location) and use SRS to select individuals in groups

17
New cards

Systematic Sample

Selecting individuals in a certain interval order (ex: every 5th person)

18
New cards

Convenience Sample

Biased sample that selects individuals in a ā€˜convenientā€™ manner.

19
New cards

Voluntary Response Bias

Asking for volunteers instead of selecting participants

20
New cards

Non-response Bias

Researchers choose the participants, but refuse to participants

21
New cards

Response Bias

Anything in the survey design that might induce a SPECIFIC answer

22
New cards

Undercoverage Bias

Some portion in population not being included in right proportion

23
New cards

Single-Blind

One party (researchers or participants) are blinded

24
New cards

Double-Blinded

Both parties are blinded

25
New cards

Placebo

Fake treatment

26
New cards

Conditional Probability

The likelihood of an event happening given that another event has already occurred. It is calculated by dividing the probability of both events occurring by the probability of the given event.

P(A|B)

27
New cards

Compound Events (AND)

Compound Events (AND): Events that occur simultaneously or in conjunction. The outcome is dependent on the occurrence of both events. Independent

P(A āˆ© B)=P(A)ā‹…P(B)

28
New cards

Compound Events (OR)

In probability, this refers to events that can occur separately or together, resulting in at least one of the events happening.

P(A U B) = P(A) +P(B) - P (A āˆ© B)

29
New cards

Independent Events

One event does not affect the probability of another event

If P(A and B)=P(A)ā‹…P(B)

If P(A|B) = P(A)

30
New cards

Mutually-Exclusive Events

Both events cannot occur at the same time

If P(A āˆ© B) = 0

Uses the (OR) formula

31
New cards

Binomial Probability

A probability distribution that describes the number of successes in a fixed number of independent trials with the same probability of success.

binomPdf(n,p,x)

n = number of trials

p = probability of success

x = number of successes

P_{x} = {n \choose x} p^{x} q^{n-x}

32
New cards

Geometric Distribution

A probability distribution that models the number of trials needed to achieve the first success in a series of Bernoulli (trials with two possible outcomes) trials.

33
New cards

z-test

Only used if standard deviation is known

<p><strong>Only used if standard deviation is known</strong></p>
34
New cards

one-sample t-test

Only used if experiment has only one independent variable and one group/condition

<p>Only used if experiment has only <strong>one independent variable</strong> and one <strong>group/condition</strong></p><p></p>
35
New cards

t-test for independent means

Only used if there is one independent variable and two groups/conditions

<p>Only used if there is <strong>one independent variable</strong> and <strong>two groups/conditions</strong></p><p></p>
36
New cards

Pooled variance