Hi,
For teaching purposes, I'm trying to create a dataset with 4 or 5 different distributions that all have a mean of 0 and sigma of 1. The lesson will be that sometimes the variation that is out there is more complicated than can be summarized from just those two numbers.
The first distribution is easy since it will be the "standard" normal distribution where the Random Normal() formula yields mean=0 and sigma=1, but then I get stuck because I haven't been able to figure out to adjust the skewness and kurtosis in the other random number sets. I would also like to add add a few other distribution types like exponential, geometric, and so on.
thanks for the help,
Sean