Download Chapter 8 Important Information Section 8.2 Null Hypothesis: H0 The

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Psychometrics wikipedia , lookup

Transcript
Chapter 8 Important Information
Section 8.2
Null Hypothesis: H0
The null hypothesis (denoted by H0) is a statement that the value of a population parameter (such as proportion or mean) is equal to
some claimed value.
H0: p = some decimal
OR
H0: µ = some number
Alternative Hypothesis: H1
The alternative hypothesis (denoted by H1 or Ha or HA) is the statement that the parameter has a value that somehow differs from the
null hypothesis.
The symbolic form of the alternative hypothesis must use one of these symbols: , <, >.
If the problem says:
At least, No less than,
Greater than or equal to
Use: <
H1: p < some decimal
H1: p > some decimal
H1: p  some decimal
OR
OR
OR
H1: µ < some number
H1: µ > some number
H1: µ  some number
If the problem says:
At most, No more than,
Less than or equal to
Use: >
*If it is another word not in the boxes, use the normal sign*
Critical Region
The critical region (or rejection region) is the set of all values of the test statistic that cause us to reject the null hypothesis.
*If the test were left tailed, then any test
statistic value below the critical value should
cause you to reject H0.
*If the test were two tailed, then any test
statistic value below the left critical value or
above the right critical value should cause you
to reject H0.
Rejection region
Any test statistic value above
the critical value should cause
you to reject H0.
Significance Level
The significance level (denoted by ) is the probability that the test statistic will fall in the critical region when the null hypothesis is
actually true.
Two-tailed Test
When H0 uses “=” and H1: “” (means less than or greater than)
α is divided equally between the two tails of the critical region
z* = ±critical value … (invNorm(area in the left tail, 0, 1))
-z*
Left-tailed Test
When H0 uses “=” and H1 uses “< ” (if you turn the “less than” symbol into an arrow, it points LEFT)
α is the left tail
z* = –critical value… (invNorm(area in the left tail, 0, 1))
z*
Right-tailed Test
When H0 uses “=” and H1 uses “> “ (if you turn the “greater than” symbol into an arrow, it points RIGHT)
α is the right tail
z* = +critical value (invNorm(1 – area in the right tail, 0, 1))
P-Value
The P-value (or p-value or probability value) is the probability of getting a value of the test statistic that is at least as extreme as the
one representing the sample data, assuming that the null hypothesis is true.
Critical region in the left tail:
P-value = area to the left of the test statistic
P(z < –test statistic)
Critical region in the right tail:
P-value = area to the right of the test statistic
P(z > test statistic)
Critical region in two tails:
P-value = twice the area in the tail beyond the test statistic
2 P(z < –test statistic) OR
2 P(z > test statistic)
Remember to find probabilities use the normalcdf feature in your calculator:
For right-tailed tests: P(z > test statistic)
*To find this probability in your calculator, type: normalcdf(z test statistic, 999999999, 0, 1)
For left-tailed tests: P(z < –test statistic)
*To find this probability in your calculator, type: normalcdf(–99999999, –z test statistic, 0, 1)
***Don’t forget if your test is two-sided, double your P-value.***
Conclusions in Hypothesis Testing
Decision Criterion
P-value method:
Using the significance level :
Traditional method:
If P-value   , reject H0.
If P-value >  , fail to reject H0.
If the test statistic falls within the critical region, reject H0.
If the test statistic does not fall within the critical region, fail to reject H0.
Wording of Final Conclusion
There is enough evidence to
suggest that the … (alternative
hypothesis in context)
There is not enough evidence
to suggest that the …
(alternative hypothesis in
context)
Section 8.4
Notation
n = sample size
x  sample mean
µ = population mean
 = known value of the population standard deviation
Test Statistic for Testing a Claim About a Mean (with  Known)
z
x 

n
P-values: Use the normalcdf feature on your calculator.
Section 8.5
Notation
n = sample size
x  sample mean
µ = population mean
s = sample standard deviation
Two-tailed Test
When H0 uses “=” and H1: “” (means less than or greater than)
α is divided equally between the two tails of the critical region
-t*
t*
t* = ±critical value …(invT(area in the left tail, df))
Left-tailed Test
When H0 uses “=” and H1 uses “< ” (if you turn the “less than” symbol into an arrow, it points LEFT)
α is the left tail
t* = –critical value… (invT(area in the left tail, df))
Right-tailed Test
When H0 uses “=” and H1 uses “> “ (if you turn the “greater than” symbol into an arrow, it points RIGHT)
α is the right tail
t* = +critical value (invT(1 – area in the right tail, df))
Test Statistic for Testing a Claim About a Mean (with  Not Known)
t
x 
s
n
P-values: Use the tcdf feature on your calculator, with degrees of freedom (df) = n – 1.
For right-tailed tests: P(t > test statistic)
*To find this probability in your calculator, type: tcdf(t test statistic, 99999999, df)
For left-tailed tests: P(t < –test statistic)
*To find this probability in your calculator, type: tcdf(–99999999, t test statistic , df)
***Don’t forget if your test is two-sided, double your P-value.***
Choosing between the Normal and Student t Distributions when Testing a Claim about a Population Mean µ
Use the Student t distribution when  is not known and either or both of these conditions is satisfied:
The population is normally distributed or n > 30.