Bugzilla – Bug 817
Pareto rng constructors using scale and shape instead of mean and shape
Last modified: 2010-03-01 20:16:57 UTC
pareto rng constructors only allows the use of mean and shape, preventing to have a pareto with undefined mean (useful in some cases). I added such constructors and added a warning in the documentation that making a pareto with a defined mean and shape <= 1 is definitely a bad idea. If an user doesn't read the manual and doesn't know what a pareto distribution is, he deserve a core dump.