.
├── ds-121-foundations-of-data-science-ii
│ ├── index.html
│ ├── Lecture Notes
│ │ ├── 00-syllabus.html
│ │ ├── 01-intro.html
│ │ ├── 02-vectors.html
│ │ ├── 03-linear-independence.html
│ │ ├── 04-gaussian-elimination.html
│ │ ├── 05-gaussian-elimination2.html
│ │ ├── 06-vector-geometry.html
│ │ ├── 07-kmeans.html
│ │ ├── 08-cluster-evaluation.html
│ │ ├── 09-hierarchical.html
│ │ ├── 10-supervised-learning.html
│ │ ├── 11-decision-trees.html
│ │ ├── 12-knn.html
│ │ ├── 13-classification-comparison.html
│ │ ├── 14-matrix-algebra.html
│ │ ├── 15-real-computation.html
│ │ ├── 16-linear-transformations.html
│ │ ├── 17-matrix-composition.html
│ │ ├── 18-matrix-factorization.html
│ │ ├── 19-lu-factorization.html
│ │ ├── 20-lu-factorization-application.html
│ │ ├── 21-subspaces.html
│ │ ├── 22-orthogonality.html
│ │ ├── 23-qr-decomposition.html
│ │ ├── 24-least-squares.html
│ │ ├── 25-linear-regression.html
│ │ ├── 26-linear-regression.html
│ │ ├── 27-eigenvalues.html
│ │ ├── 28-diagonalization.html
│ │ ├── 29-symmetric.html
│ │ ├── 30-constrained-optimization.html
│ │ ├── 31-svd.html
│ │ ├── 32-reduced-svd.html
│ │ ├── 33-svd-applied.html
│ │ ├── 34-pca.html
│ │ ├── 35-markov.html
│ │ ├── 36-markov.html
│ │ ├── 37-pagerank.html
│ │ ├── 38-last-topics.html
│ │ ├── 39-final-review.html
│ │ ├── index.html
│ │ └── style.css
│ ├── lecture-notes
│ └── style.css
├── ds-122-foundations-of-data-science-iii
│ ├── cheatsheets
│ │ ├── ds-122-final-exam-cheat-sheet.pdf
│ │ ├── ds-122-midterm-1-cheat-sheet.pdf
│ │ ├── ds-122-midterm-2-cheat-sheet.pdf
│ │ ├── index.html
│ │ └── style.css
│ ├── discussion
│ │ ├── dis_11.ipynb
│ │ ├── dis_13.pdf
│ │ ├── dis10.ipynb_-_colaboratory.pdf
│ │ ├── dis9.zip
│ │ ├── discussion_7.pdf
│ │ ├── discussion8_sheet.ipynb
│ │ ├── ds122_discussion_1
│ │ │ ├── ds122_discussion_1_notebook.pdf
│ │ │ ├── ds122_discussion_1.ipynb
│ │ │ ├── ds122_discussion_1.pptx
│ │ │ ├── index.html
│ │ │ ├── style.css
│ │ │ └── superherodataset.csv
│ │ ├── ds122_discussion_2.pdf
│ │ ├── ds122_discussion_3.pdf
│ │ ├── ds122_discussion_4.pdf
│ │ ├── ds122_discussion_5.pdf
│ │ ├── index.html
│ │ └── style.css
│ ├── extra_question_parameter_estimation_lecture_1.pdf
│ ├── Final Exam
│ │ ├── ds122_final_practice_solutions.pdf
│ │ ├── ds122_final_practice.pdf
│ │ ├── index.html
│ │ └── style.css
│ ├── final-exam
│ ├── homework-solutions
│ ├── homeworks
│ │ ├── Homework 1
│ │ │ ├── ds-122-homework-1.pdf
│ │ │ ├── ds122_hw1_questions.ipynb
│ │ │ ├── ds122_hw1.ipynb
│ │ │ ├── hwk01_mlb.csv
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ ├── Homework 10
│ │ │ ├── ds-122-homework-10.pdf
│ │ │ ├── hw_10_data.csv
│ │ │ ├── hw-10-computational.ipynb
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ ├── Homework 2
│ │ │ ├── ds-122-homework-2.pdf
│ │ │ ├── hw2_questions_computational.ipynb
│ │ │ ├── index.html
│ │ │ ├── pokemon.csv
│ │ │ └── style.css
│ │ ├── Homework 3
│ │ │ ├── ds-122-homework-3.pdf
│ │ │ ├── hw-3-computational.ipynb
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ ├── Homework 4
│ │ │ ├── ds-122-homework-4.pdf
│ │ │ ├── hw4_computational.ipynb
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ ├── Homework 5
│ │ │ ├── ds-122-homework-5.pdf
│ │ │ ├── hw5_computational.ipynb
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ ├── Homework 6
│ │ │ ├── ds-122-homework-6.pdf
│ │ │ ├── hw6-computational_1.ipynb
│ │ │ ├── index.html
│ │ │ ├── league_tables.csv
│ │ │ └── style.css
│ │ ├── Homework 7
│ │ │ ├── birds_dataset.csv
│ │ │ ├── ds-122-homework-7.pdf
│ │ │ ├── hw-7-computational_1.ipynb
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ ├── Homework 8
│ │ │ ├── batting.csv
│ │ │ ├── ds-122-homework-8.pdf
│ │ │ ├── hw-8-computational.ipynb
│ │ │ ├── index.html
│ │ │ ├── pitching.csv
│ │ │ └── style.css
│ │ ├── Homework 9
│ │ │ ├── ds-122-homework-9.pdf
│ │ │ ├── hw-9-computational.ipynb
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ ├── homework-1
│ │ ├── homework-10
│ │ ├── homework-2
│ │ ├── homework-3
│ │ ├── homework-4
│ │ ├── homework-5
│ │ ├── homework-6
│ │ ├── homework-7
│ │ ├── homework-8
│ │ ├── homework-9
│ │ ├── index.html
│ │ └── style.css
│ ├── index.html
│ ├── Midterm 1
│ │ ├── cleanshot-2023-10-08-at-20.11.32@2x.png
│ │ ├── ds122_midterm1_practice_solutions.pdf
│ │ ├── ds122_midterm1_practice.pdf
│ │ ├── index.html
│ │ ├── mle
│ │ │ ├── index.html
│ │ │ ├── midterm_review_mle_solution_problem_a.pdf
│ │ │ ├── midterm_review_mle.pdf
│ │ │ └── style.css
│ │ └── style.css
│ ├── Midterm 2
│ │ ├── ds122_midterm2_practice.pdf
│ │ ├── ds122_midterm2-solution_2022.pdf
│ │ ├── index.html
│ │ ├── midterm2_practice_solutions.pdf
│ │ └── style.css
│ ├── midterm-1
│ ├── midterm-2
│ ├── Some Notes on Python
│ │ ├── ds-122-notes-on-python.pdf
│ │ ├── index.html
│ │ └── style.css
│ ├── some-notes-on-python
│ ├── style.css
│ ├── syllabus
│ │ ├── ds122_syllabus_fall23_updated.pdf
│ │ ├── ds122_syllabus_fall23.pdf
│ │ ├── index.html
│ │ └── style.css
│ ├── Uber Case
│ │ ├── index.html
│ │ ├── style.css
│ │ └── uber_eda.ipynb
│ └── uber-case
├── ds-593-data-engineering-at-scale
│ ├── index.html
│ └── style.css
├── ds-596-foundations-of-biological-data-science
│ ├── assignments
│ │ ├── cds-ds-596-assignment-3.pdf
│ │ ├── index.html
│ │ └── style.css
│ ├── index.html
│ └── style.css
├── ds-596-introduction-to-bioinformatics
│ ├── ds596-oct-22-scribe-notes.pdf
│ ├── ds596-oct-29-scribe-notes.pdf
│ ├── index.html
│ └── style.css
├── ds-653-cryptography-for-data-science
│ ├── index.html
│ ├── notes
│ │ ├── ds-453-notes-compilation---part-1.pdf
│ │ ├── index.html
│ │ └── style.css
│ ├── PA 09
│ │ ├── ds453-pa09-t1.png
│ │ ├── ds453-pa09-t2.png
│ │ ├── index.html
│ │ ├── main.groth16.html
│ │ └── style.css
│ ├── pa-09
│ ├── style.css
│ └── textbooks
│ ├── index.html
│ ├── princeton_bitcoin_book.pdf
│ ├── princeton_bitcoin_book.txt
│ └── style.css
├── hp-353-organization-and-delivery-of-health-care-in-the-u.s.
│ ├── index.html
│ ├── module_1_-_the_paradox_of_excess_and_deprivation_and_paying_for_health_care.pdf
│ ├── module_2_-_access_to_health_care_and_health_care_reimbursement.pdf
│ ├── module_3_-_organization_of_health_care.pdf
│ ├── module_4_-_controlling_costs_and_national_health_reform_(the_aca).pdf
│ ├── module_5_-_quality_of_health_care_and_being_mortal.pdf
│ ├── module_6_-_managing_chronic_disease_-_long_term_care.pdf
│ ├── module_7_-_prevention_and_sick_around_the_world_documentary.pdf
│ └── style.css
├── index.html
├── lx-796-computational-linguistics
│ ├── index.html
│ └── style.css
├── ma-214-applied-statistics
│ ├── cheat-sheets
│ │ ├── index.html
│ │ ├── ma-214-final-exam-cheat-sheet.pdf
│ │ ├── ma-214-midterm-1-cheat-sheet.pdf
│ │ ├── ma-214-midterm-2-cheat-sheet.pdf
│ │ └── style.css
│ ├── chi-square-distribution-table.pdf
│ ├── discovering_jmp.pdf
│ ├── homeworks
│ │ ├── hw1
│ │ │ ├── index.html
│ │ │ ├── style.css
│ │ │ └── xfu_MA214_Homework_01.pdf
│ │ ├── hw2
│ │ │ ├── index.html
│ │ │ ├── style.css
│ │ │ └── xfu_MA214_Homework_02.pdf
│ │ ├── hw3
│ │ │ ├── index.html
│ │ │ ├── style.css
│ │ │ ├── Televisions.jmp
│ │ │ ├── xfu_MA214_Lab3_Handout.docx
│ │ │ └── xfu_MA214_Lab3_Handout.pdf
│ │ ├── hw4
│ │ │ ├── index.html
│ │ │ ├── style.css
│ │ │ ├── Televisions_for_HW4_iii.xlsx
│ │ │ ├── Televisions_for_HW4.jmp
│ │ │ ├── Televisions_for_HW4.xlsx
│ │ │ ├── xfu_MA214_Homework_04.pdf
│ │ │ ├── xfu_MA214_Lab4_Handout.docx
│ │ │ └── xfu_MA214_Lab5_Handout.pdf
│ │ ├── hw5
│ │ │ ├── 115 Dataset.jmp
│ │ │ ├── index.html
│ │ │ ├── MA 214 Homework 5.pdf
│ │ │ └── style.css
│ │ ├── hw6
│ │ │ ├── index.html
│ │ │ ├── New Televisions.xlsx
│ │ │ ├── style.css
│ │ │ ├── Televisions.jmp
│ │ │ ├── Televisions.xlsx
│ │ │ ├── xfu_MA_214_Homework_6.pdf
│ │ │ ├── xfu_MA214_Lab6_Handout.doc
│ │ │ ├── xfu_MA214_Lab6_Handout.docx
│ │ │ └── xfu_MA214_Lab6_Handout.pdf
│ │ ├── hw7
│ │ │ ├── index.html
│ │ │ ├── style.css
│ │ │ ├── SurgicalUnit.jmp
│ │ │ ├── SurgicalUnit.xlsx
│ │ │ ├── xfu_MA_214_Homework_7.pdf
│ │ │ ├── xfu_MA214_Lab7_Handout.docx
│ │ │ └── xfu_MA214_Lab7_Handout.pdf
│ │ ├── hw8
│ │ │ ├── index.html
│ │ │ ├── Lab9 Handout v2.doc
│ │ │ ├── ratweight.jmp
│ │ │ ├── ratweight.xlsx
│ │ │ ├── style.css
│ │ │ ├── xfu_MA_214_Homework_8.pdf
│ │ │ ├── xfu_MA214_Lab9_Handout.docx
│ │ │ └── xfu_MA214_Lab9_Handout.pdf
│ │ ├── index.html
│ │ └── style.css
│ ├── index.html
│ ├── lecture-notes
│ │ ├── index.html
│ │ ├── ma-214-lecture-01-02.pdf
│ │ ├── ma-214-lecture-03.pdf
│ │ ├── ma-214-lecture-04.pdf
│ │ ├── ma-214-lecture-05.pdf
│ │ ├── ma-214-lecture-06.pdf
│ │ ├── ma-214-lecture-07-08.pdf
│ │ ├── ma-214-lecture-09.pdf
│ │ ├── ma-214-lecture-10.pdf
│ │ ├── ma-214-lecture-11-12.pdf
│ │ ├── ma-214-lecture-13.pdf
│ │ ├── ma-214-lecture-14-16.pdf
│ │ └── style.css
│ ├── lecture-slides
│ │ ├── index.html
│ │ ├── s01-introduction.pdf
│ │ ├── s02-hypothesis-testing-part-i.pdf
│ │ ├── s03-hypothesis-testing-part-ii.pdf
│ │ ├── s04-regression-analysis-part-i.pdf
│ │ ├── s05-regression-analysis-part-ii.pdf
│ │ ├── s06-regression-analysis-part-iii.pdf
│ │ ├── s07-anova-part-i.pdf
│ │ ├── s08-anova-part-ii.pdf
│ │ ├── s09-categorical-data-analysis.pdf
│ │ ├── s10-logistic-regression.pdf
│ │ └── style.css
│ ├── style.css
│ └── syllabus
│ ├── index.html
│ ├── ma-214-syllabus-summer-2023.pdf
│ └── style.css
├── po-399-data-science-for-politics
│ ├── final-project
│ │ ├── index.html
│ │ └── style.css
│ ├── index.html
│ ├── lectures
│ │ ├── index.html
│ │ ├── lecture-01
│ │ │ ├── index.html
│ │ │ ├── Lecture 1 Practice Problems.R
│ │ │ ├── Lecture 1.pdf
│ │ │ ├── Lecture 1.R
│ │ │ └── style.css
│ │ ├── lecture-02
│ │ │ ├── builtenvironment.csv
│ │ │ ├── index.html
│ │ │ ├── Lecture 2 Practice Problems.R
│ │ │ ├── Lecture 2.pdf
│ │ │ ├── Lecture 2.R
│ │ │ ├── Lecture 2.Rproj
│ │ │ ├── style.css
│ │ │ ├── USGini.csv
│ │ │ └── voter_turnout.csv
│ │ └── style.css
│ ├── midterm
│ │ ├── index.html
│ │ └── style.css
│ ├── problem-sets
│ │ ├── index.html
│ │ ├── ps-01
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ ├── ps-02
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ ├── ps-03
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ ├── ps-04
│ │ │ ├── index.html
│ │ │ └── style.css
│ │ └── style.css
│ └── style.css
├── ps-101-general-psychology
│ ├── index.html
│ ├── ps101-model-training
│ │ ├── course-modules-text.txt
│ │ ├── index.html
│ │ ├── ps101-module-01.txt
│ │ ├── ps101-module-02.txt
│ │ ├── ps101-module-03.txt
│ │ ├── ps101-module-04.txt
│ │ ├── ps101-module-05.txt
│ │ ├── ps101-module-06.txt
│ │ └── style.css
│ └── style.css
└── style.css
62 directories, 333 files
tree v2.1.1 © 1996 - 2023 by Steve Baker and Thomas Moore
HTML output hacked and copyleft © 1998 by Francesc Rocher
JSON output hacked and copyleft © 2014 by Florian Sesser
Charsets / OS/2 support © 2001 by Kyosuke Tokoro