WebCab Probability and Statistics for .NET v3.3 Demo

UniformProbabilityDistribution.ProbabilityDown Method 

Calculates the uniform probability over the half line [-`infinity',upperBound], where -`infinity' is ``minus infinity'' and the upperBound is the upper bound of the half line.

public double ProbabilityDown(
   double upperBound
);

Parameters

upperBound
The upper bound of the half line over which the probability is calculated.

See Also

UniformProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace