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

Uniform distribution PDF (vectorized).

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