Skip to content
Permalink
622a26cee8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
21 lines (18 sloc) 615 Bytes

IntroProbDS

R code to accompany Introduction to Probability for Data Science by Stanley H. Chan https://probability4datascience.com/index.html

This holds R translations of the Matlab and Python code that accompanies the book.

R Code Review Status

  • Chapter 1
  • Chapter 2
  • Chapter 3
  • Chapter 4
  • Chapter 5 (Code not completed)
  • Chapter 6
  • Chapter 7 (In progress; adding missing pieces of code)
    • Robust regression by linear programming
    • Overfitting example
    • LASSO Regression
    • LASSO vs Ridge
  • Chapter 8
  • Chapter 9
  • Chapter 10