Mail Archives: djgpp/2003/05/15/17:08:54
Hullo folks...
I'm currently writing a stochastic simulation in which I need to generate random variables (bounded (0,1)) with non-uniform distributions.
The distribution I'm looking for would have:
1) an expected value at a user defined 'mean' (e.g. 0.015)
2) a 'fat-tailed' distribution, kurtosis to the upper end of the curve
There are several functions I can think of that could work. E.G. lognormal, gamma, beta.
I searched the archives, and found nothing pre-existing.
Before I try to write my own code, are there any pre-existing DJGPP modules that will work for me?
Many thanks.
- Raw text -