Click or drag to resize

Sample Constructor (IEnumerableDouble)

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(
	IEnumerable<double> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableDouble
Values to add to the sample.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is null.
See Also