@@ -10,62 +10,62 @@ All chapters and materials are available as Jupyter notebooks (.ipynb) that you
1010
1111Get all notebooks in a single zip file:
1212
13- 📦 [ ** Download All Notebooks (ZIP)** ] ( ./learn_probability_notebooks.zip )
13+ 📦 [ ** Download All Notebooks (ZIP)** ] ( .. /learn_probability_notebooks.zip )
1414
1515## Individual Notebooks
1616
1717### Part 1 - Foundations of Probability
1818
19- - [ Chapter 1: Introduction to Probability and Python Setup] ( ./notebooks/chapter_01.ipynb )
20- - [ Chapter 2: Sample Spaces and Events] ( ./notebooks/chapter_02.ipynb )
21- - [ Chapter 3: Probability Axioms and Basic Rules] ( ./notebooks/chapter_03.ipynb )
19+ - [ Chapter 1: Introduction to Probability and Python Setup] ( .. /notebooks/chapter_01.ipynb )
20+ - [ Chapter 2: Sample Spaces and Events] ( .. /notebooks/chapter_02.ipynb )
21+ - [ Chapter 3: Probability Axioms and Basic Rules] ( .. /notebooks/chapter_03.ipynb )
2222
2323### Part 2 - Conditional Probability and Independence
2424
25- - [ Chapter 4: Conditional Probability] ( ./notebooks/chapter_04.ipynb )
26- - [ Chapter 5: Independence] ( ./notebooks/chapter_05.ipynb )
25+ - [ Chapter 4: Conditional Probability] ( .. /notebooks/chapter_04.ipynb )
26+ - [ Chapter 5: Independence] ( .. /notebooks/chapter_05.ipynb )
2727
2828### Part 3 - Random Variables and Distributions
2929
30- - [ Chapter 6: Discrete Random Variables] ( ./notebooks/chapter_06.ipynb )
31- - [ Chapter 7: Continuous Random Variables] ( ./notebooks/chapter_07.ipynb )
32- - [ Chapter 8: Expectation and Variance] ( ./notebooks/chapter_08.ipynb )
33- - [ Chapter 9: Important Discrete Distributions] ( ./notebooks/chapter_09.ipynb )
34- - [ Chapter 10: Important Continuous Distributions] ( ./notebooks/chapter_10.ipynb )
30+ - [ Chapter 6: Discrete Random Variables] ( .. /notebooks/chapter_06.ipynb )
31+ - [ Chapter 7: Continuous Random Variables] ( .. /notebooks/chapter_07.ipynb )
32+ - [ Chapter 8: Expectation and Variance] ( .. /notebooks/chapter_08.ipynb )
33+ - [ Chapter 9: Important Discrete Distributions] ( .. /notebooks/chapter_09.ipynb )
34+ - [ Chapter 10: Important Continuous Distributions] ( .. /notebooks/chapter_10.ipynb )
3535
3636### Part 4 - Multiple Random Variables
3737
38- - [ Chapter 11: Joint Distributions] ( ./notebooks/chapter_11.ipynb )
39- - [ Chapter 12: Covariance and Correlation] ( ./notebooks/chapter_12.ipynb )
40- - [ Chapter 13: Conditional Expectation] ( ./notebooks/chapter_13.ipynb )
38+ - [ Chapter 11: Joint Distributions] ( .. /notebooks/chapter_11.ipynb )
39+ - [ Chapter 12: Covariance and Correlation] ( .. /notebooks/chapter_12.ipynb )
40+ - [ Chapter 13: Conditional Expectation] ( .. /notebooks/chapter_13.ipynb )
4141
4242### Part 5 - Limit Theorems and Their Significance
4343
44- - [ Chapter 14: Moment Generating Functions] ( ./notebooks/chapter_14.ipynb )
45- - [ Chapter 15: The Central Limit Theorem] ( ./notebooks/chapter_15.ipynb )
44+ - [ Chapter 14: Moment Generating Functions] ( .. /notebooks/chapter_14.ipynb )
45+ - [ Chapter 15: The Central Limit Theorem] ( .. /notebooks/chapter_15.ipynb )
4646
4747### Part 6 - Advanced Topics and Applications
4848
49- - [ Chapter 16: Markov Chains] ( ./notebooks/chapter_16.ipynb )
50- - [ Chapter 17: Poisson Processes] ( ./notebooks/chapter_17.ipynb )
51- - [ Chapter 18: Introduction to Bayesian Statistics] ( ./notebooks/chapter_18.ipynb )
52- - [ Chapter 19: Basic Statistical Inference] ( ./notebooks/chapter_19.ipynb )
53- - [ Chapter 20: Monte Carlo Methods] ( ./notebooks/chapter_20.ipynb )
54- - [ Chapter 21: Applications and Case Studies] ( ./notebooks/chapter_21.ipynb )
49+ - [ Chapter 16: Markov Chains] ( .. /notebooks/chapter_16.ipynb )
50+ - [ Chapter 17: Poisson Processes] ( .. /notebooks/chapter_17.ipynb )
51+ - [ Chapter 18: Introduction to Bayesian Statistics] ( .. /notebooks/chapter_18.ipynb )
52+ - [ Chapter 19: Basic Statistical Inference] ( .. /notebooks/chapter_19.ipynb )
53+ - [ Chapter 20: Monte Carlo Methods] ( .. /notebooks/chapter_20.ipynb )
54+ - [ Chapter 21: Applications and Case Studies] ( .. /notebooks/chapter_21.ipynb )
5555
5656### Exercises and Labs
5757
58- - [ Chapter 4 Exercises] ( ./notebooks/chapter_04_exercises_a.ipynb )
59- - [ Chapter 4 Lab] ( ./notebooks/chapter_04_lab.ipynb )
60- - [ Chapter 5 Lab] ( ./notebooks/chapter_05_lab.ipynb )
58+ - [ Chapter 4 Exercises] ( .. /notebooks/chapter_04_exercises_a.ipynb )
59+ - [ Chapter 4 Lab] ( .. /notebooks/chapter_04_lab.ipynb )
60+ - [ Chapter 5 Lab] ( .. /notebooks/chapter_05_lab.ipynb )
6161
6262### Appendices
6363
64- - [ Appendix A: Python Programming Primer] ( ./notebooks/appendix_a.ipynb )
65- - [ Appendix B: Key Mathematical Concepts] ( ./notebooks/appendix_b.ipynb )
66- - [ Appendix C: Common Probability Distributions Reference] ( ./notebooks/appendix_c.ipynb )
67- - [ Appendix D: Solutions to Selected Exercises] ( ./notebooks/appendix_d.ipynb )
68- - [ Appendix E: Further Resources] ( ./notebooks/appendix_e.ipynb )
64+ - [ Appendix A: Python Programming Primer] ( .. /notebooks/appendix_a.ipynb )
65+ - [ Appendix B: Key Mathematical Concepts] ( .. /notebooks/appendix_b.ipynb )
66+ - [ Appendix C: Common Probability Distributions Reference] ( .. /notebooks/appendix_c.ipynb )
67+ - [ Appendix D: Solutions to Selected Exercises] ( .. /notebooks/appendix_d.ipynb )
68+ - [ Appendix E: Further Resources] ( .. /notebooks/appendix_e.ipynb )
6969
7070## How to Use Downloaded Notebooks
7171
0 commit comments