HypergeometricDistributionRightExclusiveProbability Method |
Computes the probability of obtaining a value greater than the given value.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public override double RightExclusiveProbability(
int k
)
Public Overrides Function RightExclusiveProbability (
k As Integer
) As Double
public:
virtual double RightExclusiveProbability(
int k
) override
abstract RightExclusiveProbability :
k : int -> float
override RightExclusiveProbability :
k : int -> float
Parameters
- k
- Type: SystemInt32
The value.
Return Value
Type:
DoubleThe total probability of obtaining a value strictly greater than
k.
See Also