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.
- minimum
- Mandatory.
- maximum
- Mandatory.
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.