Benktander II Distribution

mpsci.distributions.benktander2.cdf(x, a, b)

CDF of the Benktander II distribution.

Variable names follow the convention used on wikipedia.

mpsci.distributions.benktander2.invcdf(p, a, b)

Inverse CDF of the Benktander II distribution.

Variable names follow the convention used on wikipedia.

mpsci.distributions.benktander2.invsf(p, a, b)

Inverse survival function of the Benktander II distribution.

Variable names follow the convention used on wikipedia.

mpsci.distributions.benktander2.logpdf(x, a, b)

Logarithm of the PDF of the Benktander II distribution.

Variable names follow the convention used on wikipedia.

mpsci.distributions.benktander2.mean(a, b)

Mean of the Benktander II distribution.

Variable names follow the convention used on wikipedia.

mpsci.distributions.benktander2.nll(x, a, b)

Negative log-likelihood function for the Benktander II distribution.

x must be a sequence of numbers with values greater than or equal to 1.

mpsci.distributions.benktander2.pdf(x, a, b)

PDF of the Benktander II distribution.

Variable names follow the convention used on wikipedia.

mpsci.distributions.benktander2.sf(x, a, b)

Survival function of the Benktander II distribution.

Variable names follow the convention used on wikipedia.

mpsci.distributions.benktander2.support(a, b)

Support of the Benktander II distribution.

mpsci.distributions.benktander2.var(a, b)

Variance of the Benktander II distribution.

Variable names follow the convention used on wikipedia.