ContinuousDistribution.RightTailProbability Method

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

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double RightTailProbability(
	double x
)

Parameters

x  Double
A real number.

Return Value

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

See Also