KOVARIANZ.S
Gibt die Kovarianz einer Stichprobe zurück, d. h. den Mittelwert der für alle Datenpunktpaare gebildeten Produkte der Abweichungen
StatistischStatistik & Analyse
Was sie macht
Berechnet die Stichprobenkovarianz.
Syntax
KOVARIANZ.S(matrix1; matrix2)
Argumente
matrix1(range) — Bereich 1.matrix2(range) — Bereich 2.
Beispiele
Stichproben-Kovarianz
Berechnung Kovarianz.
FORMULA
=KOVARIANZ.S(A2:A4; B2:B4)
RESULT
75
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | X | Y |
| 2 | 1 | 10 |
| 3 | 2 | 20 |
| 4 | 3 | 40 |