├── .DS_Store ├── .gitignore ├── matrixcookbook.pdf ├── plan.md ├── week_01 ├── ps_1-review.Rmd ├── ps_1-review.pdf ├── ps_1-solutions.Rmd ├── ps_1-solutions.pdf ├── ps_1.Rmd └── ps_1.pdf ├── week_02 ├── ps_2-review.pdf ├── ps_2-solutions.Rmd ├── ps_2-solutions.pdf ├── ps_2.Rmd └── ps_2.pdf └── week_03 ├── images ├── orthogonal.png ├── projection.jpg ├── projection2.png ├── projection3.png ├── projector2.jpeg ├── projector2_0.jpeg ├── projector2_1.jpeg ├── projector2_2.jpeg └── projector2_3.jpeg ├── ps_3-review_handout.pdf ├── ps_3-review_slides.pdf ├── ps_3-solutions.Rmd ├── ps_3-solutions.pdf ├── ps_3.Rmd └── ps_3.pdf /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *.log 2 | .auto/ -------------------------------------------------------------------------------- /matrixcookbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/matrixcookbook.pdf -------------------------------------------------------------------------------- /plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/plan.md -------------------------------------------------------------------------------- /week_01/ps_1-review.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_01/ps_1-review.Rmd -------------------------------------------------------------------------------- /week_01/ps_1-review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_01/ps_1-review.pdf -------------------------------------------------------------------------------- /week_01/ps_1-solutions.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_01/ps_1-solutions.Rmd -------------------------------------------------------------------------------- /week_01/ps_1-solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_01/ps_1-solutions.pdf -------------------------------------------------------------------------------- /week_01/ps_1.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_01/ps_1.Rmd -------------------------------------------------------------------------------- /week_01/ps_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_01/ps_1.pdf -------------------------------------------------------------------------------- /week_02/ps_2-review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_02/ps_2-review.pdf -------------------------------------------------------------------------------- /week_02/ps_2-solutions.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_02/ps_2-solutions.Rmd -------------------------------------------------------------------------------- /week_02/ps_2-solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_02/ps_2-solutions.pdf -------------------------------------------------------------------------------- /week_02/ps_2.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_02/ps_2.Rmd -------------------------------------------------------------------------------- /week_02/ps_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_02/ps_2.pdf -------------------------------------------------------------------------------- /week_03/images/orthogonal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/images/orthogonal.png -------------------------------------------------------------------------------- /week_03/images/projection.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/images/projection.jpg -------------------------------------------------------------------------------- /week_03/images/projection2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/images/projection2.png -------------------------------------------------------------------------------- /week_03/images/projection3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/images/projection3.png -------------------------------------------------------------------------------- /week_03/images/projector2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/images/projector2.jpeg -------------------------------------------------------------------------------- /week_03/images/projector2_0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/images/projector2_0.jpeg -------------------------------------------------------------------------------- /week_03/images/projector2_1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/images/projector2_1.jpeg -------------------------------------------------------------------------------- /week_03/images/projector2_2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/images/projector2_2.jpeg -------------------------------------------------------------------------------- /week_03/images/projector2_3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/images/projector2_3.jpeg -------------------------------------------------------------------------------- /week_03/ps_3-review_handout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/ps_3-review_handout.pdf -------------------------------------------------------------------------------- /week_03/ps_3-review_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/ps_3-review_slides.pdf -------------------------------------------------------------------------------- /week_03/ps_3-solutions.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/ps_3-solutions.Rmd -------------------------------------------------------------------------------- /week_03/ps_3-solutions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/ps_3-solutions.pdf -------------------------------------------------------------------------------- /week_03/ps_3.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/ps_3.Rmd -------------------------------------------------------------------------------- /week_03/ps_3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattblackwell/gov-january-math-refresher/HEAD/week_03/ps_3.pdf --------------------------------------------------------------------------------