/Batman.jl

Poisson statistics and analytics

Primary LanguageJuliaMIT LicenseMIT

Batman.jl

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

Installation

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"))

Documentation

  • STABLEDocumentation of the most recently tagged version.
  • DEVELDocumentation of the master branch.

Local Documentation

Documentation for Batman is built using Documenter.jl. From the /docs/ directory, the documentation can be built locally into /docs/build via

julia make.jl

this directory is already ignored by git. The file /docs/build/index.html can be opened in a browser to view the newly built documentation.

Jupyter Notebooks / Lab