Function Reference: triinv

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

Inverse of the triangular cumulative distribution function (iCDF).

For each element of p, compute the quantile (the inverse of the CDF) at p 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: tricdf, tripdf, trirnd

Source Code: triinv