Click or drag to resize

HistogramCDF(Double) Method

The portion of the data in the same bin as the value or below.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double CDF(
	double value
)

Parameters

value  Double
A value.

Return Value

Double
Portion of overall bin data.
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if the value is not in any bins.
Remarks
Any data that isn't in any bin is excluded.
See Also