Skip to content
Prev 258467 / 398503 Next

how to generate a normal distribution with mean=1, min=0.2, max=0.8

On Fri, 29 Apr 2011, David Winsemius wrote:

            
Right -- I chose N=500, as did the OP.  I think the order statistics for 
the normal are pretty complex, but it wouldn't be hard to use the density 
for order statistics for the uniform to compute the appropriate values for 
a standard normal, then rescale.

http://en.wikipedia.org/wiki/Order_statistic#The_order_statistics_of_the_uniform_distribution

You'd have to multiply the beta density times the inverse normal cdf and 
get the weighted average for a set of points.  It doesn't sound terribly 
difficult but I don't want to do it!  ;-)

Mike