StudentTDistributionCDF(Double) Method |
Returns the cumulative distribution value at the specified value.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double CDF(
double x
)
Parameters
- x Double
- The function argument.
Return Value
DoubleThe cumulative probability at
x.
See Also