├── .gitignore ├── LICENSE ├── Lecture_01.ipynb ├── Lecture_02.ipynb ├── Lecture_03.ipynb ├── Lecture_04.ipynb ├── Lecture_05.ipynb ├── Lecture_06.ipynb ├── Lecture_07.ipynb ├── Lecture_08.ipynb ├── Lecture_09.ipynb ├── Lecture_10.ipynb ├── Lecture_11.ipynb ├── Lecture_12.ipynb ├── Lecture_13.ipynb ├── Lecture_14.ipynb ├── Lecture_16.ipynb ├── Lecture_17.ipynb ├── Lecture_18.ipynb ├── Lecture_19.ipynb ├── Lecture_20.ipynb ├── Lecture_21.ipynb ├── Lecture_22.ipynb ├── Lecture_23.ipynb ├── Lecture_24.ipynb ├── Lecture_25.ipynb ├── Lecture_26.ipynb ├── Lecture_27.ipynb ├── Lecture_28.ipynb ├── Lecture_29.ipynb ├── Lecture_30.ipynb ├── Lecture_31.ipynb ├── Lecture_32.ipynb ├── Lecture_33.ipynb ├── Lecture_34.ipynb ├── README.md ├── exams ├── Final Exam.pdf ├── Final Review.pdf ├── Midterm Exam.pdf └── Midterm Review.pdf ├── handouts ├── Markov Chains Handout.pdf ├── Math Review Handout 4.pdf ├── Stat 110 Syllabus.pdf ├── Strategic Practice and Homework 1 1.pdf ├── Strategic Practice and Homework 10.pdf ├── Strategic Practice and Homework 11.pdf ├── Strategic Practice and Homework 2.pdf ├── Strategic Practice and Homework 3.pdf ├── Strategic Practice and Homework 4.pdf ├── Strategic Practice and Homework 5.pdf ├── Strategic Practice and Homework 6.pdf ├── Strategic Practice and Homework 7.pdf ├── Strategic Practice and Homework 8.pdf ├── Strategic Practice and Homework 9.pdf └── probability_cheatsheet.pdf ├── homework ├── .ipynb_checkpoints │ └── Homework_05-checkpoint.ipynb └── Homework_05.ipynb └── images ├── L0101.png ├── L0201.png ├── L0202.png ├── L0203.png ├── L0301.png ├── L0302.png ├── L0501.png ├── L0601.png ├── L0602.png ├── L0701.png ├── L0801.png ├── L0802.png ├── L0901.png ├── L1001.png ├── L1201.png ├── L1202.png ├── L1301.png ├── L1801.png ├── L1802.png ├── L2301.png ├── L2501.png ├── L2502.png ├── L2503.png ├── L2504.png ├── L2601.png ├── L2602.png ├── L2603.png ├── L2701.png ├── L2702.png ├── L2703.png ├── L3101.png ├── L3201.png ├── L3202a.png ├── L3202b.png ├── L3203.png ├── L3204.png ├── L3205.png ├── L3301.png └── L3302.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/LICENSE -------------------------------------------------------------------------------- /Lecture_01.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_01.ipynb -------------------------------------------------------------------------------- /Lecture_02.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_02.ipynb -------------------------------------------------------------------------------- /Lecture_03.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_03.ipynb -------------------------------------------------------------------------------- /Lecture_04.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_04.ipynb -------------------------------------------------------------------------------- /Lecture_05.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_05.ipynb -------------------------------------------------------------------------------- /Lecture_06.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_06.ipynb -------------------------------------------------------------------------------- /Lecture_07.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_07.ipynb -------------------------------------------------------------------------------- /Lecture_08.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_08.ipynb -------------------------------------------------------------------------------- /Lecture_09.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_09.ipynb -------------------------------------------------------------------------------- /Lecture_10.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_10.ipynb -------------------------------------------------------------------------------- /Lecture_11.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_11.ipynb -------------------------------------------------------------------------------- /Lecture_12.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_12.ipynb -------------------------------------------------------------------------------- /Lecture_13.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_13.ipynb -------------------------------------------------------------------------------- /Lecture_14.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_14.ipynb -------------------------------------------------------------------------------- /Lecture_16.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_16.ipynb -------------------------------------------------------------------------------- /Lecture_17.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_17.ipynb -------------------------------------------------------------------------------- /Lecture_18.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_18.ipynb -------------------------------------------------------------------------------- /Lecture_19.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_19.ipynb -------------------------------------------------------------------------------- /Lecture_20.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_20.ipynb -------------------------------------------------------------------------------- /Lecture_21.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_21.ipynb -------------------------------------------------------------------------------- /Lecture_22.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_22.ipynb -------------------------------------------------------------------------------- /Lecture_23.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_23.ipynb -------------------------------------------------------------------------------- /Lecture_24.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_24.ipynb -------------------------------------------------------------------------------- /Lecture_25.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_25.ipynb -------------------------------------------------------------------------------- /Lecture_26.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_26.ipynb -------------------------------------------------------------------------------- /Lecture_27.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_27.ipynb -------------------------------------------------------------------------------- /Lecture_28.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_28.ipynb -------------------------------------------------------------------------------- /Lecture_29.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_29.ipynb -------------------------------------------------------------------------------- /Lecture_30.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_30.ipynb -------------------------------------------------------------------------------- /Lecture_31.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_31.ipynb -------------------------------------------------------------------------------- /Lecture_32.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_32.ipynb -------------------------------------------------------------------------------- /Lecture_33.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_33.ipynb -------------------------------------------------------------------------------- /Lecture_34.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/Lecture_34.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/README.md -------------------------------------------------------------------------------- /exams/Final Exam.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/exams/Final Exam.pdf -------------------------------------------------------------------------------- /exams/Final Review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/exams/Final Review.pdf -------------------------------------------------------------------------------- /exams/Midterm Exam.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/exams/Midterm Exam.pdf -------------------------------------------------------------------------------- /exams/Midterm Review.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/exams/Midterm Review.pdf -------------------------------------------------------------------------------- /handouts/Markov Chains Handout.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Markov Chains Handout.pdf -------------------------------------------------------------------------------- /handouts/Math Review Handout 4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Math Review Handout 4.pdf -------------------------------------------------------------------------------- /handouts/Stat 110 Syllabus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Stat 110 Syllabus.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 1 1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 1 1.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 10.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 11.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 2.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 3.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 4.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 5.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 6.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 7.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 8.pdf -------------------------------------------------------------------------------- /handouts/Strategic Practice and Homework 9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/Strategic Practice and Homework 9.pdf -------------------------------------------------------------------------------- /handouts/probability_cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/handouts/probability_cheatsheet.pdf -------------------------------------------------------------------------------- /homework/.ipynb_checkpoints/Homework_05-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/homework/.ipynb_checkpoints/Homework_05-checkpoint.ipynb -------------------------------------------------------------------------------- /homework/Homework_05.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/homework/Homework_05.ipynb -------------------------------------------------------------------------------- /images/L0101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0101.png -------------------------------------------------------------------------------- /images/L0201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0201.png -------------------------------------------------------------------------------- /images/L0202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0202.png -------------------------------------------------------------------------------- /images/L0203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0203.png -------------------------------------------------------------------------------- /images/L0301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0301.png -------------------------------------------------------------------------------- /images/L0302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0302.png -------------------------------------------------------------------------------- /images/L0501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0501.png -------------------------------------------------------------------------------- /images/L0601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0601.png -------------------------------------------------------------------------------- /images/L0602.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0602.png -------------------------------------------------------------------------------- /images/L0701.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0701.png -------------------------------------------------------------------------------- /images/L0801.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0801.png -------------------------------------------------------------------------------- /images/L0802.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0802.png -------------------------------------------------------------------------------- /images/L0901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L0901.png -------------------------------------------------------------------------------- /images/L1001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L1001.png -------------------------------------------------------------------------------- /images/L1201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L1201.png -------------------------------------------------------------------------------- /images/L1202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L1202.png -------------------------------------------------------------------------------- /images/L1301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L1301.png -------------------------------------------------------------------------------- /images/L1801.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L1801.png -------------------------------------------------------------------------------- /images/L1802.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L1802.png -------------------------------------------------------------------------------- /images/L2301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2301.png -------------------------------------------------------------------------------- /images/L2501.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2501.png -------------------------------------------------------------------------------- /images/L2502.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2502.png -------------------------------------------------------------------------------- /images/L2503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2503.png -------------------------------------------------------------------------------- /images/L2504.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2504.png -------------------------------------------------------------------------------- /images/L2601.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2601.png -------------------------------------------------------------------------------- /images/L2602.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2602.png -------------------------------------------------------------------------------- /images/L2603.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2603.png -------------------------------------------------------------------------------- /images/L2701.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2701.png -------------------------------------------------------------------------------- /images/L2702.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2702.png -------------------------------------------------------------------------------- /images/L2703.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L2703.png -------------------------------------------------------------------------------- /images/L3101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L3101.png -------------------------------------------------------------------------------- /images/L3201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L3201.png -------------------------------------------------------------------------------- /images/L3202a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L3202a.png -------------------------------------------------------------------------------- /images/L3202b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L3202b.png -------------------------------------------------------------------------------- /images/L3203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L3203.png -------------------------------------------------------------------------------- /images/L3204.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L3204.png -------------------------------------------------------------------------------- /images/L3205.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L3205.png -------------------------------------------------------------------------------- /images/L3301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L3301.png -------------------------------------------------------------------------------- /images/L3302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/buruzaemon/stats-110/HEAD/images/L3302.png --------------------------------------------------------------------------------