XLPack 6.1
Excel VBA Numerical Library Reference Manual
Loading...
Searching...
No Matches
Functions
C7f. Incomplete Beta functions

Functions

Function Betax (A As Double, B As Double, X As Double, Optional Info As Long) As Double
 Incomplete beta function Bx(a, b)
 
Function Betaxc (A As Double, B As Double, X As Double, Optional Info As Long) As Double
 Compliment of incomplete beta function 1 - Bx(a, b)
 
Function Ibeta (A As Double, B As Double, X As Double, Optional Info As Long) As Double
 Normalized incomplete beta function Ix(a, b)
 
Function Ibetac (A As Double, B As Double, X As Double, Optional Info As Long) As Double
 Normalized compliment of incomplete beta function 1 - Ix(a, b)
 
Function Ibetaci (A As Double, B As Double, Q As Double, Py As Double, Optional Info As Long) As Double
 Normalized compliment of incomplete beta function 1 - Ix(a, b) inverse for x
 
Function Ibetacia (B As Double, X As Double, Q As Double, Optional Info As Long) As Double
 Normalized compliment of incomplete beta function 1 - Ix(a, b) inverse for a
 
Function Ibetacib (A As Double, X As Double, Q As Double, Optional Info As Long) As Double
 Normalized compliment of incomplete beta function 1 - Ix(a, b) inverse for b
 
Function Ibetad (A As Double, B As Double, X As Double, Optional Info As Long) As Double
 Derivative of normalized incomplete beta function Ix(a, b)
 
Function Ibetai (A As Double, B As Double, P As Double, Py As Double, Optional Info As Long) As Double
 Normalized incomplete beta function Ix(a, b) inverse for x
 
Function Ibetaia (B As Double, X As Double, P As Double, Optional Info As Long) As Double
 Normalized incomplete beta function Ix(a, b) inverse for a
 
Function Ibetaib (A As Double, X As Double, P As Double, Optional Info As Long) As Double
 Normalized incomplete beta function Ix(a, b) inverse for b
 

Detailed Description

This is the group of C7f. Incomplete Beta functions.