Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 794 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 794 Bytes

Implementing the Bayesian Online Changepoint Detection algorithm in MATLAB (CH5115 Course Project)

This is an implementation of the Bayesian Online Changepoint Detection algorithm (described in this paper) in MATLAB. It is heavily inspired from Gregory Gundersen's Python implementation of the same (blog post linked here, and the GitHub repo is linked here).

In this implementation, since the mean and variance of the data are unknown, a normal gamma prior has been used.

All the resources used to make this implementation possible are saved in sources.txt. NMRlogWell.mat contains the data that was used to verify whether the algorithm works as intended.