NORMINV
Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.
| Category | Statistical |
| Syntax | NORMINV(probability, mean, standard_dev) |
Parameters
| Parameter | Required | Description |
|---|---|---|
probability | Required | A probability corresponding to the normal distribution (0 < p < 1). |
mean | Required | The arithmetic mean of the distribution. |
standard_dev | Required | The standard deviation of the distribution. |
Example
NORMINV(A1:A10)
Auto-generated from the EngCanvas function registry.