Given the input vector x and Weibull mixture proportions and parameters z and theta, calculate the cumulative density function (CDF) for the input vector x.

calcCdfWeibMix(x, z, theta)

Arguments

x

Locations at which to evaluate cumulative density function

z

Vector of mixture proportions

theta

The value of shape and scale parameters with the ordering [sh1,sc1,sh2,sc2,...]

Value

The CDF vector for the input vector x

See also

fitWeibMixMaxLikEM,calcPdfWeibMix,calcPdfMatrixWeibMix