stats

Extension with routines for statistical computation.


Extension that provides few dozens routines for statistical computation.

License: PHP License

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
2.0.3 2016-06-02 stats-2.0.3.tgz
2.0.2 2016-05-28 stats-2.0.2.tgz
2.0.1 2016-01-02 stats-2.0.1.tgz
2.0.0 2016-01-02 stats-2.0.0.tgz
1.0.5 2016-06-02 stats-1.0.5.tgz
Show all releases

Changelog

Version Message
2.0.3 - Fix bug in stats_stat_binomial_coef which causes segfault in some environments
- Fix bug in stats_stat_factorial which leads infinite loop in some cases
- stats_stat_factorial returns immediately when the value are reached to +INF
- Change supported version to PHP 5.3 or higher
2.0.2 Fixed bugs (see tests for details)
2.0.1 Update License to PHP 3.1, fixes #65884
2.0.0 PHP 7 Support
1.0.5 - Fix bug in stats_stat_binomial_coef which causes segfault in some environments
- Fix bug in stats_stat_factorial which leads infinite loop in some cases
- stats_stat_factorial returns immediately when the value are reached to +INF
- Change supported version to PHP 5.3 or higher
Show complete changelog