KONFIDENZ.NORM
Gibt das Konfidenzintervall für den Erwartungswert einer Zufallsvariablen zurück.
StatistischStatistik & Analyse
Was sie macht
Berechnet das Konfidenzintervall unter Annahme einer Normalverteilung.
Syntax
KONFIDENZ.NORM(alpha; stabw; umfang)
Argumente
alpha(number) — Signifikanzniveau (z.B. 0,05 für 95%).stabw(number) — Standardabweichung.umfang(number) — Stichprobengröße.
Beispiele
Konfidenzintervall
Berechnet Intervall für 95%.
FORMULA
=KONFIDENZ.NORM(0,05; 10; 100)
RESULT
1.96
SAMPLE DATA
| A | B | C | |
|---|---|---|---|
| 1 | Alpha | SD | N |
| 2 | 0.05 | 10 | 100 |