Exponentiated Weibull probability distribution

mpsci.distributions.exponweib.cdf(x, a, c, scale=1)

CDF for the exponentiated Weibull distribution.

This is the cumulative distribution function for the exponentiated Weibull distribution.

All the distribution parameters are assumed to be positive.

mpsci.distributions.exponweib.invcdf(p, a, c, scale=1)

Inverse of the CDF of the exponentiated Weibull distribution.

mpsci.distributions.exponweib.invsf(p, a, c, scale=1)

Inverse of the survival function of the exponentiated Weibull distribution.

mpsci.distributions.exponweib.logpdf(x, a, c, scale=1)

Logarithm of the PDF for the exponentiated Weibull distribution.

All the distribution parameters are assumed to be positive.

mpsci.distributions.exponweib.pdf(x, a, c, scale=1)

PDF for the exponentiated Weibull distribution.

All the distribution parameters are assumed to be positive.

mpsci.distributions.exponweib.sf(x, a, c, scale=1)

Survival function of the exponentiated Weibull distribution.

mpsci.distributions.exponweib.support(a, c, scale=1)

Support of the exponentiated Weibull distribution.