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

Uniform distribution PPF (vectorized).

Pascal
procedure UniformCDFInv(const P: TDenseMtxVec; A: double; B: double; const Res: TDenseMtxVec); overload;
Parameters 
Description 
Defines distribution probabilities, real vector or matrix with values within closed interval [0,1]. 
Distribution parameter, real value, defining distribution lower bound. 
Distribution parameter, real value, defining distribution upper bound. 
Res 
After calculation stores the PPF calculated from P, A and B. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of P. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!