Unit 8: Inference for Chi Square

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

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

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

No analytics yet

Send a link to your students to track their progress

6 Terms

1
New cards

Chi-Square distribution

A density curve that takes only positive values and is skewed right

  • The larger the df get → closer the distribution becomes normal-like

  • The mean of the chi-square is the the degrees of freedom

  • The X² statistic is always positive

2
New cards

Chi-square distribution

(observed-expected)² / expected

  • Whichever observed sample produces the largest contribute, affects the X² the most.

3
New cards

Calculating Expected Values

Goodness of Fit Test: (expected proportion)(total sample size)

Chi Square Test: (row total)(column) / (grand total)

  • Create Matrices

    • Press 2nd, x1

    • Edit row x column and input numbers

    • Press X²-Test calculator and check matrice B

4
New cards

Chi-Square Test for Goodness of Fit

Compares observed values to expected values. Its used to determine if the difference is statistically significant

1) STATE

  • Null Hypothesis H0: The claimed distribution of …(context).. is true

    • Proportions (expected)→ p1=p2=p3

  • Alternative Hypothesis Ha: The claimed distribution of …(context) is NOT true

    • Proportions (observed)→ p1≠p2≠p3

  • Significance level

2) PLAN

  • Random: They took a random sample sample → establish generalization

  • Independence: sample size<10% of population → assume independence

  • Large counts: All expected values are greater than 5 → can use X² distribution

    • State the expected values

3) DO

  • X² statistic: Σ(observed - expected)² / expected

    • Calculator : Create a data table, L1 is observed, L2 is expected→ Use STAT: X²-GOF TEST

  • p-value: (X², 999, df) → df = (#of categories)-1

4) Conclude

If p < 0.05 →Reject H0

If p > 0.05 → Fail to reject H0

5
New cards

Chi-Square Test for Homogeneity

Tests if different populations have the same proportions for a categorical value (EX: Hair color→ black, blonde, brown)

1) STATE

  • Null Hypothesis H0: There is no difference in (variable) between (population 1) and (population 2)

  • Alternative Hypothesis Ha: There is a difference in (variable) between (population 1) and (population 2)

  • Significance level

2) PLAN

  • Random: They took a random sample from each population→ establish generalization

  • Independence: each sample size<10% of population → assume independence

  • Large counts: All expected values are greater than 5 → can use X² distribution

    • Expected values: (row total)(column total) / (grand total)

3) DO

  • X² statistic: Σ(observed - expected)² / expected

    • Calculator : Create Matrices → Press 2nd, x1 → Edit row x column and input numbers → Press X²-Test calculator

  • p-value: (X², 999, df) → df = (row - 1)(column-1)

4) CONCLUDE

If p < 0.05 →Reject H0

If p > 0.05 → Fail to reject H0

6
New cards

Chi-Square Test for Independence

To determine whether two categorical variables are associated within a single population (EX→Is gender related to favorite food)

1) STATE

  • Null Hypothesis H0: There is no association in between (variable 1) and (variable 2)

  • Alternative Hypothesis Ha: There is a association in between (variable 1) and (variable 2)

  • Significance level

2) PLAN

  • Random: They took a random sample from population→ establish generalization

  • Independence: sample size<10% of population → assume independence

  • Large counts: All expected values are greater than 5 → can use X² distribution

    • Expected values: (row total)(column total) / (grand total)

3) DO

  • X² statistic: Σ(observed - expected)² / expected

    • Calculator : Create Matrices → Press 2nd, x1 → Edit row x column and input numbers → Press X²-Test calculator

  • p-value: (X², 999, df) → df = (row - 1)(column-1)

4) CONCLUDE

If p < 0.05 →Reject H0

If p > 0.05 → Fail to reject H0