STA 100 Midterm 2 Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:17 AM on 5/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

5 Steps to Hypothesis Testing

1) State the Null and Alternative Hypothesis

2) Calculate the Test Statistic

3) Calculate the P-Value

4) State Decision Rules

  • Compare test-statistic to critical value

  • Compare P-value to a

  • Compared hypothesized value to confidence interval

5) State your conclusion and interpret in the context of the problem

2
New cards

Null Hypothesis (H0)

The statement which we assume to be true. Always has the equality sign (=, ≤, ≥)

3
New cards

Alternative Hypothesis (HA)

The claim that we wish to test or show. Always has the inequality sign (≠, <, > )

4
New cards

Possible Hypothesis Tests

Two-sided:

  • H0: μ = μ0

  • HA: μ ≠ μ0

One-sided:

  • H0: μ ≤ μ0

  • HA: μ > μ0

One-sided:

  • H0: μ ≥ μ0

    • HA: μ < μ0

5
New cards

Test-Statistic

Measures how much our sample data differs from H0

We assume a value for μ0 based on a large prior study or reasonable logic

(Tests how far the sample mean is from the hypothesized mean)

  • The larger our test statistic is, the more our sample differs from H0

6
New cards

P-value

Probability, assuming Null Hypothesis (H0) were true, of observing our test-statistic or more extreme calculated from data, the direction depends on the Alternative Hypothesis (HA)

7
New cards

Reject H0 if

Test statistic is greater than critical value

P-value is less than a

μ0 not in confidence interval

8
New cards

Errors in Hypothesis Testing

Type I Error: Reject the null when in reality the null is true (probability = a (alpha))

Type II Error: Fail to reject the null when in reality the null is false (probability = B (beta))

We can control error, but we reduce one error the other just grows bigger

Usually we control Type I error

9
New cards

Confidence Interval for (μ1 - μ2)

If both bounds are below zero, it gives evidence that μ1 < μ2 and the distributions do not overlap (much if at all)

If both bounds are above zero, it gives evidence that μ1 > μ2 and the distributions do no overlap (much if at all)

If the bounds cover zero, μ1 = μ2 or μ1 - μ2 = 0 is plausible value so there is no significant difference between μ1 and μ2 and the distributions overlap a lot

10
New cards

Paired t-test

When two observations occur in pairs (not independent)

Analyze the differences (Di = Yi1 - Yi2)

Mean of the differences is equal to the difference of the means

  • μD = μ1 - μ2

11
New cards

ANOVA (Analysis of Variance)

Used to compare means of multiple groups to the overall mean, regardless of group, and to consider the variances of each group

12
New cards

Comparing Means of Many Independent Groups

Case 1:

  • Large Difference in Means

  • Small variances within

  • Almost no overlap

  • Significantly different

Case 2:

  • Smaller Differences in Means

  • Bigger variances within

  • A lot of overlap

  • Not significantly different

13
New cards

ANOVA Terms

SSTO = SS(total) = Sums of Squares Total

SSB = SS(between) = Sums of Squares of Between groups

SSW = SS(within) = Sums of Squares Within groups

SSTO = SSB + SSW

Between variance = MSB = SSB/(I-1)

Within variance = MSW = SSW/(n.-I) = sp2 = pooled variance

Total variance = MSTO = SSTO/(n.-1) = overall sample variance

MSTO ≠ MSB + MSW

14
New cards

ANOVA Analysis

If MSB/MSW is large → significant difference in group means

If MSB/MSW is small → no significant difference in group means

15
New cards

Global F-test for ANOVA

H0 = μ1 = μ2 = … = μ1

HA = At least one μi differs

16
New cards

ANOVA Assumptions

  • Random samples are taken from each I group

  • The I samples must be independent of each other

  • The I populations are Normally distributed

  • The I populations have equal variances

17
New cards

ANOVA Confidence Intervals (Multiple Comparisons)

If we rejected the null, we should find which means differ

P(At least one Type I Error) = 1-(1-a)k

NOTES PAGE 263