ContinuousDistribution.LeftTailProbability Method

Returns the probability that a sample from the distribution is less than the specified value.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double LeftTailProbability(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The probability that a sample from the distribution is less than x.

See Also