|
BetaIncompleteInverse Method
|
Inverse of incomplete beta integral.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double IncompleteInverse(
double aa,
double bb,
double yy0
)
Public Shared Function IncompleteInverse (
aa As Double,
bb As Double,
yy0 As Double
) As Double
Request Example
View SourceParameters
- aa
- Type: SystemDouble
- bb
- Type: SystemDouble
- yy0
- Type: SystemDouble
Return Value
Type:
DoubleExamples See Also