10-Marble
November 5, 2018
Solved
Truncate Array to Count out of Range Results | Monte Carlo
- November 5, 2018
- 3 replies
- 3091 views
Hello Community,
I have a worksheet running Monte Carlo simulation where I look at the output array and calculate a mean and standard deviation. I would like to use those results to calculate the number of simulations where the result was out of a range. For example, calculate the number of results than are more than 3 standard deviations from the mean. I can write "for" loops to do this work, but I feel like there might be a more elegant way to "throw out" out of range elements of an array.

