Skip to content
Tote Hughes edited this page Nov 2, 2017 · 10 revisions

The Bayesian Analysis Toolkit (BAT) is a useful analysis framework. There's good documentation on the [https://bat.mpp.mpg.de/?page=documentation](BAT website). I present a few useful notes on its behavior below.

Notes

I'm using version 1.0.0, which was the most recent version available when I started this project.

Getting started

Generate a model skeleton and working area with this command:

bat-project [name] [name]

Compile the code by running make inside the [name] directory. Run the code by calling ./run[name].

Code details

PrintSummary

model->PrintSummary() is governed by code in src/BCEngineMCMC.

Clone this wiki locally