Click or drag to resize

SpecialFunctionsGammaLowerRegularizedInv Method

Returns the inverse P^(-1) of the regularized lower incomplete gamma function P(a,x) = 1/Gamma(a) * int(exp(-t)t^(a-1),t=0..x) for real a > 0, x > 0, such that P^(-1)(a,P(a,x)) == x.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GammaLowerRegularizedInv(
	double a,
	double y0
)

Parameters

a  Double

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.SpecialFunctions.GammaLowerRegularizedInv(System.Double,System.Double)"]

y0  Double

[Missing <param name="y0"/> documentation for "M:Altaxo.Calc.SpecialFunctions.GammaLowerRegularizedInv(System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.SpecialFunctions.GammaLowerRegularizedInv(System.Double,System.Double)"]

See Also