mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[PS] Start rewrite of max likelihood section
Also adds various small quality of life improvements and simpler explanations
This commit is contained in:
@@ -55,3 +55,6 @@ $\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$
|
||||
|
||||
|
||||
% TODO: Add log and power laws
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
\newpage
|
||||
\subsection{Tabelle von Auf- und Ableitungen}
|
||||
Für Integrale von stückweisen Funktionen, stückweise Integrieren und aufsummieren.
|
||||
\begin{scriptsize}
|
||||
\begin{tables}{lll}{\tr{Antiderivative}{Stammfunktion} & \tr{Function}{Funktion} & \tr{Derivative}{Ableitung}}
|
||||
$\displaystyle \frac{x^{n + 1}}{n + 1}$ & $x^n$ & $n \cdot x^{n - 1}$ \\
|
||||
@@ -40,14 +42,14 @@
|
||||
$\arcsin \left( \frac{x}{|a|} \right)$ & $\frac{1}{\sqrt{x^2 - a^2}}$ \\
|
||||
$\frac{1}{a}\arctan \left( \frac{x}{|a|} \right)$ & $\frac{1}{a^2 - x^2}$ \\
|
||||
\end{tables}
|
||||
\begin{tables}{cc}{$F(x)$ & $f(x)$}
|
||||
$-\frac{1}{a} \cos(ax + b)$ & $\sin(ax + b)$ \\
|
||||
$\frac{1}{a} \sin(ax + b)$ & $\cos(ax + b)$ \\[1mm]
|
||||
\hline
|
||||
$x^x$ & $x^x \cdot (1 + \ln|x|)$ \\
|
||||
$(x^x)^x$ & $(x^x)^x \cdot (x + 2x\ln|x|)$ \\
|
||||
$x^{(x^x)}$ & $x^{(x^x)} \cdot (x^{x - 1} + \ln|x| \cdot x^x (1 + \ln|x|))$ \\
|
||||
\hline \\[-3mm]
|
||||
$\frac{1}{2}(x - \frac{1}{2} \sin(2x))$ & $\sin(x)^2$ \\[1mm]
|
||||
$\frac{1}{2}(x + \frac{1}{2} \sin(2x))$ & $\cos(x)^2$ \\
|
||||
\end{tables}
|
||||
% \begin{tables}{cc}{$F(x)$ & $f(x)$}
|
||||
% $-\frac{1}{a} \cos(ax + b)$ & $\sin(ax + b)$ \\
|
||||
% $\frac{1}{a} \sin(ax + b)$ & $\cos(ax + b)$ \\[1mm]
|
||||
% \hline
|
||||
% $x^x$ & $x^x \cdot (1 + \ln|x|)$ \\
|
||||
% $(x^x)^x$ & $(x^x)^x \cdot (x + 2x\ln|x|)$ \\
|
||||
% $x^{(x^x)}$ & $x^{(x^x)} \cdot (x^{x - 1} + \ln|x| \cdot x^x (1 + \ln|x|))$ \\
|
||||
% \hline \\[-3mm]
|
||||
% $\frac{1}{2}(x - \frac{1}{2} \sin(2x))$ & $\sin(x)^2$ \\[1mm]
|
||||
% $\frac{1}{2}(x + \frac{1}{2} \sin(2x))$ & $\cos(x)^2$ \\
|
||||
% \end{tables}
|
||||
|
||||
Reference in New Issue
Block a user