STAT GR5206 Statistical Computing and Introduction to Data Science taught by Professor Cynthia Rush
The topics discussed in this course includes
- Calculus (Gradient, integrals);
- Linear Algebra (inverse, eigenvalue, eigenvector, orthogonal, decomposition);
- Probabilities and Statistics (MLE, MME).
- Data type and data structures in R;
- Data manipulations.
- Inverse transformation;
- Rejection sampling.
- Gradient descent;
- Newton's method.
List of R packages used:
- ISLR
- ggplot2 (grid, gridExtra for multi-plotting)
- plyr
- numDeriv
- RDBI
- RSQLite
- xlsx