Click or drag to resize

Sample Constructor (String)

Initializes a new, empty sample with the given name.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Sample(
	string name
)

Parameters

name
Type: SystemString
The name of the sample.
See Also