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: levy_*_pdf missing


Achim Gaedke writes:
 > While adapting the rng module of pygsl to the cvs version of gsl, I
 > found that there were no probability density functions to
 >  double gsl_ran_levy (const gsl_rng * r, const double c, const
 > double alpha); double gsl_ran_levy_skew (const gsl_rng * r, const
 > double c, const double alpha, const double beta);
 >  Maybe there is a special reason, or someone on the list likes to
 > contribute them...

The function cannot be computed in closed form unfortunately, so it
was left otu -- I think there are a few other cases like that.

Brian


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