Click or drag to resize

MultivariateSample Constructor (String)

Initializes a new multivariate sample with the given variable names.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public MultivariateSample(
	params string[] names
)

Parameters

names
Type: SystemString
The names of the variables.
See Also