1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: python-stats
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 3.8.0
XS-Python-Version: all
Build-Depends: debhelper (>= 5.0.37.1)
Build-Depends-Indep: python (>= 2.3.5-10), python-central (>= 0.4.17)
Package: python-stats
Architecture: all
Depends: ${python:Depends}
Recommends: python-numeric (>= 24.2-3)
XB-Python-Version: ${python:Versions}
Description: A collection of statistical functions for Python
Python-stats provides a collection of statistical functions for Python.
These functions can be applied to Python lists, Python tuples, and
Numeric arrays. Most common statistical functions such as mean,
standard deviation, median, mode, skewness, kurtosis, etc., are provided,
along with functions for statistical hypothesis testing, analysis of
variance, and for computing probability distribution functions.
|