{"id":22144667,"url":"https://github.com/bat/bat","last_synced_at":"2025-07-26T01:31:19.982Z","repository":{"id":15105029,"uuid":"17831835","full_name":"bat/bat","owner":"bat","description":"  Bayesian analysis toolkit  http://mpp.mpg.de/bat","archived":false,"fork":false,"pushed_at":"2021-02-26T21:31:49.000Z","size":2953,"stargazers_count":66,"open_issues_count":47,"forks_count":35,"subscribers_count":13,"default_branch":"master","last_synced_at":"2023-10-20T18:08:43.930Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-17T15:00:24.000Z","updated_at":"2023-08-23T20:57:31.000Z","dependencies_parsed_at":"2022-08-03T16:45:20.221Z","dependency_job_id":null,"html_url":"https://github.com/bat/bat","commit_stats":null,"previous_names":[],"tags_count":9,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bat%2Fbat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bat%2Fbat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bat%2Fbat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bat%2Fbat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bat","download_url":"https://codeload.github.com/bat/bat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227639019,"owners_count":17797546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-01T22:30:24.638Z","updated_at":"2024-12-01T22:30:25.297Z","avatar_url":"https://github.com/bat.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"BAT - Bayesian Analysis Toolkit\n===============================\n\n*BAT is still being maintained, but addition of new features is unlikely.\nCheck out our new incarnation,\n[BAT.jl, the Bayesian analysis toolkit in Julia](https://github.com/bat/BAT.jl).\nIn addition to Metropolis-Hastings sampling, BAT.jl supports\nHamiltonian Monte Carlo (HMC) with automatic differentiation, automatic\nprior-based parameter space transformations, and much more. See the\n[BAT.jl documentation](https://bat.github.io/BAT.jl/stable/).*\n\n[![Build Status](https://travis-ci.org/bat/bat.svg?branch=master)](https://travis-ci.org/bat/bat)\n[![Manual](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://bat.github.io/bat-docs/master/manual/html/index.html)\n[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1322675.svg)](https://doi.org/10.5281/zenodo.1322675)\n\nThe Bayesian Analysis Toolkit is a software analysis package which allows\nto address the main goals of a typical data analysis:\n\n - compare model predictions with data,\n - draw conclusions on the validity of the model as a representation\n   of the data and\n - extract the possible values of parameters within the context of\n   a model.\n\nThe BAT is based on Bayes' Theorem and is realized with the use of Markov\nChain Monte Carlo. This gives access to the full posterior probability\ndistribution and enables straightforward parameter estimation, limit\nsetting and uncertainty propagation.\n\nThe BAT is implemented in C++ on top of CERN's ROOT with emphasis put\non flexibility and modularity in defining models while keeping in mind\nthe reliability and speed requirements of the numerical operations.\n\nAuthors\n--------\n\nSee `doc/CREDITS` file for list of contributors to BAT.\n\nAvailability\n-------------\n\nThe latest code and official BAT releases are published online at\nhttps://github.com/bat/bat. Older BAT releases are still available from\nhttp://mpp.mpg.de/bat/. BAT is open-source software under the LGPLv3 or later.\nSee `doc/COPYING` and `doc/LICENSE` for licensing details.\n\nDocumentation\n-------------\n\nFor **installation instructions**, see the\n[`INSTALL.md`](https://github.com/bat/bat/blob/master/INSTALL.md) file or the\ncorresponding [manual\nsection](https://bat.github.io/bat-docs/master/manual/html/cha-install.html)\n\n**manual**: [html](https://bat.github.io/bat-docs/master/manual/html/index.html), [pdf](https://bat.github.io/bat-docs/master/manual/BAT-manual.pdf)\n\n**reference guide**: [html](https://bat.github.io/bat-docs/master/ref-guide/html/index.html)\n\nContact\n-------------\n\nFor additional information and contacting the authors, please consult the BAT\nweb page at http://mpp.mpg.de/bat/. If you want to report an error or file a\nrequest, please file an issue at https://github.com/bat/bat/issues.\n\nContents\n---------\n\nDirectory `bat/`:\n\n* `doc/`: documentation about BAT\n* `examples/`: well commented example programs, see `examples/README.md`\n* `BAT/`: BAT header files\n* `src/`: source files of the BAT core library\n* `models`: models for specific data-analysis problems: fast fitters\n  in `base/` and the multi-template fitter in `mtf`\n* `benchmarks`: performance test suite with html output\n* `test`: unit tests\n* `tools`: template script to generate a BAT project and build utilities\n\nOther files distributed with BAT are part of the configuration and\nbuild system.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbat%2Fbat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbat%2Fbat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbat%2Fbat/lists"}