WebCab Probability and Statistics for .NET v3.3 Demo

LogNormalProbabilityDistribution.Probability Method (Double, Double)

Calculates the Lognormal probability for an interval [lowerBound,upperBound], on the positive real number line.

public double Probability(
   double lowerBound,
   double upperBound
);

Parameters

lowerBound
The (positive) lower bound of the interval of the real line.
upperBound
The upper bound of the interval of the real line.

See Also

LogNormalProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace | LogNormalProbabilityDistribution.Probability Overload List