Math AI: Hypothesis Testing (SL Part)

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

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:27 PM on 5/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

When to use X-squared test for independence?

to see if 2 data sets are independent

2
New cards

what is X-squared test for independence on calculator?

create a matrix, then x² 2-way test

3
New cards

conditions for X-squared test for independence?

  • expected value must be over 5

  • data must be in a contingency table

4
New cards

null hypothesis for X-squared test for independence?

Ho: variable X is independent of variable Y.

5
New cards

alternative hypothesis for X-squared test for independence?

H1: Variable X is not independent of Variable Y.

6
New cards

purpose of x² goodness of fit test?

if observed value matches expected value

7
New cards

how many lists of data for x² goodness of fit test?

1 data list

8
New cards

Null hypothesis for x² goodness of fit test?

Ho: the data follows uniform distribution
OR
Ho: the data follows normal distribution

9
New cards

alternative hypothesis for x² goodness of fit test?

H1: data does not follow uniform distribution
OR
H1: data does not follow normal distribution

10
New cards

degrees of freedom for x² goodness of fit test?

(number of data points) - 1

11
New cards

degrees of freedom formula in general?

(rows - 1 ) * (coloumns - 1)

12
New cards

purpose of one tailed t test?

when you want to know if a group's average is specifically higher or lower than another

13
New cards

requirements for a t-test?

  • sample size is less than or equal to 30

  • its assumed to be normally distributed

14
New cards

null hypothesis for one tailed t test?

Ho: mean 1 = mean 2

15
New cards

alternative hypothesis for one tailed t test?

H1: mean 1 > mean 2 (if the question says “greater than,” “increased,” or “more than)
H2: mean 1 < mean 2 (“less than,” “decreased,” or “smaller than”)

16
New cards

how to know which tail is it for one tailed t test?

right tail: if mean is greater than null hypothesis

left tail: if mean is less than null hypothesis

17
New cards

what if P value is GREATER than significant level?

you fail to reject the null hypothesis.

18
New cards

what if P value is LESS than significant level?

you reject the null hypothesis.

19
New cards

what if x² is greater than critical value?

reject null hypothesis

20
New cards

what if x² is less than critical value?

fail to reject the null hypothesis