CovariancesCompute Method |
Computes the matrix.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[,] Compute(
CovariancesMatrixType matrixType
)
Public Function Compute (
matrixType As CovariancesMatrixType
) As Double(,)
public:
array<double,2>^ Compute(
CovariancesMatrixType matrixType
)
member Compute :
matrixType : CovariancesMatrixType -> float[,]
Parameters
- matrixType
- Type: Imsl.StatCovariancesMatrixType
A Covariances.MatrixType indicating the type of matrix to
compute.
Return Value
Type:
Double
A
double matrix containing computed result.
Exceptions Exception | Condition |
---|
MoreObsDelThanEnteredException |
is thrown if more observations are being deleted from
"variance-covariance" matrix than were originally entered.
The corresponding row,column of the incidence matrix is less than
zero.
|
DiffObsDeletedException |
is thrown if different observations are being deleted than were
originally entered
|
See Also