Skip to content
Permalink
master
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
# 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
- [x] Chapter 1
- [x] Chapter 2
- [x] Chapter 3
- [x] Chapter 4
- [ ] Chapter 5 (Code not completed)
- [x] Chapter 6
- [ ] Chapter 7 (In progress; adding missing pieces of code)
- [ ] Robust regression by linear programming
- [ ] Overfitting example
- [ ] LASSO Regression
- [ ] LASSO vs Ridge
- [x] Chapter 8
- [ ] Chapter 9
- [ ] Chapter 10