PROBNORM Function

Returns the probability from the standard normal distribution.

Category: Probability
See: CDF Function

Syntax

PROBNORM(x)

Required Argument

x

is a numeric random variable.

Details

The PROBNORM function returns the probability that an observation from the standard normal distribution is less than or equal to x.
Note: PROBNORM is the inverse of the PROBIT function.

Example

The following SAS statement produces this result.
SAS Statement
Result
x=probnorm(1.96);
0.9750021049