Click or drag to resize

MultivariateSample Constructor (Int32)

Initializes a new multivariate sample.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public MultivariateSample(
	int dimension
)

Parameters

dimension
Type: SystemInt32
The dimension of the sample space, that is, the number of variables recorded for each sample entry.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondimension is less than one.
See Also