Create a Weibull mixing distribution.
See DirichletProcessWeibull
for the default prior and hyper prior distributions.
WeibullMixtureCreate( priorParameters, mhStepSize, hyperPriorParameters = c(6, 2, 1, 0.5) )
priorParameters
: Prior parameters for the Weibull parametersmhStepSize
: Metropolis Hastings Step SizehyperPriorParameters
: Parameters for the hyper-priorsA mixing distribution object.
Useful links