On 11/15/05, Luis Cardenas <[EMAIL PROTECTED]> wrote: > The issue is that Log-Logistic distribution is not included in the > library. I have found the Density and Cummulative Functions, but I > require the function to generate Log-logistic numbers.
Why not simply do exp(gsl_ran_logistic(r, scale) + location)? -- mj _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
