Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fonnesbeck/bios8366
Advanced Statistical Computing at Vanderbilt University Medical Center's Department of Biostatistics
https://github.com/fonnesbeck/bios8366
Last synced: 6 days ago
JSON representation
Advanced Statistical Computing at Vanderbilt University Medical Center's Department of Biostatistics
- Host: GitHub
- URL: https://github.com/fonnesbeck/bios8366
- Owner: fonnesbeck
- Created: 2013-02-17T15:50:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T14:21:29.000Z (about 2 years ago)
- Last Synced: 2024-10-12T16:35:17.969Z (27 days ago)
- Language: Jupyter Notebook
- Homepage: http://fonnesbeck.github.io/Bios8366/
- Size: 106 MB
- Stars: 536
- Watchers: 57
- Forks: 356
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bios8366
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/fonnesbeck/bios8366/master)
Advanced Statistical Computing at Vanderbilt University's Department of Biostatistics
Course covers numerical optimization, statistical machine learning, Markov Chain Monte Carlo (MCMC), variational inference (VI) algorithms, data augmentation algorithms with applications for model fitting and techniques for dealing with missing data.
Prerequisites: Bios 6341 (Fundamentals of Probability), Bios 6342 (Contemporary Statistical Inference), or permission of instructor. Students must be familiar with basic probability, have some formal programming experience, and be comfortable using the [Git](http://git-scm.com) version control system.
To run the course materials, the first step is to install Python. Though your computer likely already has Python installed, we recommend installing the [Miniforge](https://github.com/conda-forge/miniforge) distribution of Python, as it includes useful utilities for manipulating your Python environment. Alternatively, you can install the commercial [Anaconda Python](https://www.continuum.io/downloads) distribution.
Having set up Python, to then install the Python packages for the course, clone the repository and run:
`conda env create -f environment.yml`
All content is licensed under [CC-BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/) unless otherwise stated.
## FAQ
### Can I audit this course?
While we strongly prefer that students attend BIOS 8366 for credit, there are circumstances under which we will allow auditing. Auditors will be expected to attend lectures regularly and complete all homeworks, but will be exempted from completing the final course project.