|
SymmetricGeometricDistributionInnerLogProbabilityMassFunction Method
|
Gets the log-probability mass function (pmf) for
this distribution evaluated at point x.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected internal override double InnerLogProbabilityMassFunction(
int k
)
Protected Friend Overrides Function InnerLogProbabilityMassFunction (
k As Integer
) As Double
Request Example
View SourceParameters
- k
- Type: SystemInt32
A single point in the distribution range.
Return Value
Type:
Double
The logarithm of the probability of
x
occurring in the current distribution.
Remarks
The Probability Mass Function (PMF) describes the
probability that a given value k will occur.
See Also