ContinuousUniformDistributionCDF(Double, Double, Double) Method |
Returns the cumulative distribution function (CDF) for the continuous uniform distribution.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double CDF(
double z,
double low,
double high
)
Parameters
- z Double
- The function argument.
- low Double
- Lower bound of the distribution.
- high Double
- Upper bound of the distribution.
Return Value
DoubleThe cumulative probability at
z.
See Also