[ buster ]
[ 原始碼: uncertainties ]
套件:python-uncertainties(3.0.2.github-2)
python-uncertainties 的相關連結
Debian 的資源:
下載原始碼套件 uncertainties:
- [uncertainties_3.0.2.github-2.dsc]
- [uncertainties_3.0.2.github.orig.tar.gz]
- [uncertainties_3.0.2.github-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [packages.python.org]
相似套件:
Python module for calculations with uncertainties
uncertainties is a Python module, which allows calculations such as
(0.2 +/- 0.01) * 2 = 0.4 +/- 0.02
to be performed transparently; much more complex mathematical expressions involving numbers with uncertainties can also be evaluated transparently.
Correlations between expressions are correctly taken into account; x-x is thus exactly zero, for instance. The uncertainties produced by this module are what is predicted by error propagation theory.
其他與 python-uncertainties 有關的套件
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- rec: python-numpy
- Numerical Python adds a fast array facility to the Python language