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

LogNormalProbabilityDistribution.ProbabilityUp Method 

Calculates the Lognormal probability for the interval [lowerBound,+`infinity'], where +`infinity' is the ``plus infinity'' and lowerBound is the lower bound of the interval.

public double ProbabilityUp(
   double lowerBound
);

Parameters

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

See Also

LogNormalProbabilityDistribution Class | ProbabilityDistributions Namespace