-
Notifications
You must be signed in to change notification settings - Fork 0
BAT
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.
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.