[Bug-gsl] [bug #47646] gsl_ran_beta returns NaN for small arguments

2017-11-01 Thread Patrick Alken
Follow-up Comment #5, bug #47646 (project gsl): [From Yu] Patrick, I was thinking if it's worthwhile to allow the use of close-form cdf for some functions. Currently, the test routine calculates the expected probability in each bin using numerical integration of pdf. In this particular case,

[Bug-gsl] [bug #47646] gsl_ran_beta returns NaN for small arguments

2017-11-01 Thread Patrick Alken
Update of bug #47646 (project gsl): Open/Closed: Closed => Open ___ Reply to this item at: ___

Re: [Bug-gsl] [bug #47646] gsl_ran_beta returns NaN for small arguments

2016-09-16 Thread Yu Liu
Patrick, I was thinking if it's worthwhile to allow the use of close-form cdf for some functions. Currently, the test routine calculates the expected probability in each bin using numerical integration of pdf. In this particular case, it blows up. Using cdf in stead of integration can avoid the

[Bug-gsl] [bug #47646] gsl_ran_beta returns NaN for small arguments

2016-09-15 Thread Patrick Alken
Follow-up Comment #4, bug #47646 (project gsl): I'm also not sure how to properly test for this case, as the PDF integration test fails for these small arguments. ___ Reply to this item at:

[Bug-gsl] [bug #47646] gsl_ran_beta returns NaN for small arguments

2016-09-15 Thread Patrick Alken
Update of bug #47646 (project gsl): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #3: Patch applied in

[Bug-gsl] [bug #47646] gsl_ran_beta returns NaN for small arguments

2016-07-15 Thread Yu Liu
Follow-up Comment #2, bug #47646 (project gsl): Following up based on numpy issues (please let me know if this kind of information should be sent over the mailing list.) numpy fixed this problem around March 2015 https://github.com/numpy/numpy/pull/5858 It was related to a Dirichlett

[Bug-gsl] [bug #47646] gsl_ran_beta returns NaN for small arguments

2016-04-07 Thread Alexey Radul
URL: Summary: gsl_ran_beta returns NaN for small arguments Project: GNU Scientific Library Submitted by: axch Submitted on: Thu 07 Apr 2016 10:15:31 PM GMT Category: Accuracy problem