normal_cdf(X;U;S)

Returns the cumulative distribution function value at X for a normal distribution.

Syntax

normal_cdf(X;U;S)

Input

Argument Type Description
X integer A scalar value or the name of a column

The value to evaluate with

U integer A scalar value or the name of a column

This value is the mean.

S integer A scalar value or the name of a column

This value is the standard deviation.

Return Value

Returns the cumulative distribution function value at X for a normal distribution.

If any argument is N/A, the result is N/A.