Repository for resources, codes, and data associated to an intro to MATLAB and Statistics class. This course will take you from MATDRAB to MATFAB in 8 sessions. See below for a description of each class and the content they cover.
- Basics: environment, data types, syntax, matrix operations, strings, I/O
- Basics: set operators, tables, cells and structs, loops, conditionals
- Signal processing + MATLAB toolboxes (Simulating data, Hilbert transforms, filters, FFT, normalizing data, Interpolation)
- Plotting (Tips on making stunning figures, MATLAB’s native plotting tools, Gramm)
- Data reduction and clustering (PCA, ICA, k-means)
- Statistics (descriptive stats, correlations, t-test, permutation tests, SDT, AUC/ROC)
- Computational Models, Model Fitting, & Model selection
- Machine learning (Regressions, hierarchical models, SVM)
Each class has slides and accompanying code with examples using freely available data. Lectures will be over zoom (the link will be sent over email).
Note: RPDR data obtained from dragracer package in R
USA election data obntained from the Wikipedia
Face images obtained from: https://github.com/NVlabs/ffhq-dataset
I do not own any of the images used in this repository, they are simply used as examples