Statistik: Regressionsgerade

This commit is contained in:
Christian Bay 2015-10-01 16:58:26 +02:00
parent 7336e2c2ec
commit 495e9236b4

View File

@ -61,6 +61,29 @@ Wobei der Index fuer die n'te Zahl in einer Angabe in Stile von \{A,B,C,...\} st
^{-1}
\]
Wobei P die Uebergangsmatrix ist. Die Alternative ist die Matrix solang zu potentieren bis sie konvergiert.
\section{Regressionsgerade}
\subsection{Gauss'sche Normalengleichung}
Die Regressionsgerade wird mit der Gauss'schen Normalengleichung geloest.
\begin{align}
\begin{pmatrix}
\sum x_i^2 & \sum x_i \\
\sum x_i & n
\end{pmatrix}
\begin{pmatrix}
a \\
b
\end{pmatrix}
=
\begin{pmatrix}
\sum x_i*y_i \\
\sum y_i
\end{pmatrix} \text{, mit $i \in n$}
\end{align}
Regressionsgerade:
\begin{align}
y(x) = a*x + b
\end{align}
\section{Mengen}
\subsection{o-Algebra}
- leere Menge enthalten\\