File: control

package info (click to toggle)
python-stats 0.6-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 232 kB
  • ctags: 572
  • sloc: python: 2,969; makefile: 29; sh: 26
file content (19 lines) | stat: -rw-r--r-- 809 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-stats
Section: math
Priority: optional
Maintainer: Joe Reinhardt <jmr@debian.org>
Standards-Version: 3.5.6
Build-Depends: python-dev (>= 2.1.1-3), python-dev (<< 2.2), debhelper (>= 3.0)

Package: python-stats
Architecture: all
Depends: python (>= 2.1.1-3), python (<< 2.2)
Recommends: python-numeric (>= 20.0)
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.