Chapter Contents

Previous

Next
PROBNORM

PROBNORM



Returns the probability from the standard normal distribution

Category: Probability
See: CDF,


Syntax
Arguments
Details
Examples

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.


Examples

SAS Statements Results
x=probnorm(1.96);
0.9750021049


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.