Skip to content
Tote Hughes edited this page Nov 8, 2017 · 1 revision

The Bayesian Analysis Toolkit (BAT) is a useful analysis framework. There's good documentation on the 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