Returns the probability that a sample from the distribution
is larger than the specified value.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double RightTailProbability(
double x
)
Public Function RightTailProbability (
x As Double
) As Double
public:
double RightTailProbability(
double x
)
member RightTailProbability :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe probability that a sample from the distribution is greater than
x.
Reference