You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.UniformCDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.UniformCDF Function

Uniform cumulative distribution function (CDF).

Pascal
function UniformCDF(x: double; a: double; b: double): double; overload;
Parameters 
Description 
Distribution domain, real value on closed interval [a,b]. 
Distribution parameter, real value, defining distribution lower bound. 
Distribution parameter, real value, defining distribution upper bound. 

the uniform cumulative distribution function (CDF) for value x using the parameters a and b. The parameter a must be smaller than parameter b, otherwise the result is NAN.

function UniformPDF(x: single; a, b: single): single; overload;  

The uniform cumulative distribution function is defined by the following equation: 

 

where a and b define the interval on which uniform CDF is defined.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!