Given 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)

Arguments

x

Locations at which to evaluate probability density function

theta

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

Value

The PDF matrix with dimensions length(x) by length(theta)/2

See also

fitWeibMixMaxLikEM,calcPdfWeibMix