Click or drag to resize

NMathFunctionsCounts(Double) Method

Returns a dictionary in which the keys are the unique elements in a given data set and the values are how many times they occur.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static IDictionary Counts(
	double[] data
)

Parameters

data  Double
An array.

Return Value

IDictionary
A dictionary of unique elements and their counts.
See Also