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