ibeta: Incomplete beta function

View source: R/ibeta.R

ibetaR Documentation

Incomplete beta function

Description

This function is used to compute the incomplete beta function.

Usage

ibeta(x, a, b, log = FALSE, reg = FALSE)

Arguments

x

a numeric vector in the range [0,1], the point at which the incomplete Beta function is evaluated.

a

non-negative numeric vectors, the first parameter of the incomplete beta function.

b

non-negative numeric vectors, the second parameter of the incomplete beta function.

log

logical; If TRUE, return the log incomplete beta function.

reg

logical; If TRUE, return the regularized incomplete beta function. Same as the Mathematica definition.

Value

a numeric vector.

References

http://mathworld.wolfram.com/IncompleteBetaFunction.html

TODO: let -1 < b < oO.


thiyangt/fformpp documentation built on Jan. 5, 2024, 5:44 a.m.