Stats Cumulative

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

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.

37 Terms

1
New cards

Stratified Random Sample

Divides the population into homogeneous groups (e.g., grade levels) and selects a few individuals from each group.

2
New cards

Systematic Sample

Selects individuals at fixed intervals (e.g., every 3rd person).

3
New cards

Simple Random Sample (SRS):

Every individual has an equal chance of being selected

4
New cards

Cluster Sample

The population is divided into groups called "clusters," and then a random selection of those clusters is chosen, with data collected from every member.

5
New cards
  1. Assign labels to population or treatments

  2. Randomly sample or assign by RNG

  3. Stopping Rule

  4. Correspondence

How to do random sampling or assignment

6
New cards
  1. Context and variables

  2. State how sample is not representative of population

  3. Over or underestimate

Identify bias steps

7
New cards
  1. Experimental units

  2. Explanatory variable

  3. Response variable

  4. Treatments

Types of experiment units

8
New cards

Completely randomized block design

An experimental design in which experimental units are assigned to treatments completely at random.

9
New cards

Randomized Complete Block Design

Experimental units are first blocked (grouped) by a similar trait that may affect response. Then, units from each block are randomly assigned to treatment

10
New cards

Random sampling removes bias, random assignment removes confounding

What reduces bias, what removes confounding

11
New cards

Described by categories, uses side by side or segmented bar chart

Describe categorical and graph

12
New cards

Describe by numericals, uses dot plots, histogram, or stem leaf plot

Describe quantitive and graph

13
New cards
  1. Context

  2. Make claim

  3. Compare percentages

How to describe associations

14
New cards
  1. Context

  2. Shape: skew, uni, bi

  3. Outliers (1.5x IQR rule)

  4. Center (mean/median)

  5. Spread (range, IQR, SD)

Describing Distributions

15
New cards
  1. Range (Max-Min)

  2. IQR (Q3-Q1)

  3. SD (use calc)

How to calculate spread

16
New cards
  1. Mean (add and divide)

  2. Median (center)

How to calculate center

17
New cards

Z-score measures how many standard deviations a data point is above/below the mean

= (data point - mean) / standard deviation

What does Z score show?

18
New cards
  1. Center changes by constant

  2. Spread has no change

Adding/sub a constant by data value

19
New cards
  1. Center changes by constant

  2. Spread changes by constant

Multiplying by a constant

20
New cards

CDOFS

  1. Context

  2. Direction (pos, negative)

  3. Outliers (influenceable, high leverage)

  4. Form (linear)

  5. Strength (app strong, moderate, weak)

Compare relationship between bivariate quantitative data

21
New cards
  1. How strong two variables are to each other

  2. Variation with LSRL

  3. How off the regression line fits with residuals

Explain correlation, coefficient of determination, and standard deviation of residuals

22
New cards

Actual-predicted

Calculate residuals

23
New cards

ŷ=a+bx

Equation of regression line ŷ

24
New cards

b= r (response y /explanatory x)

Formula for slope

25
New cards

a=mean of response - b(mean of explanatory)

Formula for y-intercept

26
New cards

Estimating unknown values

Extrapolation

27
New cards
  1. Assign labels to population or treatments

  2. Randomly sample or assign like RNG

  3. Stopping Rule

  4. Correspondance

How to format a simulations

28
New cards

Can occur at same time

P(A∪B)=P(A)+P(B)-P(A∩B)

Mutually Inclusive Events and Formula ∪ ∩

29
New cards

Cannot occur at same time

P(A ∪ B) = P(A) + P(B)

P(A ∩ B) = 0

Mutually Exclusive Events and Formula ∪ ∩

30
New cards

P(A∩B) = P(A) P(B) or P(A)=P(A|B)

Solve for Independence ∩

31
New cards

One event happens given that another event is already known to have happened

P(A|B)=P(A∩B)/P(B)

Conditional Probability and formula ∩

32
New cards

The first success of a probability event happening

Geometric distribution

33
New cards

The number of successes of a probability event happening in a number of trials

Binomial distribution

34
New cards

Random variable will be less than or equal to a specific value within a given distribution

CDF

35
New cards

Probability of a continuous random variable taking on a specific value within a given range

PDF

36
New cards
  1. Normality is law of large counts np>_10 n(1-p)>_10

  2. Mean is by unbiased random sampling

  3. SD/spread is 10% condition for independence

Conditions for Using Sampling Distributions

37
New cards

  1. Normality by CTL n>30

  2. Mean is unbiased sampling

  3. SD is 10% conditition for independence

Conditions for Sample Means (X-bar)