diff --git a/README.md b/README.md index 8e452ac..b68e73c 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,14 @@ Carl Friedrich Gauss was pivotal in developing the mathematical framework used i * **Gaussian Distribution Formula:** - $\huge \color{DeepSkyBlue} f(x) = \frac{1}{\sqrt{2\pi\sigma^2}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}$ + $\huge \color{DeepSkyBlue} f(x) = \frac{1}{\sqrt{2\pi\sigma^2}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}$ + + Where: + - **\( \mu \)**: Mean of the distribution. + - **\( \sigma \)**: Standard deviation. + - **\( x \)**: Random variable. + + This formula is widely used to model measurement uncertainties in quantum mechanics.