Click or drag to resize

ExcelFunctionsGammaDist Method

[Missing <summary> documentation for "M:Altaxo.Calc.ExcelFunctions.GammaDist(System.Double,System.Double,System.Double,System.Boolean)"]


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GammaDist(
	double x,
	double alpha,
	double beta,
	bool cumulative
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.ExcelFunctions.GammaDist(System.Double,System.Double,System.Double,System.Boolean)"]

alpha  Double

[Missing <param name="alpha"/> documentation for "M:Altaxo.Calc.ExcelFunctions.GammaDist(System.Double,System.Double,System.Double,System.Boolean)"]

beta  Double

[Missing <param name="beta"/> documentation for "M:Altaxo.Calc.ExcelFunctions.GammaDist(System.Double,System.Double,System.Double,System.Boolean)"]

cumulative  Boolean

[Missing <param name="cumulative"/> documentation for "M:Altaxo.Calc.ExcelFunctions.GammaDist(System.Double,System.Double,System.Double,System.Boolean)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.ExcelFunctions.GammaDist(System.Double,System.Double,System.Double,System.Boolean)"]

See Also