bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] [bug #42502] wrong results of the function gsl_cdf_ugaussian_P


From: Patrick Alken
Subject: [Bug-gsl] [bug #42502] wrong results of the function gsl_cdf_ugaussian_Pinv
Date: Tue, 03 Jun 2014 18:51:53 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

URL:
  <http://savannah.gnu.org/bugs/?42502>

                 Summary: wrong results of the function gsl_cdf_ugaussian_Pinv
                 Project: GNU Scientific Library
            Submitted by: psa
            Submitted on: Tue 03 Jun 2014 06:51:52 PM GMT
                Category: Runtime error
                Severity: 3 - Normal
        Operating System: 
                  Status: None
             Assigned to: None
             Open/Closed: Open
                 Release: 
         Discussion Lock: Any

    _______________________________________________________

Details:

#include <gsl/gsl_math.h>
#include <stdio.h>

int main(){
    double x= 0.5;
    double res = gsl_cdf_ugaussian_Pinv(x);
    printf("icdf(%f)=%f\n",x,res);
    return 0;
}

For some reason the output is: *icdf(0.500000)=1.000000*

Which is wrong, it should be: *icdf(0.500000)=0.000000 (because P(X<0)=0.5)*

submitted by dafna3 =at= gmail.com




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42502>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]