rb
This commit is contained in:
parent
4b68bff85a
commit
04422f7c14
@ -73,7 +73,6 @@
|
|||||||
Beispiel:
|
Beispiel:
|
||||||
$$
|
$$
|
||||||
x = [1, 2, 3, 4, 5], y = [2, 3, 5, 4, 6] \\
|
x = [1, 2, 3, 4, 5], y = [2, 3, 5, 4, 6] \\
|
||||||
y = mx+c
|
|
||||||
$$
|
$$
|
||||||
1. x, y Tabelle erstellen
|
1. x, y Tabelle erstellen
|
||||||
<div align="center">
|
<div align="center">
|
||||||
@ -102,5 +101,14 @@ m = \frac{n(\sum_{xy}) - \sum_x * \sum_y}{n(\sum_{x^2} - (\sum_x)^2)} \\[1em]
|
|||||||
|
|
||||||
m = \frac{5 * 69 - 15 * 20}{5 * 55 - 15^2} = 0.9
|
m = \frac{5 * 69 - 15 * 20}{5 * 55 - 15^2} = 0.9
|
||||||
$$
|
$$
|
||||||
|
|
||||||
|
4. Werte in Formel einsetzen
|
||||||
|
$$
|
||||||
|
y = mx+c \\
|
||||||
|
y = 0.9x+1.4
|
||||||
|
$$
|
||||||
|
|
||||||
|
5. Funktionsgraphen mit Regressionsgerade Zeichnen
|
||||||
|

|
||||||
## Klassifikation
|
## Klassifikation
|
||||||
## Unsupervised Learning Clustering
|
## Unsupervised Learning Clustering
|
||||||
Loading…
x
Reference in New Issue
Block a user