Skip to content

Instantly share code, notes, and snippets.

@markusbuchholz
Created July 23, 2021 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markusbuchholz/2f4f0d6f8cd1a3a3ed7634e9ba5b1cfe to your computer and use it in GitHub Desktop.
Save markusbuchholz/2f4f0d6f8cd1a3a3ed7634e9ba5b1cfe to your computer and use it in GitHub Desktop.

68–95–99.7 rule

$$\large P_{r}(\mu - 1\sigma \leq \mu + 1\sigma ) \approx 68.27%$$ $$\large P_{r}(\mu - 2\sigma \leq \mu + 3\sigma ) \approx 95.45%$$ $$\large P_{r}(\mu - 3\sigma \leq \mu + 3\sigma ) \approx 99.73%$$

Normal distribution

$$ \large f(x) = \frac {1}{\sigma\sqrt{2\pi}} e^{-0.5\big(\frac{x -\mu} {\sigma}\big)^{2}}$$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment