Mixture Distribution
This class models mixture distributions that have continuous distributions as their components.
Parameters
the list of distributions to be mixed
the mixing distribution specified as a CDF
an optional name
Properties
The distributions that are mixed.
The mixing weights as a CDF
The total number of parameters in the mixing distribution. Each weight counts as a parameter and the total number of parameters associated with the distributions.
The mixing weights.
Functions
This function returns the parameters of the mixture distribution as a list of double arrays. The first array is the CDF of the mixture. Then, each parameter array from the list of supplied distributions.
This function returns the parameters of the mixture distribution as an array. The array will have the following form
This function sets the parameters of the distribution according to the supplied array. The array must have the following form
Promises to return a random variable that uses the supplied stream number using the supplied stream provider