This is the mail archive of the gsl-discuss@sources.redhat.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]
Other format: [Raw text]

ugaussian cumulative probability addins


Hello,
 
I added 2 functions to the "randist" module (modified files: gsl_randist.h, gauss.c) which compute
 
1) P(X <=x) <--> double gsl_ran_ugaussian_cuml_inf (const double x)
2) P(X >=x) <--> double gsl_ran_ugaussian_cuml_sup (const double x)
 
--
Fabrice Lebel
 
 

Attachment: gsl-addins.tar.gz
Description: GNU Zip compressed data


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