IMSL C# Numerical Library

Covariances Constructor 

Constructor for Covariances.

public Covariances(
   double[,] x
);

Parameters

x
A double matrix containing the data.

Exceptions

Exception Type Condition
ArgumentException is thrown if x.GetLength(0), and x.GetLength(1) are equal to 0

See Also

Covariances Class | Imsl.Stat Namespace