NORM.S.INV

The NORM.S.INV function returns the inverse of the cumulative standard normal distribution of a probability.

Syntax

NORM.S.INV(
    probability
)

Parameters
  • probability: Probability value corresponding to a standard normal distribution.
Returned value

The NORM.S.INV function returns a real number.

Examples

We can calculate the inverse of the standard normal distribution of probability 0.66 with the following measure:

distribución = NORM.S.INV(0.66)
NORM.S.INV function. Example of use
Category
Statistical
Submitted by admin on Mon, 01/14/2019 - 13:13