Click or drag to resize
Accord.NET (logo)

GammaLowerIncomplete Method

Lower incomplete regularized gamma function P (a.k.a. the incomplete Gamma function).

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double LowerIncomplete(
	double a,
	double x
)
Request Example View Source

Parameters

a
Type: SystemDouble
x
Type: SystemDouble

Return Value

Type: Double
Remarks
This function is equivalent to P(x) = γ(s, x) / Γ(s).
See Also