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