calcCdfWeibMix.Rd
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)
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,...] |
The CDF vector for the input vector x
fitWeibMixMaxLikEM,calcPdfWeibMix,calcPdfMatrixWeibMix