Skip to content

Commit 03b8405

Browse files
Merge pull request #318 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 77440aa + 5887f1c commit 03b8405

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,14 @@ Carl Friedrich Gauss was pivotal in developing the mathematical framework used i
119119

120120
* **Gaussian Distribution Formula:**
121121

122-
$\huge \color{DeepSkyBlue} f(x) = \frac{1}{\sqrt{2\pi\sigma^2}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}$
122+
$\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.
123130

124131

125132

0 commit comments

Comments
 (0)