[ 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
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- rec: python-numpy
- Numerical Python - Python 言語に高速な配列操作機能を追加