Auskommentierten Code gelöscht

This commit is contained in:
Christian Bay 2015-10-03 10:14:30 +02:00
parent 858e1d8892
commit 5040621842

View File

@ -36,34 +36,6 @@
Wobei der Index f\"ur die n'te Zahl in einer Angabe in Stile von \{A,B,C,...\} steht. Wobei der Index f\"ur die n'te Zahl in einer Angabe in Stile von \{A,B,C,...\} steht.
\subsection{empirische Varianz} \subsection{empirische Varianz}
\[x_{var}=\frac{1}{n-1}\sum_{i=1}^n (x_i-x_{median})\] \[x_{var}=\frac{1}{n-1}\sum_{i=1}^n (x_i-x_{median})\]
%\subsection{Gleichgewichtsverteilung}
%\[
% G_{var} =
% \begin{pmatrix}
% 1 \\
% . \\
% . \\
% 1
% \end{pmatrix}
% *\left [
% \begin{pmatrix}
% 1&.&.& 0 \\
% . & 1 &.& . \\
% . & . &1& . \\
% 0&.&.&1
%
% \end{pmatrix}-P+
% \begin{pmatrix}
% 1&.&.&1 \\
% .&.&.&. \\
% .&.&.&. \\
% 1&.&.&1
% \end{pmatrix}\right ]
% ^{-1}
%\]
%Wobei P die \"Ubergangsmatrix ist. Die Alternative ist die Matrix solang
%zu potentieren bis sie konvergiert.
\section{Regressionsgerade} \section{Regressionsgerade}
\subsection{Gauss'sche Normalengleichung} \subsection{Gauss'sche Normalengleichung}
Die Regressionsgerade wird mit der Gauss'schen Normalengleichung gel\"ost. Die Regressionsgerade wird mit der Gauss'schen Normalengleichung gel\"ost.