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

https://github.com/scipp/scippuncertainty

Advanced uncertainty propagation with Scipp
https://github.com/scipp/scippuncertainty

Last synced: about 1 month ago
JSON representation

Advanced uncertainty propagation with Scipp

Awesome Lists containing this project

README

          

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![PyPI badge](http://img.shields.io/pypi/v/scippuncertainty.svg)](https://pypi.python.org/pypi/scippuncertainty)
[![Anaconda-Server Badge](https://anaconda.org/scipp/scippuncertainty/badges/version.svg)](https://anaconda.org/scipp/scippuncertainty)
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)

# ScippUncertainty

## About

Advanced uncertainty propagation with Scipp

[Scipp](https://scipp.github.io/) provides a basic facility for storing and propagating variances.
It can, however, not take correlations into account.
ScippUncertainty provides tools to this end.

## Installation

```sh
python -m pip install scippuncertainty
```