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]

Re: comparison of gsl "C" and Nag "C"


narayan krishnan writes:
 > Hi there!
 >  i'm jus comparing NAG "C" and GSL scientific libraries.  In GSL
 > the chapter statistics has all the basic functions for
 > mean,skewness,kutorsis,max,min...  But in NAG "C" they cover more
 > functions like poisson distribution,binomial distribution etc...
 > These distributions are available in GSL as Random number
 > Distributions.
 >  As i'm very weak in statistics can u please guide whether these
 > are same as NAG "c" functions.

GSL provides a probability density function (pdfs) for each
distribution.

For the additional cumulative distribution functions (cdfs) provided
by NAG the best GPL'ed source is the statistics library provided by
GNU R (www.r-project.org).

regards
Brian Gough


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