Parameter<T>.RightTailProbability 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#
public virtual double RightTailProbability(
	T value
)

Parameters

value  T
A number.

Return Value

Double
The probability that a sample from the parameter's distribution is larger than value.

See Also