Hacker News new | ask | show | jobs
by d0mine 1432 days ago
For the normal distribution, 2-sigma events happen around 5% of the time:

    >>> import statistics                                                         
    >>> 2*statistics.NormalDist().cdf(-2)                                         
    0.04550026389635842