Computes the matrix.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[,] Compute(
	Covariances..::.MatrixType matrixType
)
Visual Basic (Declaration)
Public Function Compute ( _
	matrixType As Covariances..::.MatrixType _
) As Double(,)
Visual C++
public:
array<double,2>^ Compute(
	Covariances..::.MatrixType matrixType
)

Parameters

matrixType
Type: Imsl.Stat..::.Covariances..::.MatrixType
A Covariances.MatrixType indicating the type of matrix to compute.

Return Value

A double matrix containing computed result.

Exceptions

ExceptionCondition
Imsl.Stat..::.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.

Imsl.Stat..::.DiffObsDeletedException is thrown if different observations are being deleted than were originally entered

See Also