FisherSnedecorDistributionCDF(Double) Method |
Returns the cumulated distribution function for value x with the distribution parameters numf and denomf.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override double CDF(
double x
)
Parameters
- x Double
- The function argument.
Return Value
DoubleThe cumulated distribution (probability) of the distribution at value x.
See Also