-
Notifications
You must be signed in to change notification settings - Fork 1
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.
I'm using version 1.0.0, which was the most recent version available when I started this project.
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].
model->PrintSummary() is governed by code in src/BCEngineMCMC.