mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[PS] example for estimators, fixes
This commit is contained in:
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user