Constructor for Covariances.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public Covariances( double[,] x ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ x As Double(,) _ ) |
Visual C++ |
---|
public: Covariances( array<double,2>^ x ) |
Parameters
- x
- Type: array<
System..::.Double
,2>[,](,)[,]
A double matrix containing the data.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if x.GetLength(0), and x.GetLength(1) are equal to 0 |