Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ Carl Friedrich Gauss was pivotal in developing the mathematical framework used i

* Introduced the [Gaussian Distribution](), which describes random variables and noise in quantum systems.

* **Gaussian Distribution Formula:**
### ***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}}$

<br>
<br>

Where:
Where:
- $\large \color{DeepSkyBlue}\( \mu \)$: Mean of the distribution.
- $\large \color{DeepSkyBlue} \( \sigma \)$: Standard deviation.
- $\large \color{DeepSkyBlue} \( x \)$: Random variable.
Expand Down
Loading