Home
Explore
Exams
Search for anything
Login
Get started
Home
Math
Statistics
Hypothesis Testing: Proportions & Means
hypothesis testing
0.0
(0)
Rate it
Studied by 7 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/5
Earn XP
Description and Tags
Statistics
Hypothesis Testing: Proportions & Means
Kindergarten
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
6 Terms
View all (6)
Star these 6
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