php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #70924 Return value description is incorrect
Submitted: 2015-11-16 17:30 UTC Modified: 2021-11-16 13:19 UTC
From: hunter at ellinger dot org Assigned:
Status: Suspended Package: stats (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2015-11-16 17:30 UTC] hunter at ellinger dot org
Description:
------------
---
From manual page: http://www.php.net/function.stats-cdf-beta
---
The return value described in the manual is that of a C routine that is used inside the C code that implements the PHP-callable STATS function.  Within that wrapper code, the desired numerical value is returned by reference, then picked up and made the return value of the PHP-callable function.  (In the case of a parameter-out-of-range error, FALSE is returned.)

For all STATS cdf functions, the desired value is specified by a $which parameter at the end of the parameter list.  A direct-cdf value (the cumulative probability $p corresponding to a position $x) is returned when the function is called with $x as the first parameter and a $which value of 1 as the last parameter.  An inverse-cdf value (the position $x corresponding to a cumulative probability $p) is returned when the function is called with $p as the first parameter and a $which value of 2 as the last parameter.  The second and third parameters of stats_cdf_beta are the distribution-defining $alpha and $beta parameters.  

The other stats_cdf_* functions use the same pattern, except that more or fewer distribution-defining parameters may be used depending on what is appropriate for that function.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-06-13 18:28 UTC] cmb@php.net
-Package: Documentation problem +Package: stats
 [2021-11-16 13:19 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2021-11-16 13:19 UTC] cmb@php.net
Sorry to say, but the stats extension is unmainted, and its
documentation has been removed from the PHP manual.  Therefore I
suspend this ticket, until a new maintainer steps up.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 16:01:30 2024 UTC