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

ParetoProbabilityDistribution.ProbabilityOverInterval Method 

Calculates the probability for the interval of the real line [lowerBound,upperBound], where lowerBound is the lower bound of the interval and upperBound is upper bound of the interval.

public double ProbabilityOverInterval(
   double lowerBound,
   double upperBound
);

Parameters

lowerBound
The lower bound of the interval of the real line.
upperBound
The upper bound of the interval of the real line.

Exceptions

Exception TypeCondition
ParetoProbabilityDistributionExceptionIs thrown if the values x and y are less than parameter b.

See Also

ParetoProbabilityDistribution Class | ProbabilityDistributions Namespace