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

https://github.com/juliahep/hs3.jl

Julia implementation of HEP Statistics Serialization Standard (HS3)
https://github.com/juliahep/hs3.jl

hep hep-ex statistics

Last synced: 3 months ago
JSON representation

Julia implementation of HEP Statistics Serialization Standard (HS3)

Awesome Lists containing this project

README

          

# HS3.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://RobinPelkner.github.io/HS3.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://RobinPelkner.github.io/HS3.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/RobinPelkner/HS3.jl/workflows/CI/badge.svg?branch=main)](https://github.com/RobinPelkner/HS3.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/RobinPelkner/HS3.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/RobinPelkner/HS3.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
This is the WIP implementation of HS3 version 0.2 for Julia.
This is a work in progress!!! Features might change or are removed completely in the future.
A good starting point can be found in example/histfactory_hl.jl with simple examples.