stats 1.0.5

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.

Changes

- 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