#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 20 years ago by
comment:2 Changed 20 years ago by
| Owner: | changed from danirus to Víctor de Buen Remiro |
|---|
comment:3 Changed 20 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
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 19 years ago by
| bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000390 |
|---|
Note: See
TracTickets for help on using
tickets.

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