Calculates the probability for the values x
of the random variable.
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);
ParetoProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace