XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches
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
 Inverse function of x for normalized compliment of incomplete beta function 1 - Ix(a, b)
 
Function Ibetacia (B As Double, X As Double, Q As Double, Optional Info As Long) As Double
 Inverse function of a for normalized compliment of incomplete beta function 1 - Ix(a, b)
 
Function Ibetacib (A As Double, X As Double, Q As Double, Optional Info As Long) As Double
 Inverse function of b for normalized compliment of incomplete beta function 1 - Ix(a, 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
 Inverse function of x for normalized incomplete beta function Ix(a, b)
 
Function Ibetaia (B As Double, X As Double, P As Double, Optional Info As Long) As Double
 Inverse function of a for normalized incomplete beta function Ix(a, b)
 
Function Ibetaib (A As Double, X As Double, P As Double, Optional Info As Long) As Double
 Inverse function of b for normalized incomplete beta function Ix(a, b)
 
Sub Betax_sub (Ret As Double, A As Double, B As Double, X As Double, Optional Info As Long)
 Incomplete beta function Bx(a, b) (Subroutine version)
 
Sub Betaxc_sub (Ret As Double, A As Double, B As Double, X As Double, Optional Info As Long)
 Compliment of incomplete beta function 1 - Bx(a, b) (Subroutine version)
 
Sub Ibeta_sub (Ret As Double, A As Double, B As Double, X As Double, Optional Info As Long)
 Normalized incomplete beta function Ix(a, b) (Subroutine version)
 
Sub Ibetac_sub (Ret As Double, A As Double, B As Double, X As Double, Optional Info As Long)
 Normalized compliment of incomplete beta function 1 - Ix(a, b) (Subroutine version)
 
Sub Ibetaci_sub (Ret As Double, A As Double, B As Double, Q As Double, Py As Double, Optional Info As Long)
 Inverse function of x for normalized compliment of incomplete beta function 1 - Ix(a, b) (Subroutine version)
 
Sub Ibetacia_sub (Ret As Double, B As Double, X As Double, Q As Double, Optional Info As Long)
 Inverse function of a for normalized compliment of incomplete beta function 1 - Ix(a, b) (Subroutine version)
 
Sub Ibetacib_sub (Ret As Double, A As Double, X As Double, Q As Double, Optional Info As Long)
 Inverse function of b for normalized compliment of incomplete beta function 1 - Ix(a, b) (Subroutine version)
 
Sub Ibetad_sub (Ret As Double, A As Double, B As Double, X As Double, Optional Info As Long)
 Derivative of normalized incomplete beta function Ix(a, b) (Subroutine version)
 
Sub Ibetai_sub (Ret As Double, A As Double, B As Double, P As Double, Py As Double, Optional Info As Long)
 Inverse function of x for normalized incomplete beta function Ix(a, b) (Subroutine version)
 
Sub Ibetaia_sub (Ret As Double, B As Double, X As Double, P As Double, Optional Info As Long)
 Inverse function of a for normalized incomplete beta function Ix(a, b) (Subroutine version)
 
Sub Ibetaib_sub (Ret As Double, A As Double, X As Double, P As Double, Optional Info As Long)
 Inverse function of b for normalized incomplete beta function Ix(a, b) (Subroutine version)
 

Detailed Description

This is the group of C7f. Incomplete Beta functions.