close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#390 closed defect (fixed)

Problem with DistNormalInv

Reported by: Christian Paz Owned by: Víctor de Buen Remiro
Priority: normal Milestone:
Component: Math Version: head
Severity: critical Keywords:
Cc:

Description

The function DistNormalInv is giving unexpected results.

Real b=DistNormalInv(0.77, 0.5, 0.1);

returns -1.#INF while in previous versions it returned 0.5738846849 which is
logical.

Thanks
Christian

Change History (4)

comment:1 Changed 19 years ago by Christian Paz

DistLogNormalInv is also presenting a problem. It returns 0 with the same parameters

comment:2 Changed 19 years ago by Víctor de Buen Remiro

Owner: changed from danirus to Víctor de Buen Remiro

comment:3 Changed 19 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

Bug has been fixed.
Gaussian distribution is now using gsl_cdf_ugaussian... functions.
But I don´t now the reason it was using very old cdf* functions in a wrong way.

comment:4 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000390
Note: See TracTickets for help on using tickets.