SlideShare a Scribd company logo
Introduction to
Hypothesis Testing
Hypothesis Tests
A hypothesis test is a process that uses sample statistics
to test a claim about the value of a population parameter.
A verbal statement, or claim, about a population parameter
is called a statistical hypothesis.
If a manufacturer of rechargeable batteries claims
that the batteries they produce are good for an
average of at least 1,000 charges, a sample would
be taken to test this claim.
To test the average of 1000 hours, a pair of
hypotheses are stated – one that represents the
claim and the other, its complement. When one of
these hypotheses is false, the other must be true.
Stating a Hypothesis
A null hypothesis H0 is a statistical hypothesis that
contains a statement of equality such as , =, or .
To write the null and alternative hypotheses, translate
the claim made about the population parameter from a
verbal statement to a mathematical statement.
A alternative hypothesis Ha is the complement of the null
hypothesis. It is a statement that must be true if H0 is false
and contains a statement of inequality such as >, , or <.
“H subzero” or “H naught”
“H sub-a”
Stating a Hypothesis
Example:
Write the claim as a mathematical sentence. State the
null and alternative hypotheses and identify which
represents the claim.
A manufacturer claims that its rechargeable batteries
have an average life of at least 1,000 charges.
H0:
Ha:
  1000
 < 1000
Condition of
equality
  1000 (Claim)
Complement of
the null
hypothesis
Stating a Hypothesis
Example:
Write the claim as a mathematical sentence. State the
null and alternative hypotheses and identify which
represents the claim.
Statesville college claims that 94% of their graduates
find employment within six months of graduation.
H0:
Ha:
p = 0.94
p  0.94
Condition of
equality
p = 0.94 (Claim)
Complement of
the null
hypothesis
Types of Errors
No matter which hypothesis represents the claim, always
begin the hypothesis test assuming that the null
hypothesis is true.
At the end of the test, one of two decisions will be made:
1. reject the null hypothesis, or
2. fail to reject the null hypothesis.
A type I error occurs if the null hypothesis is rejected
when it is true.
A type II error occurs if the null hypothesis is not
rejected when it is false.
Types of Errors
Actual Truth of H0
H0 is true H0 is false
Do not reject H0
Reject H0
Correct Decisio
n
Correct Decisio
n
Type II Error
Type I Error
Decision
Types of Errors
Example:
Statesville college claims that 94% of their graduates find
employment within six months of graduation. What will a
type I or type II error be?
H0:
Ha: p  0.94
p = 0.94 (Claim)
A type I error is rejecting the null when it is true.
The population proportion is actually 0.94, but is rejected.
(We believe it is not 0.94.)
A type II error is failing to reject the null when it is false.
The population proportion is not 0.94, but is not rejected.
(We believe it is 0.94.)
Level of Significance
In a hypothesis test, the level of significance is your
maximum allowable probability of making a type I error.
It is denoted by , the lowercase Greek letter alpha.
The probability of making a type II error is denoted by ,
the lowercase Greek letter beta.
By setting the level of significance at a small value,
you are saying that you want the probability of
rejecting a true null hypothesis to be small.
Commonly used levels of significance:
 = 0.10  = 0.05  = 0.01
Hypothesis tests
are based on .
Statistical Tests
The statistic that is compared with the parameter in
the null hypothesis is called the test statistic.
After stating the null and alternative hypotheses and
specifying the level of significance, a random sample is
taken from the population and sample statistics are
calculated.
X2
s2
2
z
p
t (n < 30)
z (n  30)
μ
Standardized test
statistic
Test
statistic
Population
parameter
p̂
x
P-values
If the null hypothesis is true, a P-value (or probability
value) of a hypothesis test is the probability of obtaining
a sample statistic with a value as extreme or more
extreme than the one determined from the sample data.
The P-value of a hypothesis test depends on the nature of
the test.
There are three types of hypothesis tests – a left-, right-,
or two-tailed test. The type of test depends on the
region of the sampling distribution that favors a rejection
of H0. This region is indicated by the alternative
hypothesis.
Left-tailed Test
1. If the alternative hypothesis contains the less-than
inequality symbol (<), the hypothesis test is a left-tailed
test.
z
0 1 2 3
-3 -2 -1
Test
statistic
H0: μ  k
Ha: μ < k
P is the area to
the left of the
test statistic.
Right-tailed Test
2. If the alternative hypothesis contains the greater-than
symbol (>), the hypothesis test is a right-tailed test.
z
0 1 2 3
-3 -2 -1
Test
statistic
H0: μ  k
Ha: μ > k
P is the area to
the right of the
test statistic.
Two-tailed Test
2
1
3. If the alternative hypothesis contains the not-equal-to
symbol (), the hypothesis test is a two-tailed test. In a
two-tailed test, each tail has an area of P.
z
0 1 2 3
-3 -2 -1
Test
statistic
Test
statistic
H0: μ = k
Ha: μ  k
P is twice the
area to the left
of the negative
test statistic.
P is twice the
area to the right
of the positive
test statistic.
Identifying Types of Tests
Example:
For each claim, state H0 and Ha. Then determine whether
the hypothesis test is a left-tailed, right-tailed, or two-tailed
test.
a.) A cigarette manufacturer claims that less than one-
eighth of the US adult population smokes cigarettes.
b.) A local telephone company claims that the average
length of a phone call is 8 minutes.
Ha: p < 0.125 (Claim)
H0: p  0.125
Left-tailed test
Ha: μ  8
H0: μ = 8 (Claim)
Two-tailed test
Making a Decision
Decision Rule Based on P-value
To use a P-value to make a conclusion in a hypothesis
test, compare the P-value with .
1. If P  , then reject H0.
2. If P > , then fail to reject H0.
Claim
Claim is H0 Claim is Ha
Do not reject H0
Reject H0
There is enough evidence to
reject the claim.
Decision
There is not enough evidenc
e to reject the claim.
There is enough evidence to
support the claim.
There is not enough evidenc
e to support the claim.
Interpreting a Decision
Example:
You perform a hypothesis test for the following claim. How
should you interpret your decision if you reject H0? If you
fail to reject H0?
H0: (Claim) A cigarette manufacturer claims that less
than one-eighth of the US adult population smokes
cigarettes.
If H0 is rejected, you should conclude “there is sufficient
evidence to indicate that the manufacturer’s claim is
false.”
If you fail to reject H0, you should conclude “there is not
sufficient evidence to indicate that the manufacturer’s
claim is false.”
Steps for Hypothesis Testing
1. State the claim mathematically and verbally. Identify the
null and alternative hypotheses.
2. Specify the level of significance.
3. Determine the standardized
sampling distribution and
draw its graph.
H0: ? Ha: ?
 = ?
4. Calculate the test statistic
and its standardized value.
Add it to your sketch.
z
0
Test statistic
This sampling distribution
is based on the
assumption that H0 is true.
z
0
Continued.
Steps for Hypothesis Testing
5. Find the P-value.
6. Use the following decision rule.
7. Write a statement to interpret the decision in the context of
the original claim.
Is the P-value less than
or equal to the level of
significance?
Fail to reject H0.
Yes
Reject H0.
No
These steps apply to left-tailed, right-tailed, and
two-tailed tests.
Hypothesis Testing for
the Mean(Large Samples)
Using P-values to Make a Decision
Decision Rule Based on P-value
To use a P-value to make a conclusion in a hypothesis
test, compare the P-value with .
1. If P  , then reject H0.
2. If P > , then fail to reject H0.
Recall that when the sample size is at least 30, the
sampling distribution for the sample mean is normal.
Using P-values to Make a Decision
Example:
The P-value for a hypothesis test is P = 0.0256. What
is your decision if the level of significance is
a.) 0.05,
b.) 0.01?
a.) Because 0.0256 is < 0.05, you should reject the null
hypothesis.
b.) Because 0.0256 is > 0.01, you should fail to reject
the null hypothesis.
Finding the P-value
After determining the hypothesis test’s standardized test
statistic and the test statistic’s corresponding area, do
one of the following to find the P-value.
a. For a left-tailed test, P = (Area in left tail).
b. For a right-tailed test, P = (Area in right tail).
c. For a two-tailed test, P = 2(Area in tail of test statistic).
Example:
The test statistic for a right-tailed test is z = 1.56. Find the P-value.
z
0 1.56
The area to the right of z = 1.
56 is 1 – .9406 = 0.0594.
P-value = 0.0594
Finding the P-value
Example:
The test statistic for a two-tailed test is z = 2.63.
Find the P-value.
The area to the left of z = 2.63 is 0.0043.
The P-value is 2(0.0043) = 0.0086
z
0
2.63
0.0043
The z-test for the mean is a statistical test for a
population mean. The z-test can be used when the
population is normal and  is known, or for any
population when the sample size n is at least 30.
Using P-values for a z-Test
x μ
z
σ n

 standard error x
σ σ
n
 
When n  30, the sample standard deviation s can be
substituted for .
The test statistic is the sample mean and the
standardized test statistic is z.
x
Using P-values for a z-Test
x μ
z
σ n


1. State the claim mathematically
and verbally. Identify the null
and alternative hypotheses.
2. Specify the level of significance.
3. Determine the standardized test
statistic.
4. Find the area that corresponds
to z.
Continued.
Using P-values for a z-Test for a Mean μ
In Words In Symbols
State H0 and Ha.
Identify .
Use Table 4 in
Appendix B.
Using P-values for a z-Test
a. For a left-tailed test, P = (Area in left tail).
b. For a right-tailed test, P = (Area in right tail).
c. For a two-tailed test, P = 2(Area in tail of test statistic).
Using P-values for a z-Test for a Mean μ
In Words In Symbols
Reject H0 if P-value
is less than or
equal to .
Otherwise, fail to
reject H0.
5. Find the P-value.
6. Make a decision to reject or fail to
reject the null hypothesis.
7. Interpret the decision in the
context of the original claim.
Hypothesis Testing with P-values
Example:
A manufacturer claims that its rechargeable batteries
are good for an average of more than 1,000 charges. A
random sample of 100 batteries has a mean life of
1002 charges and a standard deviation of 14. Is there
enough evidence to support this claim at  = 0.01?
Ha:  > 1000 (Claim)
H0:   1000
The level of significance is  = 0.01.
The standardized test statistic is
1002 1000
14 100


1.43

x μ
z
σ n


Continued.
Hypothesis Testing with P-values
Example continued:
A manufacturer claims that its rechargeable batteries
are good for an average of more than 1,000 charges. A
random sample of 100 batteries has a mean life of
1002 charges and a standard deviation of 14. Is there
enough evidence to support this claim at  = 0.01?
1.43
z 
z
0 1.43
The area to the right of
z = 1.43 is P = 0.0764.
At the 1% level of significance, there is not enough evidence to
support the claim that the rechargeable battery has an average
life of at least 1000 charges.
P-value is greater than
 = 0.01, fail to reject
H0.
Ha:  > 1000 (Claim)
H0:   1000
A rejection region (or critical region) of the sampling
distribution is the range of values for which the null
hypothesis is not probable. If a test statistic falls in this
region, the null hypothesis is rejected. A critical value z0
separates the rejection region from the nonrejection
region.
Rejection Regions and Critical Values
Example:
Find the critical value and rejection region for a right tailed test
with  = 0.01.
z
0 2.575
The rejection region is to t
he right of z0 = 2.575.
 = 0.01
Rejection Regions and Critical Values
Finding Critical Values in a Normal Distribution
1. Specify the level of significance .
2. Decide whether the test is left-, right-, or two-tailed.
3. Find the critical value(s) z0. If the hypothesis test is
a. left-tailed, find the z-score that corresponds to an
area of ,
b. right-tailed, find the z-score that corresponds to an
area of 1 – ,
4. Sketch the standard normal distribution. Draw a
vertical line at each critical value and shade the
rejection region(s).
2
1
c. two-tailed, find the z-score that corresponds to 
and 1 – .
2
1
Rejection Regions for a z-Test
Decision Rule Based on Rejection Region
To use a rejection region to conduct a hypothesis test,
calculate the standardized test statistic, z. If the
standardized test statistic
1. is in the rejection region, then reject H0.
2. is not in the rejection region, then fail to reject H0.
z
0
z0
Fail to reject Ho.
Reject Ho.
Left-Tailed Test
z < z0
z
0 z0
Reject Ho.
Fail to reject Ho.
z > z0
Right-Tailed Test
z
0
z0
Two-Tailed Test
z0
z < z0
z > z0
Reject Ho.
Fail to reject Ho.
Reject Ho.
Rejection Regions for a z-Test
1. State the claim mathematically
and verbally. Identify the null
and alternative hypotheses.
2. Specify the level of significance.
3. Sketch the sampling distribution.
4. Determine the critical value(s).
5. Determine the rejection
regions(s).
Continued.
Using Rejection Regions for a z-Test for a Mean μ
In Words In Symbols
State H0 and Ha.
Identify .
Use Table 4 in
Appendix B.
Rejection Regions for a z-Test
6. Find the standardized test
statistic.
7. Make a decision to reject or fail to
reject the null hypothesis.
8. Interpret the decision in the
context of the original claim.
Using Rejection Regions for a z-Test for a Mean μ
In Words In Symbols
or if 30
use
x μ
z n
σ
n
σ s.

 

If z is in the rejection
region, reject H0.
Otherwise, fail to
reject H0.
Testing with Rejection Regions
Example:
A local telephone company claims that the average
length of a phone call is 8 minutes. In a random
sample of 58 phone calls, the sample mean was 7.8
minutes and the standard deviation was 0.5 minutes.
Is there enough evidence to support this claim at  =
0.05?
Ha:   8
H0:  = 8 (Claim)
The level of significance is  =
0.05.
Continued.
z0 = 1.96
z
0 z0 = 1.96
0.025 0.025
Testing with Rejection Regions
Example continued:
A local telephone company claims that the average
length of a phone call is 8 minutes. In a random
sample of 58 phone calls, the sample mean was 7.8
minutes and the standard deviation was 0.5 minutes.
Is there enough evidence to support this claim at  =
0.05? Ha:   8
H0:  = 8 (Claim)
The standardized test statistic is
z0 = 1.96
z
0 z0 = 1.96
7.8 8
0.5 58


x μ
z
σ n


3.05.
 
The test statistic falls
in the rejection region,
so H0 is rejected.
At the 5% level of significance, there is enough evidence to
reject the claim that the average length of a phone call is 8
minutes.
Hypothesis Testing for
the Mean(Small Samples)
Critical Values in a t-Distribution
Finding Critical Values in a t-Distribution
1. Identify the level of significance .
2. Identify the degrees of freedom d.f. = n – 1.
3. Find the critical value(s) using Table 5 in Appendix B in
the row with n – 1 degrees of freedom. If the hypothesis
test is
a. left-tailed, use “One Tail,  ” column with a negative
sign,
b. right-tailed, use “One Tail,  ” column with a positive
sign,
c. two-tailed, use “Two Tails,  ” column with a
negative and a positive sign.
Finding Critical Values for t
Example:
Find the critical value t0 for a right-tailed test given  = 0.01
and n = 24.
The degrees of freedom are d.f. = n – 1 = 24 – 1 = 23.
To find the critical value, use Table 5 with d.f. = 23 and 0.01
in the “One Tail,  “ column. Because the test is a right-tail
test, the critical value is positive.
t0 = 2.500
Finding Critical Values for t
Example:
Find the critical values t0 and t0 for a two-tailed test
given  = 0.10 and n = 12.
The degrees of freedom are d.f. = n – 1 = 12 – 1 = 11.
To find the critical value, use Table 5 with d.f. = 11 and 0.10
in the “Two Tail,  “ column. Because the test is a two-tail
test, one critical value is negative and one is positive.
t0 =  1.796 and t0 = 1.796
t-Test for a Mean μ (n < 30,  Unknown)
The t-test for the mean is a statistical test for a population
mean. The t-test can be used when the population is
normal or nearly normal,  is unknown, and n < 30.
x μ
t
s n


The degrees of freedom are d.f. = n – 1 .
The test statistic is the sample mean and the
standardized test statistic is t.
x
t-Test for a Mean μ (n < 30,  Unknown)
1. State the claim mathematically
and verbally. Identify the null
and alternative hypotheses.
2. Specify the level of significance.
3. Identify the degrees of freedom
and sketch the sampling
distribution.
4. Determine any critical values.
5. Determine any rejection region(s).
Continued.
Using the t-Test for a Mean μ (Small Sample)
In Words In Symbols
State H0 and Ha.
Identify .
Use Table 5 in
Appendix B.
d.f. = n – 1.
t-Test for a Mean μ (n < 30,  Unknown)
6. Find the standardized test
statistic.
7. Make a decision to reject or fail
to reject the null hypothesis.
8. Interpret the decision in the
context of the original claim.
Using the t-Test for a Mean μ (Small Sample)
In Words In Symbols
x μ
t
s
n


If t is in the rejection
region, reject H0.
Otherwise, fail to
reject H0.
Testing μ Using Critical Values
Example:
A local telephone company claims that the average
length of a phone call is 8 minutes. In a random
sample of 18 phone calls, the sample mean was 7.8
minutes and the standard deviation was 0.5 minutes.
Is there enough evidence to support this claim at  =
0.05?
Ha:   8
H0:  = 8 (Claim)
The level of significance is  =
0.05.
Continued.
The test is a two-tailed test.
Degrees of freedom are d.f. = 18 – 1 = 17.
The critical values are t0 = 2.110 and t0 = 2.110
Testing μ Using Critical Values
Example continued:
A local telephone company claims that the average
length of a phone call is 8 minutes. In a random
sample of 18 phone calls, the sample mean was 7.8
minutes and the standard deviation was 0.5 minutes.
Is there enough evidence to support this claim at  =
0.05? Ha:   8
H0:  = 8 (Claim)
The standardized test statistic is
z0 = 2.110
z
0 z0 = 2.110
7.8 8
0.5 18


x μ
t
s n


1.70.
 
The test statistic falls in
the nonrejection region,
so H0 is not rejected.
At the 5% level of significance, there is not enough evidence to reject
the claim that the average length of a phone call is 8 minutes.
Testing μ Using P-values
Example:
A manufacturer claims that its rechargeable batteries
have an average life greater than 1,000 charges. A
random sample of 10 batteries has a mean life of 1002
charges and a standard deviation of 14. Is there
enough evidence to support this claim at  = 0.01?
Ha:  > 1000 (Claim)
H0:   1000
The level of significance is  =
0.01.
The standardized test statistic is
1002 1000
14 10


0.45

x μ
t
s n


Continued.
The degrees of freedom are d.f. = n – 1 = 10 – 1 = 9.
Testing μ Using P-values
Example continued:
A manufacturer claims that its rechargeable batteries
have an average life greater than 1,000 charges. A
random sample of 10 batteries has a mean life of 1002
charges and a standard deviation of 14. Is there
enough evidence to support this claim at  = 0.01?
0.45
t 
z
0 0.45
Using the d.f. = 9 row from Table 5, you can
determine that P is greater than  = 0.25 and is
therefore also greater than the 0.01
significance level. H0 would fail to be rejected.
At the 1% level of significance, there is not enough evidence to
support the claim that the rechargeable battery has an average
life of at least 1000 charges.
Ha:  > 1000 (Claim)
H0:   1000
Hypothesis Testing for
Proportions
z-Test for a Population Proportion
The z-test for a population is a statistical test for a
population proportion. The z-test can be used when a
binomial distribution is given such that np  5 and nq  5.
ˆ
ˆ
ˆ ˆ
p
p
p μ p p
z
σ pq n
 
 
The test statistic is the sample proportion and the
standardized test statistic is z.
p̂
Hypothesis Test for Proportions
1. State the claim mathematically
and verbally. Identify the null
and alternative hypotheses.
2. Specify the level of significance.
3. Sketch the sampling distribution.
4. Determine any critical values.
Continued.
Using a z-Test for a Proportion p
Verify that np  5 and nq  5.
In Words In Symbols
State H0 and Ha.
Identify .
Use Table 4 in
Appendix B.
Hypothesis Test for Proportions
p̂ p
z
pq n


Using a z-Test for a Proportion p
Verify that np  5 and nq  5.
In Words In Symbols
If z is in the rejection
region, reject H0.
Otherwise, fail to
reject H0.
5. Determine any rejection regions.
6. Find the standardized test
statistic.
7. Make a decision to reject or fail to
reject the null hypothesis.
8. Interpret the decision in the
context of the original claim.
Hypothesis Test for Proportions
Example:
Statesville college claims that more than 94% of their
graduates find employment within six months of
graduation. In a sample of 500 randomly selected
graduates, 475 of them were employed. Is there
enough evidence to support the college’s claim at a
1% level of significance?
Verify that the products np and nq are at least 5.
np = (500)(0.94) = 470 and nq = (500)(0.06) = 30
Ha: p > 0.94 (Claim)
H0: p  0.94
Continued.
Hypothesis Test for Proportions
p̂ p
z
pq n


Example continued:
Statesville college claims that more than 94% of their
graduates find employment within six months of
graduation. In a sample of 500 randomly selected
graduates, 475 of them were employed. Is there
enough evidence to support the college’s claim at a
1% level of significance?
Ha: p > 0.94 (Claim)
H0: p  0.94
Continued.
z
0 2.33
Because the test is a right-tailed test and  = 0.01, the
critical value is 2.33. 0.95 0.94
(0.94)(0.06) 500


0.94
 Test statistic
Hypothesis Test for Proportions
Example continued:
Statesville college claims that more than 94% of their
graduates find employment within six months of
graduation. In a sample of 500 randomly selected
graduates, 475 of them were employed. Is there
enough evidence to support the college’s claim at a
1% level of significance?
Ha: p > 0.94 (Claim)
H0: p  0.94
z
0 2.33
0.94
z 
The test statistic falls in
the nonrejection region,
so H0 is not rejected.
At the 1% level of significance, there is not enough evidence to
support the college’s claim.
Hypothesis Test for Proportions
Example:
A cigarette manufacturer claims that one-eighth of the
US adult population smokes cigarettes. In a random
sample of 100 adults, 5 are cigarette smokers. Test
the manufacturer's claim at  = 0.05.
Verify that the products np and nq are at least 5.
np = (100)(0.125) = 12.5 and nq = (100)(0.875) = 87.5
Ha: p  0.125
H0: p = 0.125 (Claim)
Continued.
Because the test is a two-tailed test and  = 0.05, the
critical values are ± 1.96.
Hypothesis Test for Proportions
Example continued:
A cigarette manufacturer claims that one-eighth of the
US adult population smokes cigarettes. In a random
sample of 100 adults, 5 are cigarettes smokers. Test the
manufacturer's claim at  = 0.05.
Ha: p  0.125
H0: p = 0.125 (Claim)
z0 = 1.96
z
0 z0 = 1.96
p̂ p
z
pq n


0.05 0.125
(0.125)(0.875) 100


2.27
 
The test statistic
is
At the 5% level of significance, there is enough evidence
to reject the claim that one-eighth of the population
smokes.
Reject H0.
2.27
Hypothesis Testing for
Variance and Standard
Deviation
Critical Values for the χ2-Test
Finding Critical Values for the χ2-Distribution
1. Specify the level of significance .
2. Determine the degrees of freedom d.f. = n – 1.
3. The critical values for the χ2-distribution are found in
Table 6 of Appendix B. To find the critical value(s) for a
a. right-tailed test, use the value that corresponds to
d.f. and .
b. left-tailed test, use the value that corresponds to d.f.
and 1 – .
2
1
c. two-tailed test, use the values that corresponds to
d.f. and  and d.f. and 1 – .
2
1
Finding Critical Values for the χ2
Example:
Find the critical value for a left-tailed test when n = 19
and  = 0.05.
There are 18 d.f. The area to the right of the critical
value is 1 –  = 1 – 0.05 = 0.95.
From Table 6, the critical value is χ2
0 = 9.390.
Example:
Find the critical value for a two-tailed test when n = 26
and  = 0.01.
From Table 6, the critical values are χ2
L = 10.520 and
χ2
R = 46.928.
There are 25 d.f. The areas to the right of the critical
values are  = 0.005 and 1 –  = 0.995.
2
1
2
1
The Chi-Square Test
The χ2-test for a variance or standard deviation is a
statistical test for a population variance or standard
deviation. The χ2-test can be used when the population is
normal.
2
2
2
( 1)
n s
χ
σ


The test statistic is s2 and the standardized test statistic
follows a chi-square distribution with degrees of
freedom d.f. = n – 1.
The Chi-Square Test
1. State the claim mathematically
and verbally. Identify the null
and alternative hypotheses.
2. Specify the level of significance.
3. Determine the degrees of freedom
and sketch the sampling
distribution.
4. Determine any critical values.
Continued.
Using the χ2-Test for a Variance or Standard Deviation
In Words In Symbols
State H0 and Ha.
Identify .
Use Table 6 in
Appendix B.
d.f. = n – 1
The Chi-Square Test
2
2
2
( 1)
n s
χ
σ


Using the χ2-Test for a Variance or Standard Deviation
In Words In Symbols
If χ2 is in the
rejection region,
reject H0.
Otherwise, fail to
reject H0.
5. Determine any rejection regions.
6. Find the standardized test
statistic.
7. Make a decision to reject or fail to
reject the null hypothesis.
8. Interpret the decision in the
context of the original claim.
Hypothesis Test for Standard
Deviation
Example:
A college professor claims that the standard deviation
for students taking a statistics test is less than 30. 10
tests are randomly selected and the standard
deviation is found to be 28.8. Test this professor’s
claim at the  = 0.01 level.
Ha:  < 30 (Claim)
H0:   30
Continued.
This is a left-tailed test with d.f.= 9 and  = 0.01.
X2
0.01


Hypothesis Test for Standard
Deviation
2
2
2
( 1)
n s
χ
σ


Example continued:
A college professor claims that the standard deviation
for students taking a statistics test is less than 30. 10
tests are randomly selected and the standard
deviation is found to be 28.8. Test this professor’s
claim at the  = 0.01 level.
Ha:  < 30 (Claim)
H0:   30
X2
0.01


2
2
(10 1)(28.8)
30


8.29

X2
0 = 2.088
χ2
0 = 2.088
Fail to reject H0.
At the 1% level of significance, there is not enough
evidence to support the professor’s claim.
Hypothesis Test for Variance
Example:
A local balloon company claims that the variance for the
time its helium balloons will stay afloat is 5 hours. A
disgruntled customer wants to test this claim. She
randomly selects 23 customers and finds that the variance
of the sample is 4.5 seconds. At  = 0.05, does she have
enough evidence to reject the company’s claim?
Ha: 2  5
H0: 2 = 5 (Claim)
Continued.
This is a two-tailed test with d.f.= 22 and  = 0.05.
X2
X2
R
X2
L
1
0.025
2


1
0.025
2


Hypothesis Test for Variance
Example continued:
A local balloon company claims that the variance for the
time its helium balloons will stay afloat is 5 hours. A
disgruntled customer wants to test this claim. She
randomly selects 23 customers and finds that the variance
of the sample is 4.5 seconds. At  = 0.05, does she have
enough evidence to reject the company’s claim?
Ha: 2  5
H0: 2 = 5 (Claim)
Continued.
The critical values are χ2
L = 10.982 and χ2
R = 36.781.
X2
1
0.025
2


1
0.025
2


36.781
10.982
Hypothesis Test for Variance
Example continued:
A local balloon company claims that the variance for the
time one of its helium balloons will stay afloat is 5 hours.
A disgruntled customer wants to test this claim. She
randomly selects 23 customers and finds that the variance
of the sample is 4.5 seconds. At  = 0.05, does she have
enough evidence to reject the company’s claim?
Ha: 2  5
H0: 2 = 5 (Claim)
X2
36.781
10.982
2
2
2
( 1)
n s
χ
σ

 (23 1)(4.5)
5

 19.8
 Fail to reject H0.
At  = 0.05, there is not enough
evidence to reject the claim that the
variance of the float time is 5 hours.
19.8
Slide 68
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Comprehensive
Hypothesis Test - cont
A confidence interval estimate of a population
parameter contains the likely values of that
parameter. We should therefore reject a claim
that the population parameter has a value that
is not included in the confidence interval.
Slide 69
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Caution: In some cases, a conclusion based
on a confidence interval may be different from
a conclusion based on a hypothesis test. See
the comments in the individual sections.
Comprehensive
Hypothesis Test - cont
Slide 70
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Recap
In this section we have discussed:
 Null and alternative hypotheses.
 Test statistics.
 Significance levels.
 P-values.
 Decision criteria.
 Type I and II errors.
 Power of a hypothesis test.
Slide 71
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Section 8-3
Testing a Claim About a
Proportion
Created by Erin Hodgess, Houston, Texas
Revised to accompany 10th Edition, Tom Wegleitner, Centreville, VA
Slide 72
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Key Concept
This section presents complete procedures
for testing a hypothesis (or claim) made about
a population proportion. This section uses
the components introduced in the previous
section for the P-value method, the traditional
method or the use of confidence intervals.
Slide 73
Copyright
© 2007
Pearson
Education,
Inc
Publishing
1) The sample observations are a simple random
sample.
2) The conditions for a binomial distribution are
satisfied (Section 5-3).
3) The conditions np  5 and nq  5 are satisfied, so
the binomial distribution of sample proportions
can be approximated by a normal distribution with
µ = np and  = npq .
Requirements for Testing Claims
About a Population Proportion p
Slide 74
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Notation
p = population proportion (used in the
null hypothesis)
q = 1 – p

n = number of trials
p = x (sample proportion)
n
Slide 75
Copyright
© 2007
Pearson
Education,
Inc
Publishing
p – p
pq
n
z =

Test Statistic for Testing
a Claim About a Proportion
Slide 76
Copyright
© 2007
Pearson
Education,
Inc
Publishing
P-Value Method
Use the same method as described
in Section 8-2 and in Figure 8-8.
Use the standard normal
distribution (Table A-2).
Slide 77
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Traditional Method
Use the same method as described
in Section 8-2 and in Figure 8-9.
Slide 78
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Confidence Interval Method
Use the same method as described
in Section 8-2 and in Table 8-2.
Slide 79
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: An article distributed by the Associated
Press included these results from a nationwide
survey: Of 880 randomly selected drivers, 56%
admitted that they run red lights. The claim is that
the majority of all Americans run red lights. That is, p
> 0.5. The sample data are n = 880, and p = 0.56.

np = (880)(0.5) = 440  5
nq = (880)(0.5) = 440  5
Slide 80
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: An article distributed by the Associated Press
included these results from a nationwide survey: Of 880
randomly selected drivers, 56% admitted that they run red
lights. The claim is that the majority of all Americans run red
lights. That is, p > 0.5. The sample data are n = 880, and p =
0.56. We will use the P-value Method.

Referring to Table A-2, we see that for values of z = 3.50
and higher, we use 0.9999 for the cumulative area to the left
of the test statistic. The P-value is 1 – 0.9999 = 0.0001.
H0: p = 0.5
H1: p > 0.5
 = 0.05
pq
n
p – p
z =

0.56 – 0.5
(0.5)(0.5)
880
= = 3.56
Slide 81
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: An article distributed by the Associated Press
included these results from a nationwide survey: Of 880
randomly selected drivers, 56% admitted that they run red
lights. The claim is that the majority of all Americans run red
lights. That is, p > 0.5. The sample data are n = 880, and p =
0.56. We will use the P-value Method.

Since the P-value of 0.0001 is less than the significance
level of  = 0.05, we reject the null hypothesis.
There is sufficient evidence to support the claim.
H0: p = 0.5
H1: p > 0.5
 = 0.05
pq
n
p – p
z =

0.56 – 0.5
(0.5)(0.5)
880
= = 3.56
Slide 82
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: An article distributed by the Associated Press
included these results from a nationwide survey: Of 880
randomly selected drivers, 56% admitted that they run red
lights. The claim is that the majority of all Americans run red
lights. That is, p > 0.5. The sample data are n = 880, and p =
0.56. We will use the P-value Method.

H0: p = 0.5
H1: p > 0.5
 = 0.05
z = 3.56
Slide 83
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: An article distributed by the Associated
Press included these results from a nationwide
survey: Of 880 randomly selected drivers, 56%
admitted that they run red lights. The claim is that
the majority of all Americans run red lights. That is,
p > 0.5. The sample data are n = 880, and p = 0.56.
We will use the Traditional Method.

H0: p = 0.5
H1: p > 0.5
 = 0.05
pq
n
p – p
z =

0.56 – 0.5
(0.5)(0.5)
880
= = 3.56
This is a right-tailed test, so the critical region is an area of
0.05. We find that z = 1.645 is the critical value of the
critical region. We reject the null hypothesis.
There is sufficient evidence to support the claim.
Slide 84
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: An article distributed by the Associated Press
included these results from a nationwide survey: Of 880
randomly selected drivers, 56% admitted that they run red
lights. The claim is that the majority of all Americans run red
lights. That is, p > 0.5. The sample data are n = 880, and p =
0.56. We will use the confidence interval method.

For a one-tailed hypothesis test with significance level ,
we will construct a confidence interval with a confidence
level of 1 – 2. We construct a 90% confidence interval.
We obtain 0.533 < p < 0.588. We are 90% confident that
the true value of p is contained within the limits of 0.533
and 0.588. Thus we support the claim that p > 0.5.
Slide 85
Copyright
© 2007
Pearson
Education,
Inc
Publishing
CAUTION
When testing claims about a population proportion,
the traditional method and the P-value method are
equivalent and will yield the same result since they
use the same standard deviation based on the claimed
proportion p. However, the confidence interval uses
an estimated standard deviation based upon the sample
proportion p. Consequently, it is possible that the
traditional and P-value methods may yield a different
conclusion than the confidence interval method.
A good strategy is to use a confidence interval to
estimate a population proportion, but use the P-value
or traditional method for testing a hypothesis.

Slide 86
Copyright
© 2007
Pearson
Education,
Inc
Publishing
(determining the sample proportion of households with cable TV)
p = = = 0.64
x
n
96
(96+54)

and 54 do not” is calculated using
p sometimes must be calculated
“96 surveyed households have cable TV


p sometimes is given directly
“10% of the observed sports cars are red”
is expressed as
p = 0.10

Obtaining P

Slide 87
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: When Gregory Mendel conducted his famous
hybridization experiments with peas, one such experiment
resulted in offspring consisting of 428 peas with green pods
and 152 peas with yellow pods. According to Mendel’s
theory, 1/4 of the offspring peas should have yellow pods.
Use a 0.05 significance level with the P-value method to test
the claim that the proportion of peas with yellow pods is
equal to 1/4.
We note that n = 428 + 152 = 580,
so p = 0.262, and p = 0.25.

Slide 88
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: When Gregory Mendel conducted his famous
hybridization experiments with peas, one such experiment
resulted in offspring consisting of 428 peas with green pods and
152 peas with yellow pods. According to Mendel’s theory, 1/4 of
the offspring peas should have yellow pods. Use a 0.05
significance level with the P-value method to test the claim that
the proportion of peas with yellow pods is equal to 1/4.
H0: p = 0.25
H1: p  0.25
n = 580
 = 0.05
p = 0.262

0.262 – 0.25
(0.25)(0.75)
580
= = 0.67
z =
p – p
pq
n

Since this is a two-tailed test, the P-value is twice the area
to the right of the test statistic. Using Table A-2,
z = 0.67 is 1 – 0.7486 = 0.2514.
Slide 89
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: When Gregory Mendel conducted his famous
hybridization experiments with peas, one such experiment
resulted in offspring consisting of 428 peas with green pods and
152 peas with yellow pods. According to Mendel’s theory, 1/4 of
the offspring peas should have yellow pods. Use a 0.05
significance level with the P-value method to test the claim that
the proportion of peas with yellow pods is equal to 1/4.
The P-value is 2(0.2514) = 0.5028. We fail to reject the null
hypothesis. There is not sufficient evidence to warrant rejection
of the claim that 1/4 of the peas have yellow pods.
H0: p = 0.25
H1: p  0.25
n = 580
 = 0.05
p = 0.262
0.262 – 0.25
(0.25)(0.75)
580
= = 0.67
z =
p – p
pq
n


Slide 90
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Recap
In this section we have discussed:
 Test statistics for claims about a proportion.
 P-value method.
 Confidence interval method.
 Obtaining p.

Slide 91
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Section 8-4
Testing a Claim About a
Mean:  Known
Created by Erin Hodgess, Houston, Texas
Revised to accompany 10th Edition, Tom Wegleitner, Centreville, VA
Slide 92
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Key Concept
This section presents methods for testing a
claim about a population mean, given that the
population standard deviation is a known
value. This section uses the normal
distribution with the same components of
hypothesis tests that were introduced in
Section 8-2.
Slide 93
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Requirements for Testing Claims About a
Population Mean (with  Known)
1) The sample is a simple random
sample.
2) The value of the population standard
deviation  is known.
3) Either or both of these conditions is
satisfied: The population is normally
distributed or n > 30.
Slide 94
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Test Statistic for Testing a Claim
About a Mean (with  Known)
n
x – µx
z =

Slide 95
Copyright
© 2007
Pearson
Education,
Inc
Publishing
=
z =
x – µx

n
98.2 – 98.6 = − 6.64
0.62
106
Example: We have a sample of 106 body temperatures having a
mean of 98.20°F. Assume that the sample is a simple random
sample and that the population standard deviation  is known to
be 0.62°F. Use a 0.05 significance level to test the common
belief that the mean body temperature of healthy adults is equal
to 98.6°F. Use the P-value method.
H0:  = 98.6
H1:   98.6
 = 0.05
x = 98.2
 = 0.62
This is a two-tailed test and the test statistic is to the left of the
center, so the P-value is twice the area to the left of z = –6.64. We
refer to Table A-2 to find the area to the left of z = –6.64 is 0.0001,
so the P-value is 2(0.0001) = 0.0002.
Slide 96
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: We have a sample of 106 body temperatures having a
mean of 98.20°F. Assume that the sample is a simple random
sample and that the population standard deviation  is known to
be 0.62°F. Use a 0.05 significance level to test the common belief
that the mean body temperature of healthy adults is equal to
98.6°F. Use the P-value method.
H0:  = 98.6
H1:   98.6
 = 0.05
x = 98.2
 = 0.62
z = –6.64
Slide 97
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: We have a sample of 106 body temperatures having a
mean of 98.20°F. Assume that the sample is a simple random
sample and that the population standard deviation  is known to
be 0.62°F. Use a 0.05 significance level to test the common belief
that the mean body temperature of healthy adults is equal to
98.6°F. Use the P-value method.
H0:  = 98.6
H1:   98.6
 = 0.05
x = 98.2
 = 0.62
z = –6.64
Because the P-value of 0.0002 is less than the significance level
of  = 0.05, we reject the null hypothesis. There is sufficient
evidence to conclude that the mean body temperature of healthy
adults differs from 98.6°F.
Slide 98
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: We have a sample of 106 body temperatures having a
mean of 98.20°F. Assume that the sample is a simple random
sample and that the population standard deviation  is known to
be 0.62°F. Use a 0.05 significance level to test the common belief
that the mean body temperature of healthy adults is equal to
98.6°F. Use the traditional method.
H0:  = 98.6
H1:   98.6
 = 0.05
x = 98.2
 = 0.62
z = –6.64
We now find the critical values to be z = –1.96
and z = 1.96. We would reject the null
hypothesis, since the test statistic of z = –6.64
would fall in the critical region.
There is sufficient evidence to conclude that the mean body
temperature of healthy adults differs from 98.6°F.
Slide 99
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: We have a sample of 106 body temperatures having a
mean of 98.20°F. Assume that the sample is a simple random
sample and that the population standard deviation  is known to
be 0.62°F. Use a 0.05 significance level to test the common belief
that the mean body temperature of healthy adults is equal to
98.6°F. Use the confidence interval method.
For a two-tailed hypothesis test with a 0.05
significance level, we construct a 95%
confidence interval. Use the methods of Section
7-2 to construct a 95% confidence interval:
98.08 <  < 98.32
We are 95% confident that the limits of 98.08 and 98.32
contain the true value of , so it appears that 98.6 cannot be
the true value of .
H0:  = 98.6
H1:   98.6
 = 0.05
x = 98.2
 = 0.62
Slide 100
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Underlying Rationale of Hypothesis
Testing
 If, under a given assumption, there is an extremely
small probability of getting sample results at least
as extreme as the results that were obtained, we
conclude that the assumption is probably not
correct.
 When testing a claim, we make an assumption
(null hypothesis) of equality. We then compare the
assumption and the sample results and we form
one of the following conclusions:
Slide 101
Copyright
© 2007
Pearson
Education,
Inc
Publishing
 If the sample results (or more extreme results) can easily
occur when the assumption (null hypothesis) is true, we
attribute the relatively small discrepancy between the
assumption and the sample results to chance.
 If the sample results cannot easily occur when that
assumption (null hypothesis) is true, we explain the
relatively large discrepancy between the assumption and
the sample results by concluding that the assumption is
not true, so we reject the assumption.
Underlying Rationale of
Hypotheses Testing - cont
Slide 102
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Recap
In this section we have discussed:
 Requirements for testing claims about population
means, σ known.
 P-value method.
 Traditional method.
 Confidence interval method.
 Rationale for hypothesis testing.
Slide 103
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Section 8-5
Testing a Claim About a
Mean:  Not Known
Created by Erin Hodgess, Houston, Texas
Revised to accompany 10th Edition, Tom Wegleitner, Centreville, VA
Slide 104
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Key Concept
This section presents methods for testing a
claim about a population mean when we do
not know the value of σ. The methods of this
section use the Student t distribution
introduced earlier.
Slide 105
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Requirements for Testing Claims
About a Population
Mean (with  Not Known)
1) The sample is a simple random sample.
2) The value of the population standard
deviation  is not known.
3) Either or both of these conditions is
satisfied: The population is normally
distributed or n > 30.
Slide 106
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Test Statistic for Testing a
Claim About a Mean
(with  Not Known)
P-values and Critical Values
Found in Table A-3
Degrees of freedom (df) = n – 1
x – µx
t = s
n
Slide 107
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Important Properties of the
Student t Distribution
1. The Student t distribution is different for different sample sizes
(see Figure 7-5 in Section 7-4).
2. The Student t distribution has the same general bell shape as
the normal distribution; its wider shape reflects the greater
variability that is expected when s is used to estimate  .
3. The Student t distribution has a mean of t = 0 (just as the
standard normal distribution has a mean of z = 0).
4. The standard deviation of the Student t distribution varies with
the sample size and is greater than 1 (unlike the standard
normal distribution, which has  = 1).
5. As the sample size n gets larger, the Student t distribution gets
closer to the standard normal distribution.
Slide 108
Copyright
© 2007
Pearson
Education,
Inc
Publishing
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.
Slide 109
Copyright
© 2007
Pearson
Education,
Inc
Publishing
The sample is a simple random sample and we are
not using a known value of σ. The sample size is
n = 13 and a normal quartile plot suggests the
weights are normally distributed.
Example: Data Set 13 in Appendix B of the text includes weights
of 13 red M&M candies randomly selected from a bag containing
465 M&Ms. The weights (in grams) have a mean x = 0.8635 and a
standard deviation s = 0.0576 g. The bag states that the net weight
of the contents is 396.9 g, so the M&Ms must have a mean weight
that is 396.9/465 = 0.8535 g in order to provide the amount claimed.
Use the sample data with a 0.05 significance level to test the claim
of a production manager that the M&Ms have a mean that is
actually greater than 0.8535 g. Use the traditional method.
Slide 110
Copyright
© 2007
Pearson
Education,
Inc
Publishing
H0:  = 0.8535
H1:  > 0.8535
 = 0.05
x = 0.8635
s = 0.0576
n = 13
= 0.626
t =
x – µx
s
n
=
0.8635 – 0.8535
0.0576
13
Example: Data Set 13 in Appendix B of the text includes weights
of 13 red M&M candies randomly selected from a bag containing
465 M&Ms. The weights (in grams) have a mean x = 0.8635 and a
standard deviation s = 0.0576 g. The bag states that the net weight
of the contents is 396.9 g, so the M&Ms must have a mean weight
that is 396.9/465 = 0.8535 g in order to provide the amount claimed.
Use the sample data with a 0.05 significance level to test the claim
of a production manager that the M&Ms have a mean that is
actually greater than 0.8535 g. Use the traditional method.
The critical value, from Table A-3, is t = 1.782
Slide 111
Copyright
© 2007
Pearson
Education,
Inc
Publishing
t = 0.626
Because the test statistic of t = 0.626 does not
fall in the critical region, we fail to reject H0.
There is not sufficient evidence to support the
claim that the mean weight of the M&Ms is
greater than 0.8535 g.
H0:  = 0.8535
H1:  > 0.8535
 = 0.05
x = 0.8635
s = 0.0576
n = 13
Example: Data Set 13 in Appendix B of the text includes weights
of 13 red M&M candies randomly selected from a bag containing
465 M&Ms. The weights (in grams) have a mean x = 0.8635 and a
standard deviation s = 0.0576 g. The bag states that the net weight
of the contents is 396.9 g, so the M&Ms must have a mean weight
that is 396.9/465 = 0.8535 g in order to provide the amount claimed.
Use the sample data with a 0.05 significance level to test the claim
of a production manager that the M&Ms have a mean that is
actually greater than 0.8535 g. Use the traditional method.
Critical Value t = 1.782
Slide 112
Copyright
© 2007
Pearson
Education,
Inc
Publishing
The critical value in the preceding example was t =
1.782, but if the normal distribution were being used,
the critical value would have been z = 1.645.
The Student t critical value is larger (farther to the
right), showing that with the Student t distribution, the
sample evidence must be more extreme before we can
consider it to be significant.
Normal Distribution Versus
Student t Distribution
Slide 113
Copyright
© 2007
Pearson
Education,
Inc
Publishing
P-Value Method
 Use software or a TI-83/84 Plus
calculator.
 If technology is not available, use Table
A-3 to identify a range of P-values.
Slide 114
Copyright
© 2007
Pearson
Education,
Inc
Publishing
a) In a left-tailed hypothesis test, the sample size
is n = 12, and the test statistic is t = –2.007.
b) In a right-tailed hypothesis test, the sample size
is n = 12, and the test statistic is t = 1.222.
c) In a two-tailed hypothesis test, the sample size
is n = 12, and the test statistic is t = –3.456.
Example: Assuming that neither software nor
a TI-83 Plus calculator is available, use Table A-
3 to find a range of values for the P-value
corresponding to the given results.
Slide 115
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: Assuming that neither software nor a TI-83
Plus calculator is available, use Table A-3 to find a range
of values for the P-value corresponding to the given
results.
Slide 116
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: Assuming that neither software nor a TI-83
Plus calculator is available, use Table A-3 to find a range
of values for the P-value corresponding to the given
results.
a) The test is a left-tailed test with test
statistic t = –2.007, so the P-value is the
area to the left of –2.007. Because of the
symmetry of the t distribution, that is the
same as the area to the right of +2.007.
Any test statistic between 2.201 and 1.796
has a right-tailed P- value that is between
0.025 and 0.05. We conclude that
0.025 < P-value < 0.05.
Slide 117
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: Assuming that neither software nor a TI-83
Plus calculator is available, use Table A-3 to find a
range of values for the P-value corresponding to the
given results.
b) The test is a right-tailed test with test
statistic t = 1.222, so the P-value is the
area to the right of 1.222. Any test statistic
less than 1.363 has a right-tailed P-value
that is greater than 0.10. We
conclude that P-value > 0.10.
Slide 118
Copyright
© 2007
Pearson
Education,
Inc
Publishing
c) The test is a two-tailed test with test statistic
t = –3.456. The P-value is twice the area to
the right of –3.456. Any test statistic
greater than 3.106 has a two-tailed P- value
that is less than 0.01. We conclude that
P- value < 0.01.
Example: Assuming that neither software nor a TI-83
Plus calculator is available, use Table A-3 to find a range
of values for the P-value corresponding to the given
results.
Slide 119
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Recap
In this section we have discussed:
 Assumptions for testing claims about
population means, σ unknown.
 Student t distribution.
 P-value method.
Slide 120
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Section 8-6
Testing a Claim About a
Standard Deviation or
Variance
Created by Erin Hodgess, Houston, Texas
Revised to accompany 10th Edition, Tom Wegleitner, Centreville, VA
Slide 121
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Key Concept
This section introduces methods for testing a
claim made about a population standard
deviation σ or population variance σ 2. The
methods of this section use the chi-square
distribution that was first introduced in
Section 7-5.
Slide 122
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Requirements for Testing
Claims About  or  2
1. The sample is a simple random
sample.
2. The population has a normal
distribution. (This is a much stricter
requirement than the requirement of a
normal distribution when testing
claims about means.)
Slide 123
Copyright
© 2007
Pearson
Education,
Inc
Publishing
n = sample size
s 2 = sample variance
2 = population variance
(given in null hypothesis)
Chi-Square Distribution
Test Statistic
 2 =
(n – 1) s 2
2
Slide 124
Copyright
© 2007
Pearson
Education,
Inc
Publishing
P-Values and Critical Values for
Chi-Square Distribution
 Use Table A-4.
 The degrees of freedom = n –1.
Slide 125
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Properties of Chi-Square
Distribution
 All values of  2 are nonnegative, and the
distribution is not symmetric
(see Figure 8-13, following).
 There is a different distribution for each
number of degrees of freedom
(see Figure 8-14, following).
 The critical values are found in Table A-4
using n – 1 degrees of freedom.
Slide 126
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Properties of Chi-Square
Distribution - cont
Figure 8-13
Properties of the Chi-Square
Distribution
There is a different distribution for each
number of degrees of freedom.
Chi-Square Distribution for 10
and 20 Degrees of Freedom
Figure 8-14
Slide 127
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Example: For a simple random sample of adults, IQ scores are
normally distributed with a mean of 100 and a standard deviation
of 15. A simple random sample of 13 statistics professors yields a
standard deviation of s = 7.2. Assume that IQ scores of statistics
professors are normally distributed and use a 0.05 significance
level to test the claim that  = 15.
H0:  = 15
H1:   15
 = 0.05
n = 13
s = 7.2
= 2.765
 2 =
(n – 1)s2
2
(13 – 1)(7.2)2
152
=
Slide 128
Copyright
© 2007
Pearson
Education,
Inc
Publishing
H0:  = 15
H1:   15
 = 0.05
n = 13
s = 7.2
 2 = 2.765
Example: For a simple random sample of adults, IQ scores are
normally distributed with a mean of 100 and a standard deviation
of 15. A simple random sample of 13 statistics professors yields a
standard deviation of s = 7.2. Assume that IQ scores of statistics
professors are normally distributed and use a 0.05 significance
level to test the claim that  = 15.
Slide 129
Copyright
© 2007
Pearson
Education,
Inc
Publishing
The critical values of 4.404 and 23.337 are
found in Table A-4, in the 12th row (degrees
of freedom = n – 1) in the column
corresponding to 0.975 and 0.025.
Example: For a simple random sample of adults, IQ scores are
normally distributed with a mean of 100 and a standard deviation
of 15. A simple random sample of 13 statistics professors yields a
standard deviation of s = 7.2. Assume that IQ scores of statistics
professors are normally distributed and use a 0.05 significance
level to test the claim that  = 15.
H0:  = 15
H1:   15
 = 0.05
n = 13
s = 7.2
 2 = 2.765
Slide 130
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Because the test statistic is in the critical
region, we reject the null hypothesis. There
is sufficient evidence to warrant rejection of
the claim that the standard deviation is equal
to 15.
H0:  = 15
H1:   15
 = 0.05
n = 13
s = 7.2
 2 = 2.765
Example: For a simple random sample of adults, IQ scores are
normally distributed with a mean of 100 and a standard deviation
of 15. A simple random sample of 13 statistics professors yields a
standard deviation of s = 7.2. Assume that IQ scores of statistics
professors are normally distributed and use a 0.05 significance
level to test the claim that  = 15.
Slide 131
Copyright
© 2007
Pearson
Education,
Inc
Publishing
Recap
In this section we have discussed:
 Tests for claims about standard deviation
and variance.
 Test statistic.
 Chi-square distribution.
 Critical values.

More Related Content

What's hot

What's hot (20)

Hypothesis testing
Hypothesis testingHypothesis testing
Hypothesis testing
 
Student t-test
Student t-testStudent t-test
Student t-test
 
Hypothesis testing; z test, t-test. f-test
Hypothesis testing; z test, t-test. f-testHypothesis testing; z test, t-test. f-test
Hypothesis testing; z test, t-test. f-test
 
non parametric statistics
non parametric statisticsnon parametric statistics
non parametric statistics
 
Brm (one tailed and two tailed hypothesis)
Brm (one tailed and two tailed hypothesis)Brm (one tailed and two tailed hypothesis)
Brm (one tailed and two tailed hypothesis)
 
Chi squared test
Chi squared testChi squared test
Chi squared test
 
Mann Whitney U test
Mann Whitney U testMann Whitney U test
Mann Whitney U test
 
LEVEL OF SIGNIFICANCE.pptx
LEVEL OF SIGNIFICANCE.pptxLEVEL OF SIGNIFICANCE.pptx
LEVEL OF SIGNIFICANCE.pptx
 
Parametric tests
Parametric testsParametric tests
Parametric tests
 
Basics of Hypothesis Testing
Basics of Hypothesis Testing  Basics of Hypothesis Testing
Basics of Hypothesis Testing
 
Test of hypothesis
Test of hypothesisTest of hypothesis
Test of hypothesis
 
t test
t testt test
t test
 
hypothesis testing
hypothesis testinghypothesis testing
hypothesis testing
 
Hypothesis testing
Hypothesis testingHypothesis testing
Hypothesis testing
 
Hypothesis testing ppt final
Hypothesis testing ppt finalHypothesis testing ppt final
Hypothesis testing ppt final
 
Chi square test
Chi square testChi square test
Chi square test
 
NON-PARAMETRIC TESTS by Prajakta Sawant
NON-PARAMETRIC TESTS by Prajakta SawantNON-PARAMETRIC TESTS by Prajakta Sawant
NON-PARAMETRIC TESTS by Prajakta Sawant
 
Chi squared test
Chi squared testChi squared test
Chi squared test
 
Student t test
Student t testStudent t test
Student t test
 
Testing of hypothesis
Testing of hypothesisTesting of hypothesis
Testing of hypothesis
 

Similar to HYPOTHESIS TESTING.ppt

hypothesis test
 hypothesis test hypothesis test
hypothesis testUnsa Shakir
 
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesis
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesisTesting of Hypothesis, p-value, Gaussian distribution, null hypothesis
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesissvmmcradonco1
 
Testing of hypotheses
Testing of hypothesesTesting of hypotheses
Testing of hypothesesRajThakuri
 
Top schools in delhi ncr
Top schools in delhi ncrTop schools in delhi ncr
Top schools in delhi ncrEdhole.com
 
Formulating Hypotheses
Formulating Hypotheses Formulating Hypotheses
Formulating Hypotheses Shilpi Panchal
 
Hypothesis testing an introduction
Hypothesis testing an introductionHypothesis testing an introduction
Hypothesis testing an introductionGeetika Gulyani
 
Introduction to hypothesis testing ppt @ bec doms
Introduction to hypothesis testing ppt @ bec domsIntroduction to hypothesis testing ppt @ bec doms
Introduction to hypothesis testing ppt @ bec domsBabasab Patil
 
Chapter 9 Fundamental of Hypothesis Testing.ppt
Chapter 9 Fundamental of Hypothesis Testing.pptChapter 9 Fundamental of Hypothesis Testing.ppt
Chapter 9 Fundamental of Hypothesis Testing.pptHasanGilani3
 
Formulating hypotheses
Formulating hypothesesFormulating hypotheses
Formulating hypothesesAniket Verma
 
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...The Stockker
 
Study unit 4 (oct 2014)
Study unit 4 (oct 2014)Study unit 4 (oct 2014)
Study unit 4 (oct 2014)vfvfx
 

Similar to HYPOTHESIS TESTING.ppt (20)

hypothesis test
 hypothesis test hypothesis test
hypothesis test
 
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesis
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesisTesting of Hypothesis, p-value, Gaussian distribution, null hypothesis
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesis
 
7 hypothesis testing
7 hypothesis testing7 hypothesis testing
7 hypothesis testing
 
Testing of hypotheses
Testing of hypothesesTesting of hypotheses
Testing of hypotheses
 
Testing of hypothesis
Testing of hypothesisTesting of hypothesis
Testing of hypothesis
 
Formulatinghypotheses
Formulatinghypotheses Formulatinghypotheses
Formulatinghypotheses
 
Top schools in delhi ncr
Top schools in delhi ncrTop schools in delhi ncr
Top schools in delhi ncr
 
TEST OF SIGNIFICANCE.pptx
TEST OF SIGNIFICANCE.pptxTEST OF SIGNIFICANCE.pptx
TEST OF SIGNIFICANCE.pptx
 
Formulating Hypotheses
Formulating Hypotheses Formulating Hypotheses
Formulating Hypotheses
 
Hypothesis
HypothesisHypothesis
Hypothesis
 
Unit 3
Unit 3Unit 3
Unit 3
 
Hypothesis testing an introduction
Hypothesis testing an introductionHypothesis testing an introduction
Hypothesis testing an introduction
 
Introduction to hypothesis testing ppt @ bec doms
Introduction to hypothesis testing ppt @ bec domsIntroduction to hypothesis testing ppt @ bec doms
Introduction to hypothesis testing ppt @ bec doms
 
Chapter 9 Fundamental of Hypothesis Testing.ppt
Chapter 9 Fundamental of Hypothesis Testing.pptChapter 9 Fundamental of Hypothesis Testing.ppt
Chapter 9 Fundamental of Hypothesis Testing.ppt
 
More Statistics
More StatisticsMore Statistics
More Statistics
 
Formulating hypotheses
Formulating hypothesesFormulating hypotheses
Formulating hypotheses
 
Tests of significance
Tests of significanceTests of significance
Tests of significance
 
Day 3 SPSS
Day 3 SPSSDay 3 SPSS
Day 3 SPSS
 
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...
 
Study unit 4 (oct 2014)
Study unit 4 (oct 2014)Study unit 4 (oct 2014)
Study unit 4 (oct 2014)
 

More from sadiakhan783184

More from sadiakhan783184 (6)

Theories of Envoirnmnetal Psy.ppt
Theories of Envoirnmnetal Psy.pptTheories of Envoirnmnetal Psy.ppt
Theories of Envoirnmnetal Psy.ppt
 
Frequency distributions.pptx
Frequency distributions.pptxFrequency distributions.pptx
Frequency distributions.pptx
 
LINEAR REGRESSION ANALYSIS.pptx
LINEAR REGRESSION ANALYSIS.pptxLINEAR REGRESSION ANALYSIS.pptx
LINEAR REGRESSION ANALYSIS.pptx
 
STATISTICAL MEASURES.ppt
STATISTICAL MEASURES.pptSTATISTICAL MEASURES.ppt
STATISTICAL MEASURES.ppt
 
CORRELATION.ppt
CORRELATION.pptCORRELATION.ppt
CORRELATION.ppt
 
ANOVA.ppt
ANOVA.pptANOVA.ppt
ANOVA.ppt
 

Recently uploaded

A Guideline to Gorgias to to Re:amaze Data Migration
A Guideline to Gorgias to to Re:amaze Data MigrationA Guideline to Gorgias to to Re:amaze Data Migration
A Guideline to Gorgias to to Re:amaze Data MigrationHelp Desk Migration
 
10 Essential Software Testing Tools You Need to Know About.pdf
10 Essential Software Testing Tools You Need to Know About.pdf10 Essential Software Testing Tools You Need to Know About.pdf
10 Essential Software Testing Tools You Need to Know About.pdfkalichargn70th171
 
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAGAI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAGAlluxio, Inc.
 
How to install and activate eGrabber JobGrabber
How to install and activate eGrabber JobGrabberHow to install and activate eGrabber JobGrabber
How to install and activate eGrabber JobGrabbereGrabber
 
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...Alluxio, Inc.
 
Mastering Windows 7 A Comprehensive Guide for Power Users .pdf
Mastering Windows 7 A Comprehensive Guide for Power Users .pdfMastering Windows 7 A Comprehensive Guide for Power Users .pdf
Mastering Windows 7 A Comprehensive Guide for Power Users .pdfmbmh111980
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar
 
A Comprehensive Appium Guide for Hybrid App Automation Testing.pdf
A Comprehensive Appium Guide for Hybrid App Automation Testing.pdfA Comprehensive Appium Guide for Hybrid App Automation Testing.pdf
A Comprehensive Appium Guide for Hybrid App Automation Testing.pdfkalichargn70th171
 
AI/ML Infra Meetup | Perspective on Deep Learning Framework
AI/ML Infra Meetup | Perspective on Deep Learning FrameworkAI/ML Infra Meetup | Perspective on Deep Learning Framework
AI/ML Infra Meetup | Perspective on Deep Learning FrameworkAlluxio, Inc.
 
iGaming Platform & Lottery Solutions by Skilrock
iGaming Platform & Lottery Solutions by SkilrockiGaming Platform & Lottery Solutions by Skilrock
iGaming Platform & Lottery Solutions by SkilrockSkilrock Technologies
 
Advanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should KnowAdvanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should KnowPeter Caitens
 
Agnieszka Andrzejewska - BIM School Course in Kraków
Agnieszka Andrzejewska - BIM School Course in KrakówAgnieszka Andrzejewska - BIM School Course in Kraków
Agnieszka Andrzejewska - BIM School Course in Krakówbim.edu.pl
 
De mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FMEDe mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FMEJelle | Nordend
 
GraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisGraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisNeo4j
 
Breaking the Code : A Guide to WhatsApp Business API.pdf
Breaking the Code : A Guide to WhatsApp Business API.pdfBreaking the Code : A Guide to WhatsApp Business API.pdf
Breaking the Code : A Guide to WhatsApp Business API.pdfMeon Technology
 
Designing for Privacy in Amazon Web Services
Designing for Privacy in Amazon Web ServicesDesigning for Privacy in Amazon Web Services
Designing for Privacy in Amazon Web ServicesKrzysztofKkol1
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2
 
Secure Software Ecosystem Teqnation 2024
Secure Software Ecosystem Teqnation 2024Secure Software Ecosystem Teqnation 2024
Secure Software Ecosystem Teqnation 2024Soroosh Khodami
 
Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...
Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...
Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...Abortion Clinic
 

Recently uploaded (20)

A Guideline to Gorgias to to Re:amaze Data Migration
A Guideline to Gorgias to to Re:amaze Data MigrationA Guideline to Gorgias to to Re:amaze Data Migration
A Guideline to Gorgias to to Re:amaze Data Migration
 
10 Essential Software Testing Tools You Need to Know About.pdf
10 Essential Software Testing Tools You Need to Know About.pdf10 Essential Software Testing Tools You Need to Know About.pdf
10 Essential Software Testing Tools You Need to Know About.pdf
 
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAGAI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
AI/ML Infra Meetup | Reducing Prefill for LLM Serving in RAG
 
Top Mobile App Development Companies 2024
Top Mobile App Development Companies 2024Top Mobile App Development Companies 2024
Top Mobile App Development Companies 2024
 
How to install and activate eGrabber JobGrabber
How to install and activate eGrabber JobGrabberHow to install and activate eGrabber JobGrabber
How to install and activate eGrabber JobGrabber
 
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
AI/ML Infra Meetup | Improve Speed and GPU Utilization for Model Training & S...
 
Mastering Windows 7 A Comprehensive Guide for Power Users .pdf
Mastering Windows 7 A Comprehensive Guide for Power Users .pdfMastering Windows 7 A Comprehensive Guide for Power Users .pdf
Mastering Windows 7 A Comprehensive Guide for Power Users .pdf
 
SOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBrokerSOCRadar Research Team: Latest Activities of IntelBroker
SOCRadar Research Team: Latest Activities of IntelBroker
 
A Comprehensive Appium Guide for Hybrid App Automation Testing.pdf
A Comprehensive Appium Guide for Hybrid App Automation Testing.pdfA Comprehensive Appium Guide for Hybrid App Automation Testing.pdf
A Comprehensive Appium Guide for Hybrid App Automation Testing.pdf
 
AI/ML Infra Meetup | Perspective on Deep Learning Framework
AI/ML Infra Meetup | Perspective on Deep Learning FrameworkAI/ML Infra Meetup | Perspective on Deep Learning Framework
AI/ML Infra Meetup | Perspective on Deep Learning Framework
 
iGaming Platform & Lottery Solutions by Skilrock
iGaming Platform & Lottery Solutions by SkilrockiGaming Platform & Lottery Solutions by Skilrock
iGaming Platform & Lottery Solutions by Skilrock
 
Advanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should KnowAdvanced Flow Concepts Every Developer Should Know
Advanced Flow Concepts Every Developer Should Know
 
Agnieszka Andrzejewska - BIM School Course in Kraków
Agnieszka Andrzejewska - BIM School Course in KrakówAgnieszka Andrzejewska - BIM School Course in Kraków
Agnieszka Andrzejewska - BIM School Course in Kraków
 
De mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FMEDe mooiste recreatieve routes ontdekken met RouteYou en FME
De mooiste recreatieve routes ontdekken met RouteYou en FME
 
GraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisGraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysis
 
Breaking the Code : A Guide to WhatsApp Business API.pdf
Breaking the Code : A Guide to WhatsApp Business API.pdfBreaking the Code : A Guide to WhatsApp Business API.pdf
Breaking the Code : A Guide to WhatsApp Business API.pdf
 
Designing for Privacy in Amazon Web Services
Designing for Privacy in Amazon Web ServicesDesigning for Privacy in Amazon Web Services
Designing for Privacy in Amazon Web Services
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
Secure Software Ecosystem Teqnation 2024
Secure Software Ecosystem Teqnation 2024Secure Software Ecosystem Teqnation 2024
Secure Software Ecosystem Teqnation 2024
 
Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...
Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...
Abortion ^Clinic ^%[+971588192166''] Abortion Pill Al Ain (?@?) Abortion Pill...
 

HYPOTHESIS TESTING.ppt

  • 2. Hypothesis Tests A hypothesis test is a process that uses sample statistics to test a claim about the value of a population parameter. A verbal statement, or claim, about a population parameter is called a statistical hypothesis. If a manufacturer of rechargeable batteries claims that the batteries they produce are good for an average of at least 1,000 charges, a sample would be taken to test this claim. To test the average of 1000 hours, a pair of hypotheses are stated – one that represents the claim and the other, its complement. When one of these hypotheses is false, the other must be true.
  • 3. Stating a Hypothesis A null hypothesis H0 is a statistical hypothesis that contains a statement of equality such as , =, or . To write the null and alternative hypotheses, translate the claim made about the population parameter from a verbal statement to a mathematical statement. A alternative hypothesis Ha is the complement of the null hypothesis. It is a statement that must be true if H0 is false and contains a statement of inequality such as >, , or <. “H subzero” or “H naught” “H sub-a”
  • 4. Stating a Hypothesis Example: Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim. A manufacturer claims that its rechargeable batteries have an average life of at least 1,000 charges. H0: Ha:   1000  < 1000 Condition of equality   1000 (Claim) Complement of the null hypothesis
  • 5. Stating a Hypothesis Example: Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim. Statesville college claims that 94% of their graduates find employment within six months of graduation. H0: Ha: p = 0.94 p  0.94 Condition of equality p = 0.94 (Claim) Complement of the null hypothesis
  • 6. Types of Errors No matter which hypothesis represents the claim, always begin the hypothesis test assuming that the null hypothesis is true. At the end of the test, one of two decisions will be made: 1. reject the null hypothesis, or 2. fail to reject the null hypothesis. A type I error occurs if the null hypothesis is rejected when it is true. A type II error occurs if the null hypothesis is not rejected when it is false.
  • 7. Types of Errors Actual Truth of H0 H0 is true H0 is false Do not reject H0 Reject H0 Correct Decisio n Correct Decisio n Type II Error Type I Error Decision
  • 8. Types of Errors Example: Statesville college claims that 94% of their graduates find employment within six months of graduation. What will a type I or type II error be? H0: Ha: p  0.94 p = 0.94 (Claim) A type I error is rejecting the null when it is true. The population proportion is actually 0.94, but is rejected. (We believe it is not 0.94.) A type II error is failing to reject the null when it is false. The population proportion is not 0.94, but is not rejected. (We believe it is 0.94.)
  • 9. Level of Significance In a hypothesis test, the level of significance is your maximum allowable probability of making a type I error. It is denoted by , the lowercase Greek letter alpha. The probability of making a type II error is denoted by , the lowercase Greek letter beta. By setting the level of significance at a small value, you are saying that you want the probability of rejecting a true null hypothesis to be small. Commonly used levels of significance:  = 0.10  = 0.05  = 0.01 Hypothesis tests are based on .
  • 10. Statistical Tests The statistic that is compared with the parameter in the null hypothesis is called the test statistic. After stating the null and alternative hypotheses and specifying the level of significance, a random sample is taken from the population and sample statistics are calculated. X2 s2 2 z p t (n < 30) z (n  30) μ Standardized test statistic Test statistic Population parameter p̂ x
  • 11. P-values If the null hypothesis is true, a P-value (or probability value) of a hypothesis test is the probability of obtaining a sample statistic with a value as extreme or more extreme than the one determined from the sample data. The P-value of a hypothesis test depends on the nature of the test. There are three types of hypothesis tests – a left-, right-, or two-tailed test. The type of test depends on the region of the sampling distribution that favors a rejection of H0. This region is indicated by the alternative hypothesis.
  • 12. Left-tailed Test 1. If the alternative hypothesis contains the less-than inequality symbol (<), the hypothesis test is a left-tailed test. z 0 1 2 3 -3 -2 -1 Test statistic H0: μ  k Ha: μ < k P is the area to the left of the test statistic.
  • 13. Right-tailed Test 2. If the alternative hypothesis contains the greater-than symbol (>), the hypothesis test is a right-tailed test. z 0 1 2 3 -3 -2 -1 Test statistic H0: μ  k Ha: μ > k P is the area to the right of the test statistic.
  • 14. Two-tailed Test 2 1 3. If the alternative hypothesis contains the not-equal-to symbol (), the hypothesis test is a two-tailed test. In a two-tailed test, each tail has an area of P. z 0 1 2 3 -3 -2 -1 Test statistic Test statistic H0: μ = k Ha: μ  k P is twice the area to the left of the negative test statistic. P is twice the area to the right of the positive test statistic.
  • 15. Identifying Types of Tests Example: For each claim, state H0 and Ha. Then determine whether the hypothesis test is a left-tailed, right-tailed, or two-tailed test. a.) A cigarette manufacturer claims that less than one- eighth of the US adult population smokes cigarettes. b.) A local telephone company claims that the average length of a phone call is 8 minutes. Ha: p < 0.125 (Claim) H0: p  0.125 Left-tailed test Ha: μ  8 H0: μ = 8 (Claim) Two-tailed test
  • 16. Making a Decision Decision Rule Based on P-value To use a P-value to make a conclusion in a hypothesis test, compare the P-value with . 1. If P  , then reject H0. 2. If P > , then fail to reject H0. Claim Claim is H0 Claim is Ha Do not reject H0 Reject H0 There is enough evidence to reject the claim. Decision There is not enough evidenc e to reject the claim. There is enough evidence to support the claim. There is not enough evidenc e to support the claim.
  • 17. Interpreting a Decision Example: You perform a hypothesis test for the following claim. How should you interpret your decision if you reject H0? If you fail to reject H0? H0: (Claim) A cigarette manufacturer claims that less than one-eighth of the US adult population smokes cigarettes. If H0 is rejected, you should conclude “there is sufficient evidence to indicate that the manufacturer’s claim is false.” If you fail to reject H0, you should conclude “there is not sufficient evidence to indicate that the manufacturer’s claim is false.”
  • 18. Steps for Hypothesis Testing 1. State the claim mathematically and verbally. Identify the null and alternative hypotheses. 2. Specify the level of significance. 3. Determine the standardized sampling distribution and draw its graph. H0: ? Ha: ?  = ? 4. Calculate the test statistic and its standardized value. Add it to your sketch. z 0 Test statistic This sampling distribution is based on the assumption that H0 is true. z 0 Continued.
  • 19. Steps for Hypothesis Testing 5. Find the P-value. 6. Use the following decision rule. 7. Write a statement to interpret the decision in the context of the original claim. Is the P-value less than or equal to the level of significance? Fail to reject H0. Yes Reject H0. No These steps apply to left-tailed, right-tailed, and two-tailed tests.
  • 20. Hypothesis Testing for the Mean(Large Samples)
  • 21. Using P-values to Make a Decision Decision Rule Based on P-value To use a P-value to make a conclusion in a hypothesis test, compare the P-value with . 1. If P  , then reject H0. 2. If P > , then fail to reject H0. Recall that when the sample size is at least 30, the sampling distribution for the sample mean is normal.
  • 22. Using P-values to Make a Decision Example: The P-value for a hypothesis test is P = 0.0256. What is your decision if the level of significance is a.) 0.05, b.) 0.01? a.) Because 0.0256 is < 0.05, you should reject the null hypothesis. b.) Because 0.0256 is > 0.01, you should fail to reject the null hypothesis.
  • 23. Finding the P-value After determining the hypothesis test’s standardized test statistic and the test statistic’s corresponding area, do one of the following to find the P-value. a. For a left-tailed test, P = (Area in left tail). b. For a right-tailed test, P = (Area in right tail). c. For a two-tailed test, P = 2(Area in tail of test statistic). Example: The test statistic for a right-tailed test is z = 1.56. Find the P-value. z 0 1.56 The area to the right of z = 1. 56 is 1 – .9406 = 0.0594. P-value = 0.0594
  • 24. Finding the P-value Example: The test statistic for a two-tailed test is z = 2.63. Find the P-value. The area to the left of z = 2.63 is 0.0043. The P-value is 2(0.0043) = 0.0086 z 0 2.63 0.0043
  • 25. The z-test for the mean is a statistical test for a population mean. The z-test can be used when the population is normal and  is known, or for any population when the sample size n is at least 30. Using P-values for a z-Test x μ z σ n   standard error x σ σ n   When n  30, the sample standard deviation s can be substituted for . The test statistic is the sample mean and the standardized test statistic is z. x
  • 26. Using P-values for a z-Test x μ z σ n   1. State the claim mathematically and verbally. Identify the null and alternative hypotheses. 2. Specify the level of significance. 3. Determine the standardized test statistic. 4. Find the area that corresponds to z. Continued. Using P-values for a z-Test for a Mean μ In Words In Symbols State H0 and Ha. Identify . Use Table 4 in Appendix B.
  • 27. Using P-values for a z-Test a. For a left-tailed test, P = (Area in left tail). b. For a right-tailed test, P = (Area in right tail). c. For a two-tailed test, P = 2(Area in tail of test statistic). Using P-values for a z-Test for a Mean μ In Words In Symbols Reject H0 if P-value is less than or equal to . Otherwise, fail to reject H0. 5. Find the P-value. 6. Make a decision to reject or fail to reject the null hypothesis. 7. Interpret the decision in the context of the original claim.
  • 28. Hypothesis Testing with P-values Example: A manufacturer claims that its rechargeable batteries are good for an average of more than 1,000 charges. A random sample of 100 batteries has a mean life of 1002 charges and a standard deviation of 14. Is there enough evidence to support this claim at  = 0.01? Ha:  > 1000 (Claim) H0:   1000 The level of significance is  = 0.01. The standardized test statistic is 1002 1000 14 100   1.43  x μ z σ n   Continued.
  • 29. Hypothesis Testing with P-values Example continued: A manufacturer claims that its rechargeable batteries are good for an average of more than 1,000 charges. A random sample of 100 batteries has a mean life of 1002 charges and a standard deviation of 14. Is there enough evidence to support this claim at  = 0.01? 1.43 z  z 0 1.43 The area to the right of z = 1.43 is P = 0.0764. At the 1% level of significance, there is not enough evidence to support the claim that the rechargeable battery has an average life of at least 1000 charges. P-value is greater than  = 0.01, fail to reject H0. Ha:  > 1000 (Claim) H0:   1000
  • 30. A rejection region (or critical region) of the sampling distribution is the range of values for which the null hypothesis is not probable. If a test statistic falls in this region, the null hypothesis is rejected. A critical value z0 separates the rejection region from the nonrejection region. Rejection Regions and Critical Values Example: Find the critical value and rejection region for a right tailed test with  = 0.01. z 0 2.575 The rejection region is to t he right of z0 = 2.575.  = 0.01
  • 31. Rejection Regions and Critical Values Finding Critical Values in a Normal Distribution 1. Specify the level of significance . 2. Decide whether the test is left-, right-, or two-tailed. 3. Find the critical value(s) z0. If the hypothesis test is a. left-tailed, find the z-score that corresponds to an area of , b. right-tailed, find the z-score that corresponds to an area of 1 – , 4. Sketch the standard normal distribution. Draw a vertical line at each critical value and shade the rejection region(s). 2 1 c. two-tailed, find the z-score that corresponds to  and 1 – . 2 1
  • 32. Rejection Regions for a z-Test Decision Rule Based on Rejection Region To use a rejection region to conduct a hypothesis test, calculate the standardized test statistic, z. If the standardized test statistic 1. is in the rejection region, then reject H0. 2. is not in the rejection region, then fail to reject H0. z 0 z0 Fail to reject Ho. Reject Ho. Left-Tailed Test z < z0 z 0 z0 Reject Ho. Fail to reject Ho. z > z0 Right-Tailed Test z 0 z0 Two-Tailed Test z0 z < z0 z > z0 Reject Ho. Fail to reject Ho. Reject Ho.
  • 33. Rejection Regions for a z-Test 1. State the claim mathematically and verbally. Identify the null and alternative hypotheses. 2. Specify the level of significance. 3. Sketch the sampling distribution. 4. Determine the critical value(s). 5. Determine the rejection regions(s). Continued. Using Rejection Regions for a z-Test for a Mean μ In Words In Symbols State H0 and Ha. Identify . Use Table 4 in Appendix B.
  • 34. Rejection Regions for a z-Test 6. Find the standardized test statistic. 7. Make a decision to reject or fail to reject the null hypothesis. 8. Interpret the decision in the context of the original claim. Using Rejection Regions for a z-Test for a Mean μ In Words In Symbols or if 30 use x μ z n σ n σ s.     If z is in the rejection region, reject H0. Otherwise, fail to reject H0.
  • 35. Testing with Rejection Regions Example: A local telephone company claims that the average length of a phone call is 8 minutes. In a random sample of 58 phone calls, the sample mean was 7.8 minutes and the standard deviation was 0.5 minutes. Is there enough evidence to support this claim at  = 0.05? Ha:   8 H0:  = 8 (Claim) The level of significance is  = 0.05. Continued. z0 = 1.96 z 0 z0 = 1.96 0.025 0.025
  • 36. Testing with Rejection Regions Example continued: A local telephone company claims that the average length of a phone call is 8 minutes. In a random sample of 58 phone calls, the sample mean was 7.8 minutes and the standard deviation was 0.5 minutes. Is there enough evidence to support this claim at  = 0.05? Ha:   8 H0:  = 8 (Claim) The standardized test statistic is z0 = 1.96 z 0 z0 = 1.96 7.8 8 0.5 58   x μ z σ n   3.05.   The test statistic falls in the rejection region, so H0 is rejected. At the 5% level of significance, there is enough evidence to reject the claim that the average length of a phone call is 8 minutes.
  • 37. Hypothesis Testing for the Mean(Small Samples)
  • 38. Critical Values in a t-Distribution Finding Critical Values in a t-Distribution 1. Identify the level of significance . 2. Identify the degrees of freedom d.f. = n – 1. 3. Find the critical value(s) using Table 5 in Appendix B in the row with n – 1 degrees of freedom. If the hypothesis test is a. left-tailed, use “One Tail,  ” column with a negative sign, b. right-tailed, use “One Tail,  ” column with a positive sign, c. two-tailed, use “Two Tails,  ” column with a negative and a positive sign.
  • 39. Finding Critical Values for t Example: Find the critical value t0 for a right-tailed test given  = 0.01 and n = 24. The degrees of freedom are d.f. = n – 1 = 24 – 1 = 23. To find the critical value, use Table 5 with d.f. = 23 and 0.01 in the “One Tail,  “ column. Because the test is a right-tail test, the critical value is positive. t0 = 2.500
  • 40. Finding Critical Values for t Example: Find the critical values t0 and t0 for a two-tailed test given  = 0.10 and n = 12. The degrees of freedom are d.f. = n – 1 = 12 – 1 = 11. To find the critical value, use Table 5 with d.f. = 11 and 0.10 in the “Two Tail,  “ column. Because the test is a two-tail test, one critical value is negative and one is positive. t0 =  1.796 and t0 = 1.796
  • 41. t-Test for a Mean μ (n < 30,  Unknown) The t-test for the mean is a statistical test for a population mean. The t-test can be used when the population is normal or nearly normal,  is unknown, and n < 30. x μ t s n   The degrees of freedom are d.f. = n – 1 . The test statistic is the sample mean and the standardized test statistic is t. x
  • 42. t-Test for a Mean μ (n < 30,  Unknown) 1. State the claim mathematically and verbally. Identify the null and alternative hypotheses. 2. Specify the level of significance. 3. Identify the degrees of freedom and sketch the sampling distribution. 4. Determine any critical values. 5. Determine any rejection region(s). Continued. Using the t-Test for a Mean μ (Small Sample) In Words In Symbols State H0 and Ha. Identify . Use Table 5 in Appendix B. d.f. = n – 1.
  • 43. t-Test for a Mean μ (n < 30,  Unknown) 6. Find the standardized test statistic. 7. Make a decision to reject or fail to reject the null hypothesis. 8. Interpret the decision in the context of the original claim. Using the t-Test for a Mean μ (Small Sample) In Words In Symbols x μ t s n   If t is in the rejection region, reject H0. Otherwise, fail to reject H0.
  • 44. Testing μ Using Critical Values Example: A local telephone company claims that the average length of a phone call is 8 minutes. In a random sample of 18 phone calls, the sample mean was 7.8 minutes and the standard deviation was 0.5 minutes. Is there enough evidence to support this claim at  = 0.05? Ha:   8 H0:  = 8 (Claim) The level of significance is  = 0.05. Continued. The test is a two-tailed test. Degrees of freedom are d.f. = 18 – 1 = 17. The critical values are t0 = 2.110 and t0 = 2.110
  • 45. Testing μ Using Critical Values Example continued: A local telephone company claims that the average length of a phone call is 8 minutes. In a random sample of 18 phone calls, the sample mean was 7.8 minutes and the standard deviation was 0.5 minutes. Is there enough evidence to support this claim at  = 0.05? Ha:   8 H0:  = 8 (Claim) The standardized test statistic is z0 = 2.110 z 0 z0 = 2.110 7.8 8 0.5 18   x μ t s n   1.70.   The test statistic falls in the nonrejection region, so H0 is not rejected. At the 5% level of significance, there is not enough evidence to reject the claim that the average length of a phone call is 8 minutes.
  • 46. Testing μ Using P-values Example: A manufacturer claims that its rechargeable batteries have an average life greater than 1,000 charges. A random sample of 10 batteries has a mean life of 1002 charges and a standard deviation of 14. Is there enough evidence to support this claim at  = 0.01? Ha:  > 1000 (Claim) H0:   1000 The level of significance is  = 0.01. The standardized test statistic is 1002 1000 14 10   0.45  x μ t s n   Continued. The degrees of freedom are d.f. = n – 1 = 10 – 1 = 9.
  • 47. Testing μ Using P-values Example continued: A manufacturer claims that its rechargeable batteries have an average life greater than 1,000 charges. A random sample of 10 batteries has a mean life of 1002 charges and a standard deviation of 14. Is there enough evidence to support this claim at  = 0.01? 0.45 t  z 0 0.45 Using the d.f. = 9 row from Table 5, you can determine that P is greater than  = 0.25 and is therefore also greater than the 0.01 significance level. H0 would fail to be rejected. At the 1% level of significance, there is not enough evidence to support the claim that the rechargeable battery has an average life of at least 1000 charges. Ha:  > 1000 (Claim) H0:   1000
  • 49. z-Test for a Population Proportion The z-test for a population is a statistical test for a population proportion. The z-test can be used when a binomial distribution is given such that np  5 and nq  5. ˆ ˆ ˆ ˆ p p p μ p p z σ pq n     The test statistic is the sample proportion and the standardized test statistic is z. p̂
  • 50. Hypothesis Test for Proportions 1. State the claim mathematically and verbally. Identify the null and alternative hypotheses. 2. Specify the level of significance. 3. Sketch the sampling distribution. 4. Determine any critical values. Continued. Using a z-Test for a Proportion p Verify that np  5 and nq  5. In Words In Symbols State H0 and Ha. Identify . Use Table 4 in Appendix B.
  • 51. Hypothesis Test for Proportions p̂ p z pq n   Using a z-Test for a Proportion p Verify that np  5 and nq  5. In Words In Symbols If z is in the rejection region, reject H0. Otherwise, fail to reject H0. 5. Determine any rejection regions. 6. Find the standardized test statistic. 7. Make a decision to reject or fail to reject the null hypothesis. 8. Interpret the decision in the context of the original claim.
  • 52. Hypothesis Test for Proportions Example: Statesville college claims that more than 94% of their graduates find employment within six months of graduation. In a sample of 500 randomly selected graduates, 475 of them were employed. Is there enough evidence to support the college’s claim at a 1% level of significance? Verify that the products np and nq are at least 5. np = (500)(0.94) = 470 and nq = (500)(0.06) = 30 Ha: p > 0.94 (Claim) H0: p  0.94 Continued.
  • 53. Hypothesis Test for Proportions p̂ p z pq n   Example continued: Statesville college claims that more than 94% of their graduates find employment within six months of graduation. In a sample of 500 randomly selected graduates, 475 of them were employed. Is there enough evidence to support the college’s claim at a 1% level of significance? Ha: p > 0.94 (Claim) H0: p  0.94 Continued. z 0 2.33 Because the test is a right-tailed test and  = 0.01, the critical value is 2.33. 0.95 0.94 (0.94)(0.06) 500   0.94  Test statistic
  • 54. Hypothesis Test for Proportions Example continued: Statesville college claims that more than 94% of their graduates find employment within six months of graduation. In a sample of 500 randomly selected graduates, 475 of them were employed. Is there enough evidence to support the college’s claim at a 1% level of significance? Ha: p > 0.94 (Claim) H0: p  0.94 z 0 2.33 0.94 z  The test statistic falls in the nonrejection region, so H0 is not rejected. At the 1% level of significance, there is not enough evidence to support the college’s claim.
  • 55. Hypothesis Test for Proportions Example: A cigarette manufacturer claims that one-eighth of the US adult population smokes cigarettes. In a random sample of 100 adults, 5 are cigarette smokers. Test the manufacturer's claim at  = 0.05. Verify that the products np and nq are at least 5. np = (100)(0.125) = 12.5 and nq = (100)(0.875) = 87.5 Ha: p  0.125 H0: p = 0.125 (Claim) Continued. Because the test is a two-tailed test and  = 0.05, the critical values are ± 1.96.
  • 56. Hypothesis Test for Proportions Example continued: A cigarette manufacturer claims that one-eighth of the US adult population smokes cigarettes. In a random sample of 100 adults, 5 are cigarettes smokers. Test the manufacturer's claim at  = 0.05. Ha: p  0.125 H0: p = 0.125 (Claim) z0 = 1.96 z 0 z0 = 1.96 p̂ p z pq n   0.05 0.125 (0.125)(0.875) 100   2.27   The test statistic is At the 5% level of significance, there is enough evidence to reject the claim that one-eighth of the population smokes. Reject H0. 2.27
  • 57. Hypothesis Testing for Variance and Standard Deviation
  • 58. Critical Values for the χ2-Test Finding Critical Values for the χ2-Distribution 1. Specify the level of significance . 2. Determine the degrees of freedom d.f. = n – 1. 3. The critical values for the χ2-distribution are found in Table 6 of Appendix B. To find the critical value(s) for a a. right-tailed test, use the value that corresponds to d.f. and . b. left-tailed test, use the value that corresponds to d.f. and 1 – . 2 1 c. two-tailed test, use the values that corresponds to d.f. and  and d.f. and 1 – . 2 1
  • 59. Finding Critical Values for the χ2 Example: Find the critical value for a left-tailed test when n = 19 and  = 0.05. There are 18 d.f. The area to the right of the critical value is 1 –  = 1 – 0.05 = 0.95. From Table 6, the critical value is χ2 0 = 9.390. Example: Find the critical value for a two-tailed test when n = 26 and  = 0.01. From Table 6, the critical values are χ2 L = 10.520 and χ2 R = 46.928. There are 25 d.f. The areas to the right of the critical values are  = 0.005 and 1 –  = 0.995. 2 1 2 1
  • 60. The Chi-Square Test The χ2-test for a variance or standard deviation is a statistical test for a population variance or standard deviation. The χ2-test can be used when the population is normal. 2 2 2 ( 1) n s χ σ   The test statistic is s2 and the standardized test statistic follows a chi-square distribution with degrees of freedom d.f. = n – 1.
  • 61. The Chi-Square Test 1. State the claim mathematically and verbally. Identify the null and alternative hypotheses. 2. Specify the level of significance. 3. Determine the degrees of freedom and sketch the sampling distribution. 4. Determine any critical values. Continued. Using the χ2-Test for a Variance or Standard Deviation In Words In Symbols State H0 and Ha. Identify . Use Table 6 in Appendix B. d.f. = n – 1
  • 62. The Chi-Square Test 2 2 2 ( 1) n s χ σ   Using the χ2-Test for a Variance or Standard Deviation In Words In Symbols If χ2 is in the rejection region, reject H0. Otherwise, fail to reject H0. 5. Determine any rejection regions. 6. Find the standardized test statistic. 7. Make a decision to reject or fail to reject the null hypothesis. 8. Interpret the decision in the context of the original claim.
  • 63. Hypothesis Test for Standard Deviation Example: A college professor claims that the standard deviation for students taking a statistics test is less than 30. 10 tests are randomly selected and the standard deviation is found to be 28.8. Test this professor’s claim at the  = 0.01 level. Ha:  < 30 (Claim) H0:   30 Continued. This is a left-tailed test with d.f.= 9 and  = 0.01. X2 0.01  
  • 64. Hypothesis Test for Standard Deviation 2 2 2 ( 1) n s χ σ   Example continued: A college professor claims that the standard deviation for students taking a statistics test is less than 30. 10 tests are randomly selected and the standard deviation is found to be 28.8. Test this professor’s claim at the  = 0.01 level. Ha:  < 30 (Claim) H0:   30 X2 0.01   2 2 (10 1)(28.8) 30   8.29  X2 0 = 2.088 χ2 0 = 2.088 Fail to reject H0. At the 1% level of significance, there is not enough evidence to support the professor’s claim.
  • 65. Hypothesis Test for Variance Example: A local balloon company claims that the variance for the time its helium balloons will stay afloat is 5 hours. A disgruntled customer wants to test this claim. She randomly selects 23 customers and finds that the variance of the sample is 4.5 seconds. At  = 0.05, does she have enough evidence to reject the company’s claim? Ha: 2  5 H0: 2 = 5 (Claim) Continued. This is a two-tailed test with d.f.= 22 and  = 0.05. X2 X2 R X2 L 1 0.025 2   1 0.025 2  
  • 66. Hypothesis Test for Variance Example continued: A local balloon company claims that the variance for the time its helium balloons will stay afloat is 5 hours. A disgruntled customer wants to test this claim. She randomly selects 23 customers and finds that the variance of the sample is 4.5 seconds. At  = 0.05, does she have enough evidence to reject the company’s claim? Ha: 2  5 H0: 2 = 5 (Claim) Continued. The critical values are χ2 L = 10.982 and χ2 R = 36.781. X2 1 0.025 2   1 0.025 2   36.781 10.982
  • 67. Hypothesis Test for Variance Example continued: A local balloon company claims that the variance for the time one of its helium balloons will stay afloat is 5 hours. A disgruntled customer wants to test this claim. She randomly selects 23 customers and finds that the variance of the sample is 4.5 seconds. At  = 0.05, does she have enough evidence to reject the company’s claim? Ha: 2  5 H0: 2 = 5 (Claim) X2 36.781 10.982 2 2 2 ( 1) n s χ σ   (23 1)(4.5) 5   19.8  Fail to reject H0. At  = 0.05, there is not enough evidence to reject the claim that the variance of the float time is 5 hours. 19.8
  • 68. Slide 68 Copyright © 2007 Pearson Education, Inc Publishing Comprehensive Hypothesis Test - cont A confidence interval estimate of a population parameter contains the likely values of that parameter. We should therefore reject a claim that the population parameter has a value that is not included in the confidence interval.
  • 69. Slide 69 Copyright © 2007 Pearson Education, Inc Publishing Caution: In some cases, a conclusion based on a confidence interval may be different from a conclusion based on a hypothesis test. See the comments in the individual sections. Comprehensive Hypothesis Test - cont
  • 70. Slide 70 Copyright © 2007 Pearson Education, Inc Publishing Recap In this section we have discussed:  Null and alternative hypotheses.  Test statistics.  Significance levels.  P-values.  Decision criteria.  Type I and II errors.  Power of a hypothesis test.
  • 71. Slide 71 Copyright © 2007 Pearson Education, Inc Publishing Section 8-3 Testing a Claim About a Proportion Created by Erin Hodgess, Houston, Texas Revised to accompany 10th Edition, Tom Wegleitner, Centreville, VA
  • 72. Slide 72 Copyright © 2007 Pearson Education, Inc Publishing Key Concept This section presents complete procedures for testing a hypothesis (or claim) made about a population proportion. This section uses the components introduced in the previous section for the P-value method, the traditional method or the use of confidence intervals.
  • 73. Slide 73 Copyright © 2007 Pearson Education, Inc Publishing 1) The sample observations are a simple random sample. 2) The conditions for a binomial distribution are satisfied (Section 5-3). 3) The conditions np  5 and nq  5 are satisfied, so the binomial distribution of sample proportions can be approximated by a normal distribution with µ = np and  = npq . Requirements for Testing Claims About a Population Proportion p
  • 74. Slide 74 Copyright © 2007 Pearson Education, Inc Publishing Notation p = population proportion (used in the null hypothesis) q = 1 – p  n = number of trials p = x (sample proportion) n
  • 75. Slide 75 Copyright © 2007 Pearson Education, Inc Publishing p – p pq n z =  Test Statistic for Testing a Claim About a Proportion
  • 76. Slide 76 Copyright © 2007 Pearson Education, Inc Publishing P-Value Method Use the same method as described in Section 8-2 and in Figure 8-8. Use the standard normal distribution (Table A-2).
  • 77. Slide 77 Copyright © 2007 Pearson Education, Inc Publishing Traditional Method Use the same method as described in Section 8-2 and in Figure 8-9.
  • 78. Slide 78 Copyright © 2007 Pearson Education, Inc Publishing Confidence Interval Method Use the same method as described in Section 8-2 and in Table 8-2.
  • 79. Slide 79 Copyright © 2007 Pearson Education, Inc Publishing Example: An article distributed by the Associated Press included these results from a nationwide survey: Of 880 randomly selected drivers, 56% admitted that they run red lights. The claim is that the majority of all Americans run red lights. That is, p > 0.5. The sample data are n = 880, and p = 0.56.  np = (880)(0.5) = 440  5 nq = (880)(0.5) = 440  5
  • 80. Slide 80 Copyright © 2007 Pearson Education, Inc Publishing Example: An article distributed by the Associated Press included these results from a nationwide survey: Of 880 randomly selected drivers, 56% admitted that they run red lights. The claim is that the majority of all Americans run red lights. That is, p > 0.5. The sample data are n = 880, and p = 0.56. We will use the P-value Method.  Referring to Table A-2, we see that for values of z = 3.50 and higher, we use 0.9999 for the cumulative area to the left of the test statistic. The P-value is 1 – 0.9999 = 0.0001. H0: p = 0.5 H1: p > 0.5  = 0.05 pq n p – p z =  0.56 – 0.5 (0.5)(0.5) 880 = = 3.56
  • 81. Slide 81 Copyright © 2007 Pearson Education, Inc Publishing Example: An article distributed by the Associated Press included these results from a nationwide survey: Of 880 randomly selected drivers, 56% admitted that they run red lights. The claim is that the majority of all Americans run red lights. That is, p > 0.5. The sample data are n = 880, and p = 0.56. We will use the P-value Method.  Since the P-value of 0.0001 is less than the significance level of  = 0.05, we reject the null hypothesis. There is sufficient evidence to support the claim. H0: p = 0.5 H1: p > 0.5  = 0.05 pq n p – p z =  0.56 – 0.5 (0.5)(0.5) 880 = = 3.56
  • 82. Slide 82 Copyright © 2007 Pearson Education, Inc Publishing Example: An article distributed by the Associated Press included these results from a nationwide survey: Of 880 randomly selected drivers, 56% admitted that they run red lights. The claim is that the majority of all Americans run red lights. That is, p > 0.5. The sample data are n = 880, and p = 0.56. We will use the P-value Method.  H0: p = 0.5 H1: p > 0.5  = 0.05 z = 3.56
  • 83. Slide 83 Copyright © 2007 Pearson Education, Inc Publishing Example: An article distributed by the Associated Press included these results from a nationwide survey: Of 880 randomly selected drivers, 56% admitted that they run red lights. The claim is that the majority of all Americans run red lights. That is, p > 0.5. The sample data are n = 880, and p = 0.56. We will use the Traditional Method.  H0: p = 0.5 H1: p > 0.5  = 0.05 pq n p – p z =  0.56 – 0.5 (0.5)(0.5) 880 = = 3.56 This is a right-tailed test, so the critical region is an area of 0.05. We find that z = 1.645 is the critical value of the critical region. We reject the null hypothesis. There is sufficient evidence to support the claim.
  • 84. Slide 84 Copyright © 2007 Pearson Education, Inc Publishing Example: An article distributed by the Associated Press included these results from a nationwide survey: Of 880 randomly selected drivers, 56% admitted that they run red lights. The claim is that the majority of all Americans run red lights. That is, p > 0.5. The sample data are n = 880, and p = 0.56. We will use the confidence interval method.  For a one-tailed hypothesis test with significance level , we will construct a confidence interval with a confidence level of 1 – 2. We construct a 90% confidence interval. We obtain 0.533 < p < 0.588. We are 90% confident that the true value of p is contained within the limits of 0.533 and 0.588. Thus we support the claim that p > 0.5.
  • 85. Slide 85 Copyright © 2007 Pearson Education, Inc Publishing CAUTION When testing claims about a population proportion, the traditional method and the P-value method are equivalent and will yield the same result since they use the same standard deviation based on the claimed proportion p. However, the confidence interval uses an estimated standard deviation based upon the sample proportion p. Consequently, it is possible that the traditional and P-value methods may yield a different conclusion than the confidence interval method. A good strategy is to use a confidence interval to estimate a population proportion, but use the P-value or traditional method for testing a hypothesis. 
  • 86. Slide 86 Copyright © 2007 Pearson Education, Inc Publishing (determining the sample proportion of households with cable TV) p = = = 0.64 x n 96 (96+54)  and 54 do not” is calculated using p sometimes must be calculated “96 surveyed households have cable TV   p sometimes is given directly “10% of the observed sports cars are red” is expressed as p = 0.10  Obtaining P 
  • 87. Slide 87 Copyright © 2007 Pearson Education, Inc Publishing Example: When Gregory Mendel conducted his famous hybridization experiments with peas, one such experiment resulted in offspring consisting of 428 peas with green pods and 152 peas with yellow pods. According to Mendel’s theory, 1/4 of the offspring peas should have yellow pods. Use a 0.05 significance level with the P-value method to test the claim that the proportion of peas with yellow pods is equal to 1/4. We note that n = 428 + 152 = 580, so p = 0.262, and p = 0.25. 
  • 88. Slide 88 Copyright © 2007 Pearson Education, Inc Publishing Example: When Gregory Mendel conducted his famous hybridization experiments with peas, one such experiment resulted in offspring consisting of 428 peas with green pods and 152 peas with yellow pods. According to Mendel’s theory, 1/4 of the offspring peas should have yellow pods. Use a 0.05 significance level with the P-value method to test the claim that the proportion of peas with yellow pods is equal to 1/4. H0: p = 0.25 H1: p  0.25 n = 580  = 0.05 p = 0.262  0.262 – 0.25 (0.25)(0.75) 580 = = 0.67 z = p – p pq n  Since this is a two-tailed test, the P-value is twice the area to the right of the test statistic. Using Table A-2, z = 0.67 is 1 – 0.7486 = 0.2514.
  • 89. Slide 89 Copyright © 2007 Pearson Education, Inc Publishing Example: When Gregory Mendel conducted his famous hybridization experiments with peas, one such experiment resulted in offspring consisting of 428 peas with green pods and 152 peas with yellow pods. According to Mendel’s theory, 1/4 of the offspring peas should have yellow pods. Use a 0.05 significance level with the P-value method to test the claim that the proportion of peas with yellow pods is equal to 1/4. The P-value is 2(0.2514) = 0.5028. We fail to reject the null hypothesis. There is not sufficient evidence to warrant rejection of the claim that 1/4 of the peas have yellow pods. H0: p = 0.25 H1: p  0.25 n = 580  = 0.05 p = 0.262 0.262 – 0.25 (0.25)(0.75) 580 = = 0.67 z = p – p pq n  
  • 90. Slide 90 Copyright © 2007 Pearson Education, Inc Publishing Recap In this section we have discussed:  Test statistics for claims about a proportion.  P-value method.  Confidence interval method.  Obtaining p. 
  • 91. Slide 91 Copyright © 2007 Pearson Education, Inc Publishing Section 8-4 Testing a Claim About a Mean:  Known Created by Erin Hodgess, Houston, Texas Revised to accompany 10th Edition, Tom Wegleitner, Centreville, VA
  • 92. Slide 92 Copyright © 2007 Pearson Education, Inc Publishing Key Concept This section presents methods for testing a claim about a population mean, given that the population standard deviation is a known value. This section uses the normal distribution with the same components of hypothesis tests that were introduced in Section 8-2.
  • 93. Slide 93 Copyright © 2007 Pearson Education, Inc Publishing Requirements for Testing Claims About a Population Mean (with  Known) 1) The sample is a simple random sample. 2) The value of the population standard deviation  is known. 3) Either or both of these conditions is satisfied: The population is normally distributed or n > 30.
  • 94. Slide 94 Copyright © 2007 Pearson Education, Inc Publishing Test Statistic for Testing a Claim About a Mean (with  Known) n x – µx z = 
  • 95. Slide 95 Copyright © 2007 Pearson Education, Inc Publishing = z = x – µx  n 98.2 – 98.6 = − 6.64 0.62 106 Example: We have a sample of 106 body temperatures having a mean of 98.20°F. Assume that the sample is a simple random sample and that the population standard deviation  is known to be 0.62°F. Use a 0.05 significance level to test the common belief that the mean body temperature of healthy adults is equal to 98.6°F. Use the P-value method. H0:  = 98.6 H1:   98.6  = 0.05 x = 98.2  = 0.62 This is a two-tailed test and the test statistic is to the left of the center, so the P-value is twice the area to the left of z = –6.64. We refer to Table A-2 to find the area to the left of z = –6.64 is 0.0001, so the P-value is 2(0.0001) = 0.0002.
  • 96. Slide 96 Copyright © 2007 Pearson Education, Inc Publishing Example: We have a sample of 106 body temperatures having a mean of 98.20°F. Assume that the sample is a simple random sample and that the population standard deviation  is known to be 0.62°F. Use a 0.05 significance level to test the common belief that the mean body temperature of healthy adults is equal to 98.6°F. Use the P-value method. H0:  = 98.6 H1:   98.6  = 0.05 x = 98.2  = 0.62 z = –6.64
  • 97. Slide 97 Copyright © 2007 Pearson Education, Inc Publishing Example: We have a sample of 106 body temperatures having a mean of 98.20°F. Assume that the sample is a simple random sample and that the population standard deviation  is known to be 0.62°F. Use a 0.05 significance level to test the common belief that the mean body temperature of healthy adults is equal to 98.6°F. Use the P-value method. H0:  = 98.6 H1:   98.6  = 0.05 x = 98.2  = 0.62 z = –6.64 Because the P-value of 0.0002 is less than the significance level of  = 0.05, we reject the null hypothesis. There is sufficient evidence to conclude that the mean body temperature of healthy adults differs from 98.6°F.
  • 98. Slide 98 Copyright © 2007 Pearson Education, Inc Publishing Example: We have a sample of 106 body temperatures having a mean of 98.20°F. Assume that the sample is a simple random sample and that the population standard deviation  is known to be 0.62°F. Use a 0.05 significance level to test the common belief that the mean body temperature of healthy adults is equal to 98.6°F. Use the traditional method. H0:  = 98.6 H1:   98.6  = 0.05 x = 98.2  = 0.62 z = –6.64 We now find the critical values to be z = –1.96 and z = 1.96. We would reject the null hypothesis, since the test statistic of z = –6.64 would fall in the critical region. There is sufficient evidence to conclude that the mean body temperature of healthy adults differs from 98.6°F.
  • 99. Slide 99 Copyright © 2007 Pearson Education, Inc Publishing Example: We have a sample of 106 body temperatures having a mean of 98.20°F. Assume that the sample is a simple random sample and that the population standard deviation  is known to be 0.62°F. Use a 0.05 significance level to test the common belief that the mean body temperature of healthy adults is equal to 98.6°F. Use the confidence interval method. For a two-tailed hypothesis test with a 0.05 significance level, we construct a 95% confidence interval. Use the methods of Section 7-2 to construct a 95% confidence interval: 98.08 <  < 98.32 We are 95% confident that the limits of 98.08 and 98.32 contain the true value of , so it appears that 98.6 cannot be the true value of . H0:  = 98.6 H1:   98.6  = 0.05 x = 98.2  = 0.62
  • 100. Slide 100 Copyright © 2007 Pearson Education, Inc Publishing Underlying Rationale of Hypothesis Testing  If, under a given assumption, there is an extremely small probability of getting sample results at least as extreme as the results that were obtained, we conclude that the assumption is probably not correct.  When testing a claim, we make an assumption (null hypothesis) of equality. We then compare the assumption and the sample results and we form one of the following conclusions:
  • 101. Slide 101 Copyright © 2007 Pearson Education, Inc Publishing  If the sample results (or more extreme results) can easily occur when the assumption (null hypothesis) is true, we attribute the relatively small discrepancy between the assumption and the sample results to chance.  If the sample results cannot easily occur when that assumption (null hypothesis) is true, we explain the relatively large discrepancy between the assumption and the sample results by concluding that the assumption is not true, so we reject the assumption. Underlying Rationale of Hypotheses Testing - cont
  • 102. Slide 102 Copyright © 2007 Pearson Education, Inc Publishing Recap In this section we have discussed:  Requirements for testing claims about population means, σ known.  P-value method.  Traditional method.  Confidence interval method.  Rationale for hypothesis testing.
  • 103. Slide 103 Copyright © 2007 Pearson Education, Inc Publishing Section 8-5 Testing a Claim About a Mean:  Not Known Created by Erin Hodgess, Houston, Texas Revised to accompany 10th Edition, Tom Wegleitner, Centreville, VA
  • 104. Slide 104 Copyright © 2007 Pearson Education, Inc Publishing Key Concept This section presents methods for testing a claim about a population mean when we do not know the value of σ. The methods of this section use the Student t distribution introduced earlier.
  • 105. Slide 105 Copyright © 2007 Pearson Education, Inc Publishing Requirements for Testing Claims About a Population Mean (with  Not Known) 1) The sample is a simple random sample. 2) The value of the population standard deviation  is not known. 3) Either or both of these conditions is satisfied: The population is normally distributed or n > 30.
  • 106. Slide 106 Copyright © 2007 Pearson Education, Inc Publishing Test Statistic for Testing a Claim About a Mean (with  Not Known) P-values and Critical Values Found in Table A-3 Degrees of freedom (df) = n – 1 x – µx t = s n
  • 107. Slide 107 Copyright © 2007 Pearson Education, Inc Publishing Important Properties of the Student t Distribution 1. The Student t distribution is different for different sample sizes (see Figure 7-5 in Section 7-4). 2. The Student t distribution has the same general bell shape as the normal distribution; its wider shape reflects the greater variability that is expected when s is used to estimate  . 3. The Student t distribution has a mean of t = 0 (just as the standard normal distribution has a mean of z = 0). 4. The standard deviation of the Student t distribution varies with the sample size and is greater than 1 (unlike the standard normal distribution, which has  = 1). 5. As the sample size n gets larger, the Student t distribution gets closer to the standard normal distribution.
  • 108. Slide 108 Copyright © 2007 Pearson Education, Inc Publishing 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.
  • 109. Slide 109 Copyright © 2007 Pearson Education, Inc Publishing The sample is a simple random sample and we are not using a known value of σ. The sample size is n = 13 and a normal quartile plot suggests the weights are normally distributed. Example: Data Set 13 in Appendix B of the text includes weights of 13 red M&M candies randomly selected from a bag containing 465 M&Ms. The weights (in grams) have a mean x = 0.8635 and a standard deviation s = 0.0576 g. The bag states that the net weight of the contents is 396.9 g, so the M&Ms must have a mean weight that is 396.9/465 = 0.8535 g in order to provide the amount claimed. Use the sample data with a 0.05 significance level to test the claim of a production manager that the M&Ms have a mean that is actually greater than 0.8535 g. Use the traditional method.
  • 110. Slide 110 Copyright © 2007 Pearson Education, Inc Publishing H0:  = 0.8535 H1:  > 0.8535  = 0.05 x = 0.8635 s = 0.0576 n = 13 = 0.626 t = x – µx s n = 0.8635 – 0.8535 0.0576 13 Example: Data Set 13 in Appendix B of the text includes weights of 13 red M&M candies randomly selected from a bag containing 465 M&Ms. The weights (in grams) have a mean x = 0.8635 and a standard deviation s = 0.0576 g. The bag states that the net weight of the contents is 396.9 g, so the M&Ms must have a mean weight that is 396.9/465 = 0.8535 g in order to provide the amount claimed. Use the sample data with a 0.05 significance level to test the claim of a production manager that the M&Ms have a mean that is actually greater than 0.8535 g. Use the traditional method. The critical value, from Table A-3, is t = 1.782
  • 111. Slide 111 Copyright © 2007 Pearson Education, Inc Publishing t = 0.626 Because the test statistic of t = 0.626 does not fall in the critical region, we fail to reject H0. There is not sufficient evidence to support the claim that the mean weight of the M&Ms is greater than 0.8535 g. H0:  = 0.8535 H1:  > 0.8535  = 0.05 x = 0.8635 s = 0.0576 n = 13 Example: Data Set 13 in Appendix B of the text includes weights of 13 red M&M candies randomly selected from a bag containing 465 M&Ms. The weights (in grams) have a mean x = 0.8635 and a standard deviation s = 0.0576 g. The bag states that the net weight of the contents is 396.9 g, so the M&Ms must have a mean weight that is 396.9/465 = 0.8535 g in order to provide the amount claimed. Use the sample data with a 0.05 significance level to test the claim of a production manager that the M&Ms have a mean that is actually greater than 0.8535 g. Use the traditional method. Critical Value t = 1.782
  • 112. Slide 112 Copyright © 2007 Pearson Education, Inc Publishing The critical value in the preceding example was t = 1.782, but if the normal distribution were being used, the critical value would have been z = 1.645. The Student t critical value is larger (farther to the right), showing that with the Student t distribution, the sample evidence must be more extreme before we can consider it to be significant. Normal Distribution Versus Student t Distribution
  • 113. Slide 113 Copyright © 2007 Pearson Education, Inc Publishing P-Value Method  Use software or a TI-83/84 Plus calculator.  If technology is not available, use Table A-3 to identify a range of P-values.
  • 114. Slide 114 Copyright © 2007 Pearson Education, Inc Publishing a) In a left-tailed hypothesis test, the sample size is n = 12, and the test statistic is t = –2.007. b) In a right-tailed hypothesis test, the sample size is n = 12, and the test statistic is t = 1.222. c) In a two-tailed hypothesis test, the sample size is n = 12, and the test statistic is t = –3.456. Example: Assuming that neither software nor a TI-83 Plus calculator is available, use Table A- 3 to find a range of values for the P-value corresponding to the given results.
  • 115. Slide 115 Copyright © 2007 Pearson Education, Inc Publishing Example: Assuming that neither software nor a TI-83 Plus calculator is available, use Table A-3 to find a range of values for the P-value corresponding to the given results.
  • 116. Slide 116 Copyright © 2007 Pearson Education, Inc Publishing Example: Assuming that neither software nor a TI-83 Plus calculator is available, use Table A-3 to find a range of values for the P-value corresponding to the given results. a) The test is a left-tailed test with test statistic t = –2.007, so the P-value is the area to the left of –2.007. Because of the symmetry of the t distribution, that is the same as the area to the right of +2.007. Any test statistic between 2.201 and 1.796 has a right-tailed P- value that is between 0.025 and 0.05. We conclude that 0.025 < P-value < 0.05.
  • 117. Slide 117 Copyright © 2007 Pearson Education, Inc Publishing Example: Assuming that neither software nor a TI-83 Plus calculator is available, use Table A-3 to find a range of values for the P-value corresponding to the given results. b) The test is a right-tailed test with test statistic t = 1.222, so the P-value is the area to the right of 1.222. Any test statistic less than 1.363 has a right-tailed P-value that is greater than 0.10. We conclude that P-value > 0.10.
  • 118. Slide 118 Copyright © 2007 Pearson Education, Inc Publishing c) The test is a two-tailed test with test statistic t = –3.456. The P-value is twice the area to the right of –3.456. Any test statistic greater than 3.106 has a two-tailed P- value that is less than 0.01. We conclude that P- value < 0.01. Example: Assuming that neither software nor a TI-83 Plus calculator is available, use Table A-3 to find a range of values for the P-value corresponding to the given results.
  • 119. Slide 119 Copyright © 2007 Pearson Education, Inc Publishing Recap In this section we have discussed:  Assumptions for testing claims about population means, σ unknown.  Student t distribution.  P-value method.
  • 120. Slide 120 Copyright © 2007 Pearson Education, Inc Publishing Section 8-6 Testing a Claim About a Standard Deviation or Variance Created by Erin Hodgess, Houston, Texas Revised to accompany 10th Edition, Tom Wegleitner, Centreville, VA
  • 121. Slide 121 Copyright © 2007 Pearson Education, Inc Publishing Key Concept This section introduces methods for testing a claim made about a population standard deviation σ or population variance σ 2. The methods of this section use the chi-square distribution that was first introduced in Section 7-5.
  • 122. Slide 122 Copyright © 2007 Pearson Education, Inc Publishing Requirements for Testing Claims About  or  2 1. The sample is a simple random sample. 2. The population has a normal distribution. (This is a much stricter requirement than the requirement of a normal distribution when testing claims about means.)
  • 123. Slide 123 Copyright © 2007 Pearson Education, Inc Publishing n = sample size s 2 = sample variance 2 = population variance (given in null hypothesis) Chi-Square Distribution Test Statistic  2 = (n – 1) s 2 2
  • 124. Slide 124 Copyright © 2007 Pearson Education, Inc Publishing P-Values and Critical Values for Chi-Square Distribution  Use Table A-4.  The degrees of freedom = n –1.
  • 125. Slide 125 Copyright © 2007 Pearson Education, Inc Publishing Properties of Chi-Square Distribution  All values of  2 are nonnegative, and the distribution is not symmetric (see Figure 8-13, following).  There is a different distribution for each number of degrees of freedom (see Figure 8-14, following).  The critical values are found in Table A-4 using n – 1 degrees of freedom.
  • 126. Slide 126 Copyright © 2007 Pearson Education, Inc Publishing Properties of Chi-Square Distribution - cont Figure 8-13 Properties of the Chi-Square Distribution There is a different distribution for each number of degrees of freedom. Chi-Square Distribution for 10 and 20 Degrees of Freedom Figure 8-14
  • 127. Slide 127 Copyright © 2007 Pearson Education, Inc Publishing Example: For a simple random sample of adults, IQ scores are normally distributed with a mean of 100 and a standard deviation of 15. A simple random sample of 13 statistics professors yields a standard deviation of s = 7.2. Assume that IQ scores of statistics professors are normally distributed and use a 0.05 significance level to test the claim that  = 15. H0:  = 15 H1:   15  = 0.05 n = 13 s = 7.2 = 2.765  2 = (n – 1)s2 2 (13 – 1)(7.2)2 152 =
  • 128. Slide 128 Copyright © 2007 Pearson Education, Inc Publishing H0:  = 15 H1:   15  = 0.05 n = 13 s = 7.2  2 = 2.765 Example: For a simple random sample of adults, IQ scores are normally distributed with a mean of 100 and a standard deviation of 15. A simple random sample of 13 statistics professors yields a standard deviation of s = 7.2. Assume that IQ scores of statistics professors are normally distributed and use a 0.05 significance level to test the claim that  = 15.
  • 129. Slide 129 Copyright © 2007 Pearson Education, Inc Publishing The critical values of 4.404 and 23.337 are found in Table A-4, in the 12th row (degrees of freedom = n – 1) in the column corresponding to 0.975 and 0.025. Example: For a simple random sample of adults, IQ scores are normally distributed with a mean of 100 and a standard deviation of 15. A simple random sample of 13 statistics professors yields a standard deviation of s = 7.2. Assume that IQ scores of statistics professors are normally distributed and use a 0.05 significance level to test the claim that  = 15. H0:  = 15 H1:   15  = 0.05 n = 13 s = 7.2  2 = 2.765
  • 130. Slide 130 Copyright © 2007 Pearson Education, Inc Publishing Because the test statistic is in the critical region, we reject the null hypothesis. There is sufficient evidence to warrant rejection of the claim that the standard deviation is equal to 15. H0:  = 15 H1:   15  = 0.05 n = 13 s = 7.2  2 = 2.765 Example: For a simple random sample of adults, IQ scores are normally distributed with a mean of 100 and a standard deviation of 15. A simple random sample of 13 statistics professors yields a standard deviation of s = 7.2. Assume that IQ scores of statistics professors are normally distributed and use a 0.05 significance level to test the claim that  = 15.
  • 131. Slide 131 Copyright © 2007 Pearson Education, Inc Publishing Recap In this section we have discussed:  Tests for claims about standard deviation and variance.  Test statistic.  Chi-square distribution.  Critical values.