Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

aa
Type: SystemDouble
bb
Type: SystemDouble
yy0
Type: SystemDouble

Return Value

Type: Double
Examples
Please see Beta
See Also