|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-12-17 01:42 UTC] wendellp at operamail dot com
[2014-03-02 09:15 UTC] phoenix dot mstu at gmail dot com
[2014-05-15 11:59 UTC] y dot uchiyama dot 1015 at gmail dot com
[2016-05-28 00:25 UTC] uchiyama@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: uchiyama
[2016-05-28 05:22 UTC] uchiyama@php.net
-Status: Assigned
+Status: Closed
[2016-05-28 05:22 UTC] uchiyama@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 02:00:01 2025 UTC |
Description: ------------ The stats_cdf_t function doesn't work with values of 2 and 3 for the $which parameter. This is a problem in the supplied version of dcdflib. Replacing it with a newer version solves the problem. Reproduce code: --------------- <?php echo stats_cdf_t(3.0, 5.0, 1); // this one works echo stats_cdf_t(0.984950, 5.0, 2); // fails on this echo stats_cdf_t(0.984950, 3.0, 3); // and this ?> Expected result: ---------------- 0.984950376051272.99997825390794.9999004981548 Actual result: -------------- 0.98495037605127 SMALL, X, BIG not monotone in INVR