WebCab Probability and Statistics for COM v3.3 Demo

PoissonProbabilityDistribution.Probability Method 

Calculates the probability of the random variable taken the value x.

public double Probability(
   long x
);

Parameters

x
The value of the random variable for which the probability it calculated.

Exceptions

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

See Also

PoissonProbabilityDistribution Class | WebCab.COM.Statistics.PDistributions Namespace