php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58394 stats_cdf_chisquare() dies when which=2,3
Submitted: 2008-10-28 08:52 UTC Modified: 2016-05-28 05:22 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: tomas at matfyz dot cz Assigned: uchiyama (profile)
Status: Closed Package: stats (PECL)
PHP Version: 5.2.0 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tomas at matfyz dot cz
New email:
PHP Version: OS:

 

 [2008-10-28 08:52 UTC] tomas at matfyz dot cz
Description:
------------
calling stats_cdf_chisquare with parameter which equal to 2 or 3 throws an error, e.g.:

stats_cdf_chisquare(0.0525437064989, 283, 2)
stats_cdf_chisquare(0.0525437064989, 245.56, 3)

the error is " SMALL, X, BIG not monotone in INVR"




Patches

use-current-dcdflib (last revision 2016-01-20 23:53 UTC by y dot uchiyama dot 1015 at gmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-12-17 01:40 UTC] wendellp at operamail dot com
This has not been fixed in v1.0.3.
 [2016-01-21 00:00 UTC] y dot uchiyama dot 1015 at gmail dot com
This can be solved by using dcdflib files available at here.
https://biostatistics.mdanderson.org/softwaredownload/SingleSoftware.aspx?Software_Id=21

also solves #59292
 [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
Fixed in version 1.0.4/2.0.2
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC