|
UnivariateDiscreteDistributionBaseDistributionFunction Method
|
Computes the cumulative distribution function by summing the outputs of the
ProbabilityMassFunction(Int32)
for all elements in the distribution domain. Note that this method should not be used in case there is a more
efficient formula for computing the CDF of a distribution.
Namespace:
Accord.Statistics.Distributions.Univariate
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected double BaseDistributionFunction(
int k
)
Protected Function BaseDistributionFunction (
k As Integer
) As Double
Request Example
View SourceParameters
- k
- Type: SystemInt32
A single point in the distribution range.
Return Value
Type:
DoubleSee Also