Burr type XII probability distribution¶
- mpsci.distributions.burr12.cdf(x, c, d, scale)¶
Cumulative distribution function of the Burr type XII distribution.
- mpsci.distributions.burr12.invcdf(p, c, d, scale)¶
Inverse of the CDF of the Burr type XII distribution.
- mpsci.distributions.burr12.invsf(p, c, d, scale)¶
Inverse of the survival function of the Burr type XII distribution.
- mpsci.distributions.burr12.logcdf(x, c, d, scale)¶
Natural logarithm of the CDF of the Burr type XII distribution.
- mpsci.distributions.burr12.logpdf(x, c, d, scale)¶
Natural logarithm of the PDF of the Burr type XII distribution.
- mpsci.distributions.burr12.logsf(x, c, d, scale)¶
Natural logarithm of the survival function of the Burr type XII distribution.
- mpsci.distributions.burr12.mean(c, d, scale)¶
Mean of the Burr type XII distribution.
- mpsci.distributions.burr12.median(c, d, scale)¶
Median of the Burr type XII distribution.
- mpsci.distributions.burr12.mode(c, d, scale)¶
Mode of the Burr type XII distribution.
- mpsci.distributions.burr12.nll(x, c, d, scale)¶
Negative log-likelihood for the Burr type XII distribution.
x must be a sequence of numbers.
- mpsci.distributions.burr12.pdf(x, c, d, scale)¶
Probability density function of the Burr type XII distribution.
- mpsci.distributions.burr12.sf(x, c, d, scale)¶
Survival function of the Burr type XII distribution.
- mpsci.distributions.burr12.support(c, d, scale)¶
Support of the Burr type XII distribution.
- mpsci.distributions.burr12.var(c, d, scale)¶
Variance of the Burr type XII distribution.