Constructor for Covariances.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Covariances(
double[,] x
)
Public Sub New (
x As Double(,)
)
public:
Covariances(
array<double,2>^ x
)
new :
x : float[,] -> Covariances
Parameters
- x
- Type: SystemDouble
A double matrix containing the data.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if x.GetLength(0), and x.GetLength(1) are
equal to 0
|
See Also