Liking cljdoc? Tell your friends :D

automaton-optimization.maths.gamma

Calculation of gamma function

Calculation of gamma function
raw docstring

betaclj/s

(beta a b)

Computes the beta function.

Computes the beta function.
raw docstring

betacfclj/s

(betacf x a b)

Evaluates the continued fraction for the incomplete beta function. Modified Lentz's method.

Evaluates the continued fraction for the incomplete beta function.
Modified Lentz's method.
raw docstring

erfclj/s

(erf x)

Computes the error function.

Computes the error function.
raw docstring

erfcclj/s

(erfc x)

Computes the complementary error function.

Computes the complementary error function.
raw docstring

erfcinvclj/s

(erfcinv p)

Computes the inverse of the complementary error function.

Computes the inverse of the complementary error function.
raw docstring

gammaclj/s

(gamma x)

Computes the value of Γx.

Computes the value of Γx.
raw docstring

gamma-pinvclj/s

(gamma-pinv p a)

Returns the inverse of the lower regularized incomplete gamma function.

Returns the inverse of the lower regularized incomplete gamma function.
raw docstring

ibetaclj/s

(ibeta x a b)

Returns the incomplete beta function I_x(a,b).

Returns the incomplete beta function I_x(a,b).
raw docstring

ibetainvclj/s

(ibetainv p a b)

Returns the inverse of the incomplete beta function.

Returns the inverse of the incomplete beta function.
raw docstring

inv-gamma-1pm1clj/s

(inv-gamma-1pm1 x)

Computes the function (dec (/ 1 (gamma (inc x)))), where x∊[-0.5;0.5].

Computes the function `(dec (/ 1 (gamma (inc x))))`, where `x∊[-0.5;0.5]`.
raw docstring

lanczos-approximationclj/s

(lanczos-approximation x)

Computes the Lanczos approximation to the Gamma function for x.

Computes the Lanczos approximation to the Gamma function for `x`.
raw docstring

log-betaclj/s

(log-beta a b)

Computes the log of the beta function.

Computes the log of the beta function.
raw docstring

log-gammaclj/s

(log-gamma x)

Computes the value of ln(Γx).

Computes the value of ln(Γx).
raw docstring

log-gamma-1pclj/s

(log-gamma-1p x)

Computes the function (ln (gamma (inc x))), where x∊[-0.5;0.5].

Computes the function `(ln (gamma (inc x)))`, where `x∊[-0.5;0.5]`.
raw docstring

lower-regularized-gammaclj/s

(lower-regularized-gamma a x)

Computes the lower regularized incomplete gamma function P(a,x).

Computes the lower regularized incomplete gamma function P(a,x).
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close