LognormalDistributionCDF(Double) Method |
Evaluates the cumulative distribution function (CDF).
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic override double CDF(
double z
)
Parameters
- z Double
[Missing <param name="z"/> documentation for "M:Altaxo.Calc.Probability.LognormalDistribution.CDF(System.Double)"]
Return Value
DoubleThe probability that the random variable of this probability distribution will be found at a value less than or equal to
x.
See Also