https://github.com/adijo/ucsc-bayesian-stats-2-project
Bayesian Statistics: Techniques and Tools
https://github.com/adijo/ucsc-bayesian-stats-2-project
bayesian bayesian-inference machine-learning statistics
Last synced: 8 months ago
JSON representation
Bayesian Statistics: Techniques and Tools
- Host: GitHub
- URL: https://github.com/adijo/ucsc-bayesian-stats-2-project
- Owner: adijo
- License: apache-2.0
- Created: 2020-04-29T23:38:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T19:00:51.000Z (about 6 years ago)
- Last Synced: 2025-02-01T08:14:23.074Z (over 1 year ago)
- Topics: bayesian, bayesian-inference, machine-learning, statistics
- Language: R
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project for Bayesian Statistics: Techniques and Tools
This fantastic course was taught by Matthew Heiner, doctoral student at UC Santa Cruz.
In this final project, we carry out statistical analysis on the Titanic Disaster dataset to find out what factors influenced the survival of a passenger and to what extent. We use Bayesian Logistic Regression and a Hierarchical variant (random intercept model) for the analysis.
The R code is in the `src` folder and the final report is in the `Bayesian Statistics Final Report.pdf` file.