Parameter<T>.Right Tail Probability Method
Returns the probability that a sample from the parameter's distribution
is larger than the specified value.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The probability that a sample from the parameter's distribution is larger than value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public virtual double RightTailProbability(
T value
)
Parameters
- value T
- A number.
Return Value
DoubleThe probability that a sample from the parameter's distribution is larger than value.