DATASCI 5.3

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

1/33

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:21 AM on 4/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

What is the null hypothesis (H₀)?

A default claim that assumes no difference or no effect (we start by believing this).

2
New cards

What is the alternative hypothesis (Hₐ)?

The claim we are trying to find evidence for (a difference or effect).

3
New cards

What is the goal of hypothesis testing?

To see if there is strong enough evidence to reject H₀.

4
New cards

If we fail to reject H₀, what does it mean?

There is not enough evidence against H₀ (NOT that H₀ is true).

5
New cards

What is the null value (p₀)?

The value we compare our sample result to.

6
New cards

What happens if the null value is inside a confidence interval?

We fail to reject H₀.

7
New cards

What happens if the null value is outside a confidence interval?

We reject H₀.

8
New cards

What is a Type 1 Error?

Rejecting H₀ when it is actually true.

9
New cards

What is a Type 2 Error?

Failing to reject H₀ when Hₐ is actually true.

10
New cards

What happens when you reduce one type of error?

The other type of error usually increases.

11
New cards

What is the significance level (α)?

The probability of making a Type 1 error (commonly 0.05).

12
New cards

What does α = 0.05 mean?

We accept a 5% chance of incorrectly rejecting H₀.

13
New cards

What is a p-value?

The probability of getting results as extreme as ours if H₀ is true.

14
New cards

When do we reject H₀ using the p-value?

When p-value < α.

15
New cards

When do we fail to reject H₀ using the p-value?

When p-value > α.

16
New cards

Why do we use p₀ (not p̂) in hypothesis tests?

Because we assume H₀ is true when calculating.

17
New cards

What is the null distribution?

The distribution of possible results assuming H₀ is true.

18
New cards

Steps to find a p-value?

  1. Assume H₀ is true
19
New cards
  1. Find how extreme your result is
20
New cards
  1. Find the probability (area in tail)
21
New cards

What are the 4 steps of a hypothesis test?

  1. Prepare
22
New cards
  1. Check
23
New cards
  1. Calculate
24
New cards
  1. Conclude
25
New cards

When should you use a smaller α (like 0.01)?

When a Type 1 error is very serious.

26
New cards

When should you use a larger α (like 0.10)?

When a Type 2 error is more serious.

27
New cards

How can you reduce Type 2 error?

Increase sample size.

28
New cards

What is statistical significance?

The result is unlikely due to chance.

29
New cards

What is practical significance?

The result is important in real life.

30
New cards

an something be statistically significant but not important?

Yes (especially with large sample sizes).

31
New cards

What is a one-sided test?

Tests if a parameter is only greater OR only less than a value.

32
New cards

What is a two-sided test?

Tests if a parameter is different (either direction).

33
New cards

Why are one-sided tests risky?

They can ignore important results in the opposite direction.

34
New cards

Main idea of hypothesis testing?

Start skeptical → use data → decide if evidence is strong enough.