Continuous Distribution.Left Tail Probability Method
Returns the probability that a sample from the distribution
is less than the specified value.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The probability that a sample from the distribution is less than x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public double LeftTailProbability(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe probability that a sample from the distribution is less than x.