cdf

Returns the cumulative probability that a real-valued random variable x with a given continuous distribution will be found to have a value less than or equal to x.

Syntax

cdf(x

Argument

x
Real-valued random variable.

Example

Templex Expression Result
cdf(0) = 0.5
The cumulative probability for an event with a standard normal value of 0 is 50%.

Comments

The cumulative distribution function:

(1)