ExcelFunctionsTDist Method |
Returns the Student's t-distribution tail probability.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double TDist(
double x,
int degreesFreedom,
int tails
)
Parameters
- x Double
- The value at which to evaluate the distribution.
- degreesFreedom Int32
- The degrees of freedom.
- tails Int32
- The number of tails to include, either 1 or 2.
Return Value
DoubleThe upper-tail probability for the specified t-distribution.
See Also