|
BetaIncomplete Method
|
Incomplete (regularized) Beta function Ix(a, b).
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double Incomplete(
double a,
double b,
double x
)
Public Shared Function Incomplete (
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