SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3

PROBNORM Function

Returns the probability from the standard normal distribution

Category: Probability

See: 'CDF Function' on page 418

Syntax

PROBNORM ( x )

Arguments

x

Details

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

Examples

SAS Statements

Results

x=probnorm(1.96);

0.9750021049

Категории