Dew MtxVec NET
TriangularCDF Routines
Summary
Triangular cumulative distribution function (CDF).

Unit
Probabilities

Declaration
Function TriangularCDF(x: TSample; a, b, c: TSample): TSample;
Result
the triangular cumulative distribution function for value x using the parameters a,b,c. The triangular cumulative distribution function is defined by the following equation:

The result of StudentCDF is the probability that a single observation from the triangular distribution with location parameter a, scale parameter b and shape parameter c fall in the interval (a,x].
Categories
Continuous probabilities
 See Also 
TriangularPDF 
TriangularCDFInv 

Declaration
Procedure TriangularCDF(X: TDenseMtxVec; a, b, c: TSample; Res: TDenseMtxVec);

Description
Calculates the triangular CDF for vector X using the parameters a,b,c. 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.

Copyright 2008 Dew Research
http://www.dewresearch.com