Uncertainties

Rating: 
0
No votes yet

Uncertainties (http://pythonhosted.org/uncertainties/) is Python module for calculations with uncertainties, that transparently handles calculations with numbers with uncertainties (i.e., error propagation). It can also yield the derivatives of any expression.

This is a Python library, enable the repository and install it using "apt-get install".

For interactive use of SymPy, it is recommended to install IPython.

See the Talk Maemo.org topic about Uncertainties for Maemo 4, Maemo 5, MeeGo Harmattan and Mer / Nemo / Sailfish.

Category:

Application versions: 
AttachmentSizeDate
File python-uncertainties_2.4.1-1harmattan1_all.deb75.74 KB23/09/2014 - 18:49
File python-uncertainties_2.4.6.1-1harmattan1_all.deb81.69 KB23/09/2014 - 18:49
Changelog: 

Uncertainties 2.4.6.1 (14/08/2014) for MeeGo 1.2 Harmattan (23/09/2014) :
 * The string and empty format type formatting of numbers with uncertainties are now similar to what Python 3.4 does;
 * String formatting now works for NaN+/-... numbers;
 * The documentation license now allows its commercial use;
 * NumPy 1.8 compatibility.

Uncertainties 2.4.1 (26/07/2013) for MeeGo 1.2 Harmattan (05/08/2013) :
 * uncertainties.umath functions ceil(), floor(), isinf(), isnan() and trunc() now return values of the same type as the corresponding math module function;
 * Extensive support for the formatting of numbers with uncertainties.