This commit is contained in:
Oscar Plaisant
2024-12-25 22:30:24 +01:00
parent 4a9afe51fa
commit 602a41e7f8
2098 changed files with 11681 additions and 2271 deletions

View File

@@ -1,5 +1,5 @@
up:: [[statistiques]], [[cheat sheet]]
#maths/statistiques
#s/maths/statistiques
- loi binomiale $\mathcal{B}(n, p)$ : $E(X) = n\cdot p$, $\sigma(X) = \sqrt{ n\cdot p\cdot (1-p) }$
- loi de poisson $\mathcal{P}(\lambda)$ : $P(X=k) = \dfrac{\lambda^{k}e^{k}}{k!}$, $E(X) = V(X) = \lambda$, $\sigma(X) = \sqrt{ \lambda }$