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
- Host: GitHub
- URL: https://github.com/scipp/scippuncertainty
- Owner: scipp
- License: bsd-3-clause
- Created: 2023-02-22T09:12:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T04:32:24.000Z (about 1 year ago)
- Last Synced: 2025-09-29T13:12:20.760Z (5 months ago)
- Language: Python
- Homepage: https://scipp.github.io/scippuncertainty/
- Size: 1.67 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](CODE_OF_CONDUCT.md)
[](https://pypi.python.org/pypi/scippuncertainty)
[](https://anaconda.org/scipp/scippuncertainty)
[](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
```