[PS] example for estimators, fixes

This commit is contained in:
2026-06-18 10:48:32 +02:00
parent bb96350208
commit bf86376f27
8 changed files with 39 additions and 13 deletions
@@ -1,6 +1,7 @@
\rmvspace
\subsection{Verschiedene Funktionen}
\subsubsection{Logarithmen}
Hier ist wieder $\log = \ln$ (wenn keine Basis gegeben)
\begin{itemize}
\item \textit{(Basiswechsel)} $\log_a(x) = \frac{\ln(x)}{\ln(a)}$
\item \textit{(Potenzen)} $\log_a(x^y) = y\log_a(x)$
@@ -50,4 +51,5 @@ $\cosh(x) := \frac{\sinh(x)}{\cosh(x)} = \frac{e^x - e^{-x}}{e^x + e^{-x}} : \R
\subsubsection{Reihen}
\label{sec:series}
$\prod_{k = 1}^{n} \vartheta (1 - \vartheta)^{x_k - 1} = \vartheta^n (1 - \vartheta)^{S - n}$ mit $S = \sum_{k = 1}^{n} x_k$