An open API service indexing awesome lists of open source software.

https://github.com/arviz-devs/inferenceobjects.jl

Storage for results of Bayesian inference
https://github.com/arviz-devs/inferenceobjects.jl

bayesian julia

Last synced: 9 months ago
JSON representation

Storage for results of Bayesian inference

Awesome Lists containing this project

README

          

# InferenceObjects

[![docs](https://img.shields.io/badge/docs-ArviZ-blue.svg)](https://julia.arviz.org/InferenceObjects)
[![Build Status](https://github.com/arviz-devs/InferenceObjects.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/arviz-devs/InferenceObjects.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/arviz-devs/InferenceObjects.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/arviz-devs/InferenceObjects.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)

InferenceObjects.jl is a lightweight package implementing the [ArviZ InferenceData schema](https://python.arviz.org/en/latest/schema/schema.html) for storing results of Bayesian inference.
It is used by [ArviZ.jl](https://julia.arviz.org/ArviZ).