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

Triangular cumulative distribution function (CDF).

Pascal
function TriangularCDF(x: double; a: double; b: double; c: double): double; overload;
Parameters 
Description 
Distribution domain, real value on closed interval [a,b]. 
Distribution locagtion parameter, real value, smaller than parameter b. 
Distribution scale parameter, real value, greater than parameter a. 
Distribution shape parameter, real value on closed interval [a,b]. 

the triangular cumulative distribution function for value x using the parameters a,b,c.

function TriangularPDF(x: single; a,b,c: single): single; overload;  

The triangular cumulative distribution function is defined by the following equation: 

 

The result of TriangularCDF 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].

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!