WebCab Probability and Statistics Web Services for .NET v3.3 Demo

LogNormalProbabilityDistribution.Probability Method (Double)

Calculates the Lognormal probability for the interval [epsilon,upperBound], where epsilon is a very small strictly positive number and upperBound is the upper bound of the interval.

public double Probability(
   double upperBound
);

Parameters

upperBound
A double which represents the real number of the upper bound of the closed interval of the real line over which the probability is calculated.

See Also

LogNormalProbabilityDistribution Class | ProbabilityDistributions Namespace | LogNormalProbabilityDistribution.Probability Overload List