|
BetaPowerSeries Method
|
Power series for incomplete beta integral. Use when b*x
is small and x not too close to 1.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double PowerSeries(
double a,
double b,
double x
)
Public Shared Function PowerSeries (
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