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.
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);
LogNormalProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace