In running Monte-Carlo simulations, I've noticed that <a href="http://en.wikipedia.org/wiki/Fat_tail">fat-tails</a> often occur, on 10,000 trade scramble runs, I've noticed several 7 sigma events are within the realm of possibility, though statistically, under a normal distribution, these would be nearly impossible. So I decided to do some research and found this great piece from wikipedia.org, which is one way of interpreting the results:<br></p><p style="font-style: italic;">One can always use <a href="http://en.wikipedia.org/wiki/Chebyshev%27s_inequality" title="Chebyshev's inequality">Chebyshev's inequality</a>:</p> <dl style="font-style: italic;"><dd>At least 50% of the values are within 1.4 standard deviations from the mean.</dd><dd>At least 75% of the values are within 2 standard deviations from the mean.</dd><dd>At least 89% of the values are within 3 standard deviations from the mean.</dd><dd>At least 94% of the values are within 4 standard deviations from the mean.</dd><dd>At least 96% of the values are within 5 standard deviations from the mean.</dd><dd>At least 97% of the values are within 6 standard deviations from the mean.</dd><dd>At least 98% of the values are within 7 standard deviations from the mean.</dd><dd>At least 1âËâk<sup>âËâ2</sup> of the values are within k standard deviations from the mean.</dd></dl><br>Without going into the statistical proofs, Chebyshev's inequality allows one to apply standard deviation to these fat-tail events, since it applies to random variables of any distribution. One can create somewhat more accurate levels of confidence using this simple principle.