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

PoissonProbabilityDistribution.ProbabilityUp Method 

Calculates the probability of the random variable taking any value greater than a given value, namely lowerBound.

public double ProbabilityUp(
   long lowerBound
);

Parameters

lowerBound
The lower bound of the values of the random variable for which the probability is summed over.

Exceptions

Exception TypeCondition
PoissonProbabilityDistributionExceptionIs thrown if the value of random variable x is less than zero.

See Also

PoissonProbabilityDistribution Class | ProbabilityDistributions Namespace