This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Minor bug in gsl-randist.c?


Thanks, you are right, it is calling the wrong distribution. I will
fix that.

Tadhg O'Meara writes:
 > Hi,
 > 
 > should line 281 in gsl-randist.c read 
 > 
 >       OUTPUT(gsl_ran_lognormal (r, mu, sigma));
 > 
 > instead of
 > 
 >       OUTPUT(gsl_ran_exppow (r, mu, sigma));
 > ?
 > 
 > 
 > -- 
 > -----------------------------------------
 >  Tadhg O'Meara
 >  Dept. of Computer Science,
 >  University College Dublin,
 >  Belfield, Dublin 4, Ireland.
 > -----------------------------------------
 > 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]