https://github.com/bonstats/bayesscorecal.jl
Bayesian Score Calibration
https://github.com/bonstats/bayesscorecal.jl
Last synced: 4 months ago
JSON representation
Bayesian Score Calibration
- Host: GitHub
- URL: https://github.com/bonstats/bayesscorecal.jl
- Owner: bonStats
- License: mit
- Created: 2023-03-02T23:18:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T19:19:11.000Z (about 2 years ago)
- Last Synced: 2025-09-05T14:40:12.425Z (9 months ago)
- Language: Julia
- Size: 2.19 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.bib
Awesome Lists containing this project
README
# BayesScoreCal.jl: Bayesian Scoring Rule Calibration
[](https://github.com/bonStats/BayesScoreCal.jl/actions/workflows/CI.yml?query=branch%3Amain)
An extensible implementation of the methods described in [Bayesian score calibration for approximate models](https://arxiv.org/abs/2211.05357)
- Code demonstrating [BSRC for approximate models](https://arxiv.org/abs/2211.05357), see [BayesScoreCalExamples.jl](https://github.com/bonStats/BayesScoreCalExamples.jl).
- This package is extensible by implementing other transformations, see `/transforms/cholesky-affine.jl` for example.