Click or drag to resize

MergingDigestCdf Method

Returns the fraction of all points added which are less than x.

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

Parameters

x
Type: SystemDouble
The cutoff for the Cdf.

Return Value

Type: Double
The fraction of all data which is less or equal to x.
See Also