Computes the probability of obtaining a value greater than the given value.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| | | | | | | | | | | | |
| | C# | | | Visual Basic | | | Visual C++ | | | F# | |
public override double RightProbability(
int k
)
Public Overrides Function RightProbability ( _
k As Integer _
) As Double
public:
virtual double RightProbability(
int k
) override
abstract RightProbability :
k : int -> float
override RightProbability :
k : int -> float Parameters
- k
- Int32
The value.
Return Value
The total probability of obtaining a value greater than
k.
See Also