WebCab Probability and Statistics for .NET v3.3 Demo

ParetoProbabilityDistribution.Probability Method

Calculates the probability for the values x of the random variable.

Overload List

Calculates the probability for the values x of the random variable.

public double Probability(double);

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 Probability(double,double);

See Also

ParetoProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace