DiscreteDistribution.LeftTailProbability Method

Gets the probability of obtaining a sample that is less than or less than or equal to the specified upper bound.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double LeftTailProbability(
	int upperBound,
	bool inclusive
)

Parameters

upperBound  Int32
The upper bound.
inclusive  Boolean
Specifies whether the upper bound should be included in the total probability.

Return Value

Double
The sum of all probabilities for values less than and, if inclusive is true equal to, upperBound.

See Also