A Bayesian Analysis Toolkit for Monitoring Anti-Neutrinos, written in Julia, which provides a statistical analysis interface geared towards low-count experiments. BATMAN provides many customizable methods for evaluating confidence intervals and testing experimental sensitivity.
| Documentation | |
| Development | |
| Deployment |
With Julia, you can install the Batman.jl package using the built-in package manager.
julia> using Pkg
julia> Pkg.add(PackageSpec(url="https://github.com/MorganAskins/Batman.jl"))- STABLE — Documentation of the most recently tagged version.
- DEVEL — Documentation of the master branch.
Documentation for Batman is built using Documenter.jl. From the /docs/
directory, the documentation can be built locally into /docs/build via
julia make.jlthis directory is already ignored by git. The file /docs/build/index.html can
be opened in a browser to view the newly built documentation.