WebCab Probability and Statistics for COM v3.3 Demo

LogNormalProbabilityDistribution.Probability Method

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.

Overload List

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);

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

public double Probability(double,double);

See Also

LogNormalProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace