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

Discrete uniform cumulative distribution function (CDF).

Pascal
function UniformDCDF(x: Integer; N: Integer): double; overload;

the discrete uniform cumulative distribution function (CDF) for value x using the parameter N. The parameter N must be greater or equal to 1, otherwise the result is NAN.

function UniformDPDFs(x: Integer; N: Integer): single; overload;

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