Given the input vector x and Weibull mixture proportions and parameters z and theta, calculate the probability density function for the input vector x.

calcPdfWeibMix(x, z, theta)

Arguments

x

Locations at which to evaluate probability density function

z

Vector of mixture proportions

theta

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

Value

The PDF vector for the input vector x

See also

fitWeibMixMaxLikEM,calcPdfMatrixWeibMix