Introduction to statistical tests

Goal

The goal of this course is to give students the basics of statistical testing. This is a PhD-level course for all students that have to perform hypothesis testing or solution comparison in their own research. The main idea is to give better scientific grounds to the experimental analysis they have to carry out for their study. The course is implemented using exercises in R.

At the end of the course, students would be able to:

Organization

This is a crash course in 2 days organized as follows:

  1. First part
    • Basics on probability.
    • Basics on random variables (mean, variance, probability density, distribution function).
    • Compute functions on probability and random variables in R (random generation, quantile, etc.).
    • Law of large numbers, central-limit theorem.
  2. Second part
    • Introduction to R.
    • Exercises.
  3. Third part
    • Confidence interval of a mean:
      • Normal law case.
      • General case (Student t-test).
    • Comparing paired or unpaired observations.
    • Confidence interval for one or two proportions.
    • Confidence interval for linear regression.
    • Hypothesis testing and p-value.
    • Determining the number of experiments.
  4. Fourth part
    • Exercises on applications taken from the real world.

Material

The course material is:

Credits

Several exercises, examples, and ideas of this course have been taken from: