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

ParetoProbabilityDistribution.ProbabilityUp Method 

Calculates the probability for the half line [lowerBound,+`infinity'], where lowerBound is the half line and +`infinity' is ``plus infinity''.

public double ProbabilityUp(
   double lowerBound
);

Parameters

lowerBound
The lower bound of the half line.

Exceptions

Exception TypeCondition
ParetoProbabilityDistributionExceptionIs thrown if the value lowerBound is less than parameter b.

See Also

ParetoProbabilityDistribution Class | ProbabilityDistributions Namespace