calcPdfMatrixWeibMix.RdGiven the input vector x and Weibull mixture parameters theta, calculate the probability density function (PDF) matrix, which has dimensions length(x) by numMix, where numMix = length(theta)/2. The mixture proportions are not accounted for in the calculation.
calcPdfMatrixWeibMix(x, theta)
| x | Locations at which to evaluate probability density function | 
|---|---|
| theta | The value of shape and scale parameters with the ordering [sh1,sc1,sh2,sc2,...] | 
The PDF matrix with dimensions length(x) by length(theta)/2
fitWeibMixMaxLikEM,calcPdfWeibMix