CHI-SQUARED TESTS - CH6

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

1/18

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.

19 Terms

1
New cards

what is the null hypothesis in a goodness of fit test

H0: there is no difference between the observed and the theoretical distribution

2
New cards

what is the alternate hypothesis in a goodness of fit test

H1: there is a difference between the observed and the theoretical distribution

3
New cards

measure of goodness of fit formula:

where Oi = observed value

Ei = expected value

 

<p><span>where Oi = observed value</span></p><p><span>Ei = expected value</span></p><p><span>&nbsp;</span></p>
4
New cards

what does a lager goodness of fit mean?

the less similar the distributions are

5
New cards

number of degrees of freedom =

number of columns - number of constraints (e.g always take a way one, but also when estimating parameters)

6
New cards

what must you make sure of when looking at expected values

if an expected value is less than 5, you must combine it with another cell in the table until they’re greater than 5

7
New cards

to find critical values…

use the test statistic and the degrees of freedom and then go to the tables

8
New cards

if the X² from the tables is less than you’re calculated value…

reject H0

9
New cards

if discrete random variable X is defined over k values, p=

1/k

10
New cards

for testing the goodness of fit of a binomial distribution, what’s the first step?

find the probability of each value of x by just subbing into calculator, i.e. P(X=0), P(X=1)…

then calculate expected frequencies for each

11
New cards

hypotheses for a goodness of fit test for a distribution

H0: binomial, poisson etc is suitable model

H1: it isn’t

12
New cards

how to calulate p for a binomial test if it isn’t given

p = Σ r•f / Nn

where:

Σ r•f = the sum of multiplying the columns in the table up, i.e a score of 6 ( r ) occurred 4 times (f)

N = the number of observations, or total frequency

n = the number of trials, or maximum value of r

13
New cards

how to approximate λ for a Poisson goodness of fit calculation


Σ r•f / N

14
New cards

what are contingency tables

a scenario in which there are multiple events, i.e. what grade a student got and whether they’re a boy or a girl

15
New cards

hypotheses for a contingency table test

H0: event 1 and event 2 are independent

H1: event 1 and event 2 are not independent

16
New cards

expected frequency for a contingency table

row total • column total / grand total

17
New cards

degrees of freedom for a contingency table

(number of columns -1)(number of rows -1)

18
New cards

approximate p for a geometric distribution goodness of fit test

N / Σr•f

where N is the total number of successes

19
New cards

expected frequency for geometric

p•(1-p)^n multiplied by the total frequency