Click or drag to resize

ExcelFunctionsTInv Method

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


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double TInv(
	double probability,
	int degreesFreedom
)

Parameters

probability  Double

[Missing <param name="probability"/> documentation for "M:Altaxo.Calc.ExcelFunctions.TInv(System.Double,System.Int32)"]

degreesFreedom  Int32

[Missing <param name="degreesFreedom"/> documentation for "M:Altaxo.Calc.ExcelFunctions.TInv(System.Double,System.Int32)"]

Return Value

Double

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

See Also