Skip to content

bat/BAT.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

507638a · Nov 11, 2024
Aug 1, 2024
Oct 7, 2024
Oct 7, 2024
Aug 1, 2024
Nov 11, 2024
Oct 7, 2024
Jan 31, 2019
Jun 17, 2024
May 6, 2022
Jul 24, 2023
Apr 23, 2021
Mar 18, 2024
Nov 11, 2024
Aug 1, 2024

Repository files navigation

BAT.jl

Documentation for stable version Documentation for development version License Build Status Codecov DOI

Welcome to BAT, a Bayesian analysis toolkit in Julia.

BAT.jl offers a variety of posterior sampling, mode estimation and integration algorithms, supplemented by plotting recipes and I/O functionality.

BAT.jl originated as a rewrite/redesign of BAT, the Bayesian Analysis Toolkit in C++. BAT.jl now offer a different set of functionality and a wider variety of algorithms than its C++ predecessor.

Installation

To install BAT.jl, start Julia and run

julia> using Pkg
julia> pkg"add BAT"

Note: BAT.jl requires Julia >= v1.10, we recommend to use the latest stable Julia version for optimal performance.

Documentation

Citing BAT.jl

When using BAT.jl for research, teaching or similar, please cite our work, see CITATION.bib.