Potential Errors When Performing Tests

Carson West

AP Stats Home

Potential Errors When Performing Tests

When performing a hypothesis test, our goal is to make a decision about a population parameter based on sample data. However, since we are using sample data, there’s always a chance our decision will be incorrect, regardless of how carefully we follow the procedure. These potential errors are a fundamental aspect of statistical inference.

Type I Error

A Type I error occurs when we reject a true null hypothesis ( $ H_0 $ ). This means we conclude there is a significant effect or difference when, in reality, there isn’t one in the population.

Type II Error

A Type II error occurs when we fail to reject a false null hypothesis ( $ H_0 $ ). This means we fail to detect a significant effect or difference that actually exists in the population.

The Relationship Between Type I and Type II Errors

There is an inverse relationship between Type I and Type II errors:

The choice of $ \alpha $ depends on which type of error is considered more serious in a particular context.

Power of a Test

The power of a hypothesis test is the probability of correctly rejecting a false null hypothesis. It is the probability that the test will detect an effect when there actually is an effect.

Summary of Decisions and Errors

This table summarizes the possible outcomes of a hypothesis test:

Actual State of $ H_0 $ (in the Population)
Decision $ H_0 $ is True $ H_0 $ is False
**Fail to Reject $ H_0 $ ** Correct Decision ( $ 1 - \alpha $ ) Type II Error ( $ \beta $ )
**Reject $ H_0 $ ** Type I Error ( $ \alpha $ ) Correct Decision (Power, $ 1 - \beta $ )

Understanding these errors is crucial for interpreting the results of any hypothesis test, as discussed in Interpreting p-Values and Concluding a Test for a Population Proportion.