Previous Page | Next Page

Functions and CALL Routines

PROBNORM Function



Returns the probability from the standard normal distribution.
Category: Probability
See: CDF Function

Syntax
Arguments
Details
Examples
See Also

Syntax

PROBNORM(x)


Arguments

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.  [cautionend]


Examples

SAS Statements Results
x=probnorm(1.96);
0.9750021049


See Also

Functions:

CDF Function

LOGCDF Function

LOGPDF Function

LOGSDF Function

PDF Function

SDF Function

Previous Page | Next Page | Top of Page