LOGINV
Gibt Perzentile der Lognormalverteilung zurück.
KompatibilitätKompatibilität / LegacyÄltere Versionen
Was sie macht
Legacy Inverse Lognormalverteilung.
Syntax
LOGINV(wahrsch; mittelwert; stabw)
Argumente
wahrsch(number) — P.mittelwert(number) — ln(Mittelwert).stabw(number) — ln(SD).
Beispiele
Legacy Inv Lognorm
Berechnung Inverse.
FORMULA
=LOGINV(0,5; 0; 1)
RESULT
1
SAMPLE DATA
| A | B | C | |
|---|---|---|---|
| 1 | P | M | S |
| 2 | 0.5 | 0 | 1 |