Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 360 Bytes

Involutive MCMC for bayesian polynomial regression

This repository contains an example for Involutive MCMC: Sampling over the polynomial degree in bayesian polynomial regression is done using a reversible jump move.

Files

There are two files:

  • main.jl contains the implementation
  • demo.jl uses the code in main.jl, generates data, makes plots...