Command Reference : Function Reference : Function Reference: C
  
 
@cextreme
Extreme value (Type I-minimum) cumulative distribution.
Syntax: @cextreme(x, [, u])
x: number
u: (optional) number
Return: number
Computes the cumulative distribution function
If the optional argument u is non-zero, return the upper-tail value:
Examples
= @cextreme(-0.36651)
returns 0.50000....
Cross-references
See also @dextreme, @qextreme, and @rextreme.