KOVAR
Gibt die Kovarianz zurück, den Mittelwert der für alle Datenpunktpaare gebildeten Produkte der Abweichungen.
KompatibilitätKompatibilität / LegacyÄltere Versionen
Was sie macht
Berechnet die Populationskovarianz (Legacy).
Syntax
KOVAR(matrix1; matrix2)
Argumente
matrix1(range) — Bereich 1.matrix2(range) — Bereich 2.
Beispiele
Legacy Kovarianz
Berechnung Kovarianz.
FORMULA
=KOVAR(A2:A4; B2:B4)
RESULT
50
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | X | Y |
| 2 | 1 | 10 |
| 3 | 2 | 20 |
| 4 | 3 | 40 |