» Summary | » License |
---|---|
Classes to calculate statistical parameters | PHP |
» Current Release | » Bug Summary |
0.9.1 (beta) was released on 2010-10-04 by doconnor (Changelog) Easy InstallNot sure? Get more info. pear install Math_Stats Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats 0.8.5 (stable) was released on 2003-05-27 (Changelog) |
No open bugs Report a new bug to Math_Stats |
» Description | |
Package to calculate statistical parameters of numerical arrays of data. The data can be in a simple numerical array, or in a cummulative numerical array. A cummulative array, has the value as the index and the number of repeats as the value for the array item, e.g. $data = array(3=>4, 2.3=>5, 1.25=>6, 0.5=>3). Nulls can be rejected, ignored or handled as zero values. |
|
» Maintainers | » More Information |
|