Click or drag to resize

StatQueueCumulativeDistribution Method

Return the cumulative distribution function of the observed data at the specified point.

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public double CumulativeDistribution(
	double x
)

Parameters

x
Type: SystemDouble
The argument of the distribution.

Return Value

Type: Double
Cumulative distribution value in [0, 1] range.
See Also