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

UniformProbabilityDistribution.ProbabilityUp Method 

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

public double ProbabilityUp(
   double lowerBound
);

Parameters

lowerBound
The lower bound of the half line over which the probability is calculated.

See Also

UniformProbabilityDistribution Class | ProbabilityDistributions Namespace