Introduction to Statistics

An comprehensive introductory statistical data science book.

Author

Cheng-Han Yu

Published

July 19, 2023

Welcome

This is the website for my introductory statistics book. This book serves as a main reference book for my MATH 4720 Statistical Methods and MATH 4740 Biostatistical Methods at Marquette University.1 Some topics can also be discussed in an introductory data science course. You’ll learn basic probability and statistical concepts as well as data analysis techniques such as linear regression using R computing software.2 The book balances the following aspects of statistics:

  • mathematical formulation and statistical computation
  • distribution-based and simulation-based inferences
  • methodology and applications
  • classical/frequentist and Bayesian approaches

The course materials are borrowed from several existing statistics books and notes, especially from the following books:

License

This website is (and will always be) free to use, and is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 4.0 License. If you’d like to give back, please consider reporting a typo or leaving a pull request at github.com/chenghanyustats/introstatsbook.


  1. For some historical reason, the two courses are numbered as senior level courses. However, both are introductory courses taken by STEM students.↩︎

  2. The ultimate goal of this project is to make the code multilingual, including other languages such as Python or Julia.↩︎

  3. This book has been served as the official textbook for MATH 4720 for years. However, I feel that the book is more suitable for senior undergraduate, graduate students.↩︎