Hypothesis testing: the Framework

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

1/25

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.

26 Terms

1
New cards

What is statistical hypothesis testing?

Decision making process for evaluating claims mathematically

Distinguish between results that easily occur or are unlikely

2
New cards

What is a hypothesis

Claim or conjecture that may or may not be true

3
New cards

Two types of hypotheses in a test

Null and alternative

4
New cards

Null hypothesis

Always =, no difference, no change, status quo, written first (on top), H0

5
New cards

Alternative hypothesis

Inequality: not equal, difference or change written second, Ha

6
New cards

Example of null

Drug does not work

7
New cards

Example of alternative hypothesis

Drug works, does decrease level of depression!

8
New cards

do we like null or alt hypothesis in real world?

Alt because we want to see changes

9
New cards

Setup for proportions

H0: p=#

Ha: p=/ #

**number should be the same

10
New cards

what test is used for setup for proportions

Two tailed test

11
New cards

Two possible decisions

Reject the null hypothesis or fail to reject the null hypothesis

12
New cards

reject the null hypothesis

Not the same (significant difference)

13
New cards

fail to reject null hypothesis

Data is not convincing, no sig difference

14
New cards

Testing hypothesis using confidence intervals

Confidence interval: 95% sure real result will be captured in interval

So if result is within confidence interval, null hypothesis is TRUE (fail to reject)

15
New cards

Decision errors

Hypothesis tests are NOT flawless

16
New cards

Type 1 error

Reject null hypothesis when H0 is true

17
New cards

Type 2 error

Failing to reject null hypothesis when it is false

18
New cards

Alpha

probability of making a type 1 error (reject null when it is true)

19
New cards

If making type 1 error, choose

Small significance level (a=0.01) and be careful about rejecting null hypothesis aka demand strong evidence before rejecting null

20
New cards

If type 2 error, choose

Higher significance level (0.10) and be cautious about failing to rject H0 when null is actually false

21
New cards

Hypothesis testing using z score and p value

  1. identify parameter, list hypothesis, identify significance level, identify p-hat and n

  2. check conditions

  3. calculatse z score and identify p value

  4. conclusion (compare p value to alpha)

22
New cards

P value

Probability value is z-score area TIMES 2 because it is on both left and right side

23
New cards

If p value < a

Reject a

24
New cards

If p value > a

Fail to reject H0

25
New cards

Let alpha be ___ if not given

.05

26
New cards

why should we use p-value to test hypothesis instead of CI

CI is not always sustainable cuz confidence interval cannot always be constructed