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.
1 parent ab6a3e8 commit 04d9d86Copy full SHA for 04d9d86
reference-card.tex
@@ -203,6 +203,11 @@ \subsection*{Plots erstellen}
203
Plotten eines Histograms mit der Fläche 1 unter den Balken
204
205
\subsection*{Verteilungen}
206
+\pythoninline{cdf}: $P(X \leq x)$ \\
207
+\pythoninline{ppf}: Quantile der Verteilung \\
208
+\pythoninline{pdf}: Dichte an der Stelle $x$ \\
209
+\pythoninline{rvs}: $size$ Zufallszahlen generieren \\
210
+
211
\pythoninline{st.uniform.cdf(x=1, loc=0, scale=7)} \\
212
$P(X \leq 1)$ falls $X \sim Unif(0, 7)$ \\
213
0 commit comments