Hypothesis Testing Statistics
Hypothesis Testing Statistics
HYPOTHESIS
TESTING
Intended Learning Outcome
After the completion of the unit, students should be able to:
know the basic concept of statistical hypothesis testing;
apply the steps in hypothesis testing;
determine what kind of statistical test is appropriate for a
specific data; and
draw conclusion and interpretation base on the result of
the test
HYPOTHESIS
TESTING
EXPERIMENTAL STATISTICS - MATH4B
HYPOTHESIS
•A hypothesis is a tentative assertion or statement that
is used to explain a phenomenon.
Conjecture: The average system performance benchmark for a specific compute task is 95.
H₀: The average system performance benchmark for a specific compute task is 95. (μ=95).
H₁:The average system performance benchmark for a specific compute task is not 95.
(μ≠95).
Conjecture: The average system performance benchmark for a specific compute task is
lower than 95.
H₀: The average system performance benchmark for a specific compute task is 95. (μ=95).
H₁:The average system performance benchmark for a specific compute task is lower than
95. (μ<95).
EXAMPLES
TEST VALUE
the numerical value obtained from a statistical test
TYPES OF ERRORS
A type I error occurs if you reject the null hypothesis
when it is true.
A type II error occurs if you do not reject the null
hypothesis when it is false.
LEVEL OF
SIGNIFICANCE
the maximum probability of committing a type I error
this probability is symbolized by a (Greek letter alpha - α).
HYPOTHESIS
TESTING
EXPERIMENTAL STATISTICS - MATH4B
CRITICAL VALUE
separates the critical region from the noncritical region. The symbol for critical value is C.V.
One-tailed Two-tailed
test test
The Philippine Computer Society reports that the average cost of developing a
new software system is ₱1,236,400. To investigate whether the average
development cost differs at a specific software development company, a
researcher selects a random sample of 35 software projects and finds that the
average cost of development is ₱1,304,497. The standard deviation of the
population is ₱162,786. At a significance level of α = 0.01, can it be concluded
that the average cost of software development at the particular company differs
from ₱1,236,400?
HYPOTHESIS
TESTING
EXPERIMENTAL STATISTICS - MATH4B
ST # 2: T-TEST OF ONE-SAMPLE MEAN
When to use? To compare sample mean and population
mean (x ̅ vs μ)
σ is unknown
n is small, n<30
THE T DISTRIBUTION IS SIMILAR TO THE STANDARD
NORMAL DISTRIBUTION IN THE FOLLOWING WAYS.
1. It is bell-shaped.
2. It is symmetric about the mean.
3. The mean, median, and mode are equal to 0 and are located at the
center of the distribution.
4. The curve never touches the x axis.
THE T DISTRIBUTION DIFFERS FROM THE STANDARD
NORMAL DISTRIBUTION IN THE FOLLOWING WAYS.
1. The variance is greater than 1.
2. The t distribution is a family of curves based on the degrees of
freedom, which is a number related to sample size.
3. As the sample size increases, the t distribution approaches the
normal distribution. The t test is defined next.
EXAMPLE
Find the critical t value for α = 0.05 with d.f. = 16 for a right-tailed t
test.
Find the critical t value for α = 0.01 with d.f. = 22 for a left-tailed
test.
Find the critical values for α = 0.10 with d.f. = 18 for a two-tailed t
test.
Find the critical value for α = 0.05 with d.f. = 28 for a right-tailed t
test.
EXAMPLE
STATISTICAL
HYPOTHESIS TESTING
ST # 5: T-TEST FOR DEPENDENT
SAMPLE MEANS
When to use? To compare the means from two
dependent samples (x̄ ₁ vs x̄ ₂)
Test Statistics
D= difference between the
two sets of values
n= sample size
df= n-1
EXAMPLE
HYPOTHESIS
TESTING