> anishgoyal β–ˆ


Notes β€Ί EENG 3421: Probability and Statistics for Engineers Lecture 26

Mean Hypothesis Tests

calendar_today   article 219 words   access_time 2 min   replay Modified

Table of Contents

Core Setup

Definition 26.1 (Null and Alternative Hypotheses).

Null hypothesis $H_0$ is the default claim to be tested Alternative hypothesis $H_1$ is the competing claim

Two Common Approaches

Definition 26.2 (p Value).

The p value is the probability under $H_0$ of observing a sample statistic at least as extreme as the observed value

Proposition 26.3 (p Value for One Tailed Tests).

For a one tailed test, the p value is the area in the relevant tail beyond the observed value of the sample statistic

Proposition 26.4 (p Value for Two Tailed Tests).

For a two tailed test, the p value is twice the tail area beyond the observed value of the sample statistic

Decision Rule Using P Value

Theorem 26.5 (Decision Rule).

Reject $H_0$ if

$$ \text{p value} \le \alpha $$

Do not reject $H_0$ if

$$ \text{p value} > \alpha $$

Procedure Skeleton

References

Sources

Graph