IDAX.PUNIF - Cumulative uniform distribution

The PUNIF function returns the probability that the value of a variable that follows the uniform distribution is smaller or equal to x.

Syntax

IDAX.PUNIF(DOUBLE x, DOUBLE minimum, DOUBLE
maximum)

Parameter descriptions

x
Mandatory.
The value that is to be computed.
Min: <minimum>
Max: <maximum>
Data type: DOUBLE
minimum
Mandatory.
The left border of the uniform interval.
Max: <maximum>
Data type: DOUBLE
maximum
Mandatory.
The right border of the uniform interval.
Min: <minimum>
Data type: DOUBLE
If the minimum value is greater than the maximum value, or if x does not belong to the interval between the minimum value and the maximum value, PUNIF(x,minimum,maximum) is null.

Returned information

DOUBLE the cumulative probability distribution from minus infinity to point x.