Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

k
Type: SystemInt32
A single point in the distribution range.

Return Value

Type: Double
See Also