|
BetaIncbcf Method
|
Continued fraction expansion #1 for incomplete beta integral.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double Incbcf(
double a,
double b,
double x
)
Public Shared Function Incbcf (
a As Double,
b As Double,
x As Double
) As Double
Request Example
View SourceParameters
- a
- Type: SystemDouble
- b
- Type: SystemDouble
- x
- Type: SystemDouble
Return Value
Type:
DoubleExamples See Also