Function Reference: tricdf

statistics: p = tricdf (x, a, b, c)

Triangular cumulative distribution function (CDF).

For each element of x, compute the cumulative distribution function (CDF) at x of the triangular distribution with parameters a, b, and c on the interval [a, b]. The size of p is the common size of the input arguments. A scalar input functions as a constant matrix of the same size as the other inputs.

See also: triinv, tripdf, trirnd

Source Code: tricdf