Click or drag to resize

DescriptiveStatistics Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the DescriptiveStatistics class.

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public DescriptiveStatistics(
	IEnumerable<double> data,
	bool isSample
)
Request Example View Source

Parameters

data
Type: System.Collections.GenericIEnumerableDouble
The data.
isSample
Type: SystemBoolean
if set to true [is sample].
See Also