January 28th, 2004, 7:05 pm
I hate to be picky, but it the distribution has a "non standard skewness and kurtosis" then it is probably not normal. ...Anyway, if you have the inverse cumulative distribution function for the distribution, you can use that in Excel, using the RAND() function as an input. ...I know you don't want the normal, but just for the sake of example, if you wanted some random draws from the standard normal distribution then you could just use:=NORMSINV(RAND())If the CDF of your distribution isn't invertable, there may be a good approximation to the inverse that you can use.As for fitting the distribution, you should probably look to another application. You could do this in Excel, but it wouldn't be easy.