OMIS 2050 - Class 4: Categorical Data Inference

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

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.

21 Terms

1
New cards

What is the parameter between 2 population proportions?

1 - 2

2
New cards

What are the 1 - normal distribution conditions?

  • n11

  • n22

  • n1(1- 1)

  • n2(1-2)

… ≥ 5

3
New cards

What is the z hypothesis test formula?

z=\frac{\left(\hat{p}_1-\hat{p}_2\right)}{\sqrt{\hat{p}\left(1-\hat{p}\right)\left(\frac{1}{n_1+n_2}\right)}}

4
New cards

What is the formula?

\frac{x_1+x_2}{n_1+n_2}

5
New cards

What is the zcrit Excel formula?

=NORM.S.INV

6
New cards

What is the CI formula?

\left(\hat{p}_1-\hat{p}_2\right)\pm z_{\frac{\alpha}{2}}\sqrt{\frac{\hat{p}_1\left(1-\hat{p}_1\right)}{n_1}+\frac{\hat{p}_2\left(1-\hat{p}_2\right)}{n_2}}

7
New cards

What is the chi-square independence test?

// chi-square contingency table test // chi-square association test

2 nominal variable independence

8
New cards

What is the chi-square independence test H0?

independent

9
New cards

What is the chi-square independence test H1?

dependent

10
New cards

What is the expected value formula?

\frac{row\sum\cdot column\sum}{total}

11
New cards

What is the chi-square independence test formula?

x^2=\sum\frac{\left(f_{i}-e_{i}\right)^2}{e_{i}}

12
New cards

What is the chi-square independence test expected value required condition?

rule of 5

13
New cards

What is the rule of 5?

Ei ≥ 5

IF Ei < 5, combine row/column & change d.f

14
New cards

What is the chi-square independence test freedom degree formula?

\left(rows-1\right)\left(columns-1\right)

15
New cards

What is the relationship between the chi-square curve & freedom degrees?

as freedom degrees increase, chi-square curve approaches normal distribution

16
New cards

What is the chi-square independence test critical value Excel formula?

=CHISQ.INV.RT(α,d.f)

17
New cards

What is the chi-square independence test rejection region?

x2 > x2crit

18
New cards

What are some chi-square independence test use examples?

  • age & preference

  • customer churn & service

  • conversion rate & landing page

19
New cards

What is a contingency table?

// cross-tabulation table // 2-way table

arranged data

20
New cards

What are contingency table use examples?

  • joint

  • marginal

  • conditional

… probability

21
New cards

What is the chi-square independence test process?

  1. contingency table

  2. ei

  3. rule of 5