STAT 295: Elections with Statistics

MS2: Module Three, Testing

[Module 3]
Module 3: Testing

The third major topic in statistical theory is hypothesis testing. This topic starts with crafting the hypotheses and continues with calculating p-values. Much-maligned, p-values are a measure of how well the data support your null hypotheses. Calculating p-values fundamentally depends on the distribution of the test statistic. In the Normal case, these distributions are easily determined from MATH 321 work.

How do we determine the distribution of the test statistics? How do we formulate test statistics so that their distribution is easily determined? What do we do when the distribution of the test statistics is unknown, like when we do not know the distribution of the variables?

Objectives

By the end of this module, the student will

Readings

All readings are from our official textbook.

Example Scripts

The following R script provide some additional practice in statistical computing. Consider these to be required activities.

Statistical Computing Activity

Assignment