-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMain.qmd
24 lines (15 loc) · 847 Bytes
/
Main.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Introduction"
author: "Adrien Osakwe"
format: html
editor: visual
---
## Premise
This project allows me to implement different Bayesian modelling techniques I have seen through class and my own research. In addition, I hope it serves as educational material for others. I have found that the best way to learn is through practice, and so this project is expected to help me master the material I need to undertake my research projects.
## Acknowledgements
The projects and notes I take will be heavily based on work I found on the following pages:
- **https://vioshyvo.github.io/Bayesian_inference/index.html**
- https://www.math.mcgill.ca/dstephens/556/
- https://www.math.mcgill.ca/dstephens/557/
- https://www.math.mcgill.ca/yyang/comp.html
- **https://www.math.mcgill.ca/dstephens/559/**