BernoulliDistributionCDF(Double) Method |
Returns the cumulative distribution function (CDF) evaluated at x.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic override double CDF(
double x
)
Parameters
- x Double
- The value at which to evaluate the CDF.
Return Value
DoubleThe probability that a random variable is less than or equal to
x.
See Also