This is likely a super basic question but I'm having some trouble getting this to work. I have a random number generator that generates an array of 100 numbers. I'd like to run the script 100 times and capture the mean of the arrays and plot it into a histogram. This is likely just a for loop away from the solution, but im struggling to get it into place. Thanks!
y(i) = 90*exp(0.25*x(i)+ (0.08-0.25^2))
I just want to plot the average of 100 y arrays