Click or drag to resize

Sample Constructor (Double)

Initializes a new sample from a list of values.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Sample(
	params double[] values
)

Parameters

values
Type: SystemDouble
Values to add to the sample.
See Also