This repository contains an example for Involutive MCMC: Sampling over the polynomial degree in bayesian polynomial regression is done using a reversible jump move.
There are two files:
main.jl
contains the implementationdemo.jl
uses the code inmain.jl
, generates data, makes plots...