Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.