Click or drag to resize
Covariances Constructor
Constructor for Covariances.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Covariances(
	double[,] x
)

Parameters

x
Type: SystemDouble
A double matrix containing the data.
Exceptions
ExceptionCondition
ArgumentException is thrown if x.GetLength(0), and x.GetLength(1) are equal to 0
See Also