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

https://github.com/bat/binnedmodels.jl

A Julia package for statistical modeling of binned data, e.g. histograms.
https://github.com/bat/binnedmodels.jl

Last synced: 3 months ago
JSON representation

A Julia package for statistical modeling of binned data, e.g. histograms.

Awesome Lists containing this project

README

          

# BinnedModels.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://bat.github.io/BinnedModels.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://bat.github.io/BinnedModels.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/bat/BinnedModels.jl/workflows/CI/badge.svg?branch=main)](https://github.com/bat/BinnedModels.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/bat/BinnedModels.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/bat/BinnedModels.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

## Documentation

* [Documentation for stable version](https://bat.github.io/BinnedModels.jl/stable)
* [Documentation for development version](https://bat.github.io/BinnedModels.jl/dev)

A Julia package for statistical modeling of binned data, e.g. histograms.
See the documentation linked above for details.