Lec3 1
Lec3 1
Arun K. Tangirala
Learning objectives
I Basic concepts
I Errors in hypothesis testing
I Significance level
I p-value
Acceptance(region((
Note: H0 is always specified as equality type for testing purposes, regardless of the actual statement.
3. Test statistic: QT Construct a mathematical function of the observations and the parameter(s)
under examination. X
3. Test statistic: QT Construct a mathematical function of the observations and the parameter(s)
under examination. X
4. Sampling distribution: Obtain the probability density or mass function of the test statistic. X
3. Test statistic: QT Construct a mathematical function of the observations and the parameter(s)
under examination. X
4. Sampling distribution: Obtain the probability density or mass function of the test statistic. X
5. Set the rejection criterion: Rc Choose an appropriate criterion,essentially a critical value for the
test statistic. Usually specified as the level of acceptable error (in the test).
3. Test statistic: QT Construct a mathematical function of the observations and the parameter(s)
under examination. X
4. Sampling distribution: Obtain the probability density or mass function of the test statistic. X
5. Set the rejection criterion: Rc Choose an appropriate criterion,essentially a critical value for the
test statistic. Usually specified as the level of acceptable error (in the test).
6. Decision: Compute the test statistic and apply the rejection criteria. If the test statistic falls into
the “rejection region”, reject H0 in favour of Ha .
A random number generator claims to produce random numbers from a population of zero mean and
unit variance.
Goal: To test that the population has zero mean with known variance 2
= 1.
1. Hypothesis: H0 : µ = 0, Ha : µ 6= 0.
(X̄ µ)
2. Test statistic: Z = p
/ n
3. Rejection criterion: Choose two critical values zc,r and zc,l (on both sides of postulated value).
4. Decision: Reject H0 if observed statistic zo > zc,r or zo < zc,l .
To be illustrated in R.