Benktander I Distribution¶
- mpsci.distributions.benktander1.cdf(x, a, b)¶
CDF of the Benktander I distribution.
Variable names follow the convention used on wikipedia.
- mpsci.distributions.benktander1.invcdf(p, a, b)¶
Inverse of the CDF of the Benktander I distribution.
Variable names follow the convention used on wikipedia.
- mpsci.distributions.benktander1.invsf(p, a, b)¶
Inverse of the survival function of the Benktander I distribution.
Variable names follow the convention used on wikipedia.
- mpsci.distributions.benktander1.logpdf(x, a, b)¶
Logarithm of the PDF of the Benktander I distribution.
Variable names follow the convention used on wikipedia.
- mpsci.distributions.benktander1.mean(a, b)¶
Mean of the Benktander I distribution.
Variable names follow the convention used on wikipedia.
- mpsci.distributions.benktander1.nll(x, a, b)¶
Negative log-likelihood function for the Benktander I distribution.
x must be a sequence of numbers with values greater than or equal to 1.
- mpsci.distributions.benktander1.pdf(x, a, b)¶
PDF of the Benktander I distribution.
Variable names follow the convention used on wikipedia.
- mpsci.distributions.benktander1.sf(x, a, b)¶
Survival function of the Benktander I distribution.
Variable names follow the convention used on wikipedia.
- mpsci.distributions.benktander1.support(a, b)¶
Support of the Benktander I distribution.
- mpsci.distributions.benktander1.var(a, b)¶
Variance of the Benktander I distribution.
Variable names follow the convention used on wikipedia.