We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77440aa + 5887f1c commit 03b8405Copy full SHA for 03b8405
README.md
@@ -119,7 +119,14 @@ Carl Friedrich Gauss was pivotal in developing the mathematical framework used i
119
120
* **Gaussian Distribution Formula:**
121
122
- $\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}}$
123
+
124
+ Where:
125
+ - **\( \mu \)**: Mean of the distribution.
126
+ - **\( \sigma \)**: Standard deviation.
127
+ - **\( x \)**: Random variable.
128
129
+ This formula is widely used to model measurement uncertainties in quantum mechanics.
130
131
132
0 commit comments