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

Discrete uniform distribution point percent function (PPF).

Pascal
function UniformDCDFInv(p: double; N: Integer): double; overload;
Parameters 
Description 
Probability, real positive value on closed interval [0,1]. 
Distribution parameter, real positive integer. 

the Discrete uniform distribution point percent function (PPF) for probability p using the parameter N. The probability p must lie on the interval (0,1] and parameter N must be greater than 1, otherwise the result is NAN.

function UniformDCDFs(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!