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

https://github.com/leftaroundabout/uncertainly-haskell

Uncertainty propagation of values such as physical measurements or approximate computations
https://github.com/leftaroundabout/uncertainly-haskell

Last synced: 3 months ago
JSON representation

Uncertainty propagation of values such as physical measurements or approximate computations

Awesome Lists containing this project

README

        

A library for dealing with values that are known not exactly but only to some roughly known precision, because obtaining the exact value is impossible or at least infeasible and perhaps not necessary.
It is nontrivial to see how the errors in such quantities propagate through further computations; this library provides a functor interface that allows "embedding" of any such computations into the uncertainty-range.

**This project is more or less abandoned. I continue work on “uncertain values” in Haskell, but within the [manifolds](https://github.com/leftaroundabout/manifolds) project, which defines the setting needed to define what “deviations” are even supposed to be, in anything more general than scalar types / single physical measurements.**