STANDARDISIERUNG
Gibt einen standardisierten Wert zurück.
StatistischStatistik & Analyse
Was sie macht
Berechnet den Z-Wert ((x - Mittelwert) / Stabw).
Syntax
STANDARDISIERUNG(x; mittelwert; stabw)
Argumente
x(number) — Wert.mittelwert(number) — Mittelwert.stabw(number) — Standardabweichung.
Beispiele
Z-Score
Standardisiert 42.
FORMULA
=STANDARDISIERUNG(42; 40; 2)
RESULT
1
SAMPLE DATA
| A | B | C | |
|---|---|---|---|
| 1 | X | M | S |
| 2 | 42 | 40 | 2 |