» Version | » Information |
---|---|
0.9.1 |
Easy InstallNot sure? Get more info. pear install Math_Stats-0.9.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats-0.9.1 Release date: 2010-10-04 13:11 UTC Release state: beta Release uploaded by: doconnor Changelog: QA release Bug #17924 frequency and test suite broken Dependencies:
|
0.9.0 |
Easy InstallNot sure? Get more info. pear install Math_Stats-0.9.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats-0.9.0 Release date: 2010-10-02 18:01 UTC Release state: beta Release uploaded by: doconnor Changelog: QA release Updated svn structure Unit tests updated to phpunit 3.4 Bug #3315 frequency() generates notices Bug #6252 Calculation of frequency gives an E_NOTICE Bug #12465 Median formula incorrect Dependencies:
|
0.9.0beta3 |
Easy InstallNot sure? Get more info. pear install Math_Stats-0.9.0beta3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats-0.9.0beta3 Release date: 2003-06-12 11:46 UTC Release state: beta Release uploaded by: jmcastagnetto Changelog: Modified the productN() method to try and avoid numeric overflow, and in case there is overflow to return an array of values to be multiplied, instead of a single resulting value. Changed also the geometricMean() method to work with the new productN() and product() methods. Unit tests have been unaffected by the change. |
0.9.0beta2 |
Easy InstallNot sure? Get more info. pear install Math_Stats-0.9.0beta2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats-0.9.0beta2 Release date: 2003-06-04 22:22 UTC Release state: beta Release uploaded by: jmcastagnetto Changelog: This is a bug fix release. Fixes (finally) an old bug in calculation of the median. Users of any previous version are recommended to upgrade. When I fixed a previous bug in the calculation of the median, I forgot to apply the full fix, so it was calculating an erroneous value for data sets with an odd number of entries. Thanks to Diego Puga for pointing this out. It is good to get bug reports when one is getting old and forgetful. ;-) |
0.9.0beta1 |
Easy InstallNot sure? Get more info. pear install Math_Stats-0.9.0beta1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats-0.9.0beta1 Release date: 2003-06-03 02:03 UTC Release state: beta Release uploaded by: jmcastagnetto Changelog: This is a beta release that containes new not thoroughly tested methods and algorithms. Many changes in the existing methods, and a number of new ones: - Added better error handling. - Refactored existing methods to delegate calculations better - Added value caching for invariant statistical parameters - Added optional parameters to some existing methods to enhance their processing or output. Preserve the original behaviour as default so as not breack backwards compatibility - Added new methods: - center() - studentize() - range() - geometricMean() - harmonicMean() - product() - productN() - percentile() - quartiles() - interquartileMean() - interquartileRange() - quartileDeviation() - quartileVariationCoefficient() - quartileSkewnessCoefficient() - Added a unit test class based on PEAR::PHPUnit |
0.8.5 |
Easy InstallNot sure? Get more info. pear install Math_Stats-0.8.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats-0.8.5 Release date: 2003-05-27 23:35 UTC Release state: stable Release uploaded by: jmcastagnetto Changelog: Added methods sampleCentralMoment() and sampleRawMoment() to calculate the corresponding nth moments of the data set. Explicit casting of parameters passed to pow() to circumvent the warnings/errors given by some versions of the PHP interpreter. Thanks to Stephen Evans for pointing this problem out. |
0.8.4 |
Easy InstallNot sure? Get more info. pear install Math_Stats-0.8.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats-0.8.4 Release date: 2003-05-16 22:17 UTC Release state: stable Release uploaded by: jmcastagnetto Changelog: Fixed problem in element selection for the calculation of the median. Thanks to Jeff Hoover for finding this bug. |
0.8.3 |
Easy InstallNot sure? Get more info. pear install Math_Stats-0.8.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats-0.8.3 Release date: 2002-05-24 00:22 UTC Release state: beta Release uploaded by: jmcastagnetto Changelog: Another bug fix release. Version 0.8.2 was not released due to wrong tags and bugs. |
0.8.1 |
Easy InstallNot sure? Get more info. pear install Math_Stats-0.8.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats-0.8.1 Release date: 2002-05-24 00:14 UTC Release state: beta Release uploaded by: jmcastagnetto Changelog: Bug fix in __sumdiff() and in __sumabsdev(), which made the variance, standard deviation, etc. be calculated incorrectly. |
0.8.0 |
Easy InstallNot sure? Get more info. pear install Math_Stats-0.8.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Stats-0.8.0 Release date: 2002-05-16 04:54 UTC Release state: beta Release uploaded by: jmcastagnetto Changelog: Initial release under PEAR |