statsmodels.distributions.mixture_rvs.MixtureDistribution#

class statsmodels.distributions.mixture_rvs.MixtureDistribution[source]#

univariate mixture distribution

for simple case for now (unbound support) does not yet inherit from scipy.stats.distributions

adding pdf to mixture_rvs, some restrictions on broadcasting Currently it does not hold any state, all arguments included in each method.

Methods

cdf(x, prob, dist[, kwargs])

cdf of a mixture of distributions.

pdf(x, prob, dist[, kwargs])

pdf a mixture of distributions.

rvs(prob, size, dist[, kwargs, rng])

Sample from a mixture of distributions.

Methods

cdf(x, prob, dist[, kwargs])

cdf of a mixture of distributions.

pdf(x, prob, dist[, kwargs])

pdf a mixture of distributions.

rvs(prob, size, dist[, kwargs, rng])

Sample from a mixture of distributions.