alte Gleichgewichtsverteilungsformel oben raus

This commit is contained in:
Sheppy 2015-10-02 13:43:26 +02:00
parent 09b5a4938a
commit 5231f4d76b

View File

@ -36,32 +36,33 @@
Wobei der Index f\"ur die n'te Zahl in einer Angabe in Stile von \{A,B,C,...\} steht.
\subsection{empirische Varianz}
\[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.
%\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}
\subsection{Gauss'sche Normalengleichung}