Generalized exponential distribution

This is the same distribution as scipy.stats.genexpon.

mpsci.distributions.genexpon.cdf(x, a, b, c, loc=0, scale=1)

CDF of the generalized exponential distribution.

mpsci.distributions.genexpon.invcdf(p, a, b, c, loc=0, scale=1)

Inverse of the CDF of the generalized exponential distribution.

This is also known as the quantile function.

mpsci.distributions.genexpon.invsf(p, a, b, c, loc=0, scale=1)

Inverse of the survival function of the gen. exponential distribution.

mpsci.distributions.genexpon.logpdf(x, a, b, c, loc=0, scale=1)

Natural logarithm of the PDF of the generalized exponential distribution.

mpsci.distributions.genexpon.pdf(x, a, b, c, loc=0, scale=1)

PDF of the generalized exponential distribution.

mpsci.distributions.genexpon.sf(x, a, b, c, loc=0, scale=1)

Survival function of the generalized exponential distribution.

mpsci.distributions.genexpon.support(a, b, c, loc=0, scale=1)

Support of the generalized exponential distribution.