hypothesis testing

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards
single measurement to a population
Z: (x-mu)/stdev

\
\
\
\
\
\
\
\
P: 2\* norm.dist(-abs(Z),0,1,1)
2
New cards
sample to population, given mu and stdev
Z: (xbar-mu)/(stdev/(sqrt n))

\
\
\
\
\
\
\
\
P: 2\*norm.dist(-abs(Z),0,1,1)
3
New cards
sample to population, given only mu
T: (xbar - mu)/(Sx/(sqrt n))

\
\*Sx: sample stdev\*

\
\
\
\
\
\
\
P: t.dist.2t(abs(T),df)
4
New cards
sample to sample, correlated
P: t.test(sample1,sample2, 2, 1)
5
New cards
sample to sample, uncorrelated
P: t.test(sample1,sample2, 2, 2)
6
New cards
many samples
ANOVA