I am trying to generate 1000 sets of 130 random numbers which fit the skewed normal distribution of the numbers below:
-10.4, -9.3, -6.8, -4.8, -5.7, -5.8, -4.5, -3.4, -2, 0.3, -0.4, -4.1, -6.9, -5.9, -2.5, -2, -2.8, -3.2, -4.4, -2, -1.4, 0.9, -1, -4.1, -11.7, 0.1
The mean of these numbers is -3.99, the standard deviation is 3.17, the skew is -0.71 and the kurtosis is 0.22.
I would really like to be able to do it using Excel formulae, as I am a complete novice with VBA, and I need to repeat this exercise with different means, SDs and skews. I also want to be able to understand it, and VBA is another language to me.