Summary
Discrete uniform cumulative distribution function (CDF).
Unit
Probabilities
Declaration
Procedure UniformDCDF(X: TDenseMtxVec; N: Integer; Res: TDenseMtxVec);
Description
Calculates the discrete uniform CDF for vector X using the parameter N. The results are stored in vector Res. The Res Length and Complex properties are adjusted automatically. If vector X is complex, an exception is raised.
Declaration
Function UniformDCDF(x: Integer; N: Integer): TSample;
Result
the discrete uniform cumulative distribution function (CDF) for value x using the parameter N. The parameter N must be greater than 1, otherwise the result is NAN.
Categories
Discrete probabilities| Copyright 2008 Dew Research |
http://www.dewresearch.com