ExcelFunctionsTInv Method |
Returns the inverse Student's t-distribution value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double TInv(
double probability,
int degreesFreedom
)
Parameters
- probability Double
- The two-tailed probability.
- degreesFreedom Int32
- The degrees of freedom.
Return Value
DoubleThe t value whose two-tailed probability matches
probability.
See Also