Click or drag to resize

HistogramPDF(Int32) Method

The portion of the data in this bin.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double PDF(
	int bin
)

Parameters

bin  Int32
Bin number.

Return Value

Double
Portion of overall bin data.
Remarks
Any data that isn't in any bin is excluded.
See Also