ReferenceFunctionsStatistics Functions
LOGNORM.DIST
LOGNORM.DIST: Returns the log-normal probability at `x` as either a cumulative value or density.
Summary
LOGNORM.DIST models positive-valued variables where ln(X) follows a normal distribution.
Remarks
- Set
cumulativeto non-zero for CDF mode; set it to0for PDF mode. - Requires
x > 0andstandard_dev > 0. - Returns
#NUM!whenx <= 0orstandard_dev <= 0. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Log-normal CDF at x = 1
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.5
Log-normal PDF at x = 1
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.3989422804014327
Related functions
Runtime metadata
Category
Statistics
Signature
LOGNORM.DIST(arg1: Number, arg2: Number, arg3: Number, arg4: Number)Arity
min 4, max 4
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
arg4Number · Scalar · coercion NumberLenientText
Caps
PURE
Source