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