Specifies the type of matrix to be computed.

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

Syntax

C#
public enum MatrixType
Visual Basic (Declaration)
Public Enumeration MatrixType
Visual C++
public enum class MatrixType

Members

Member nameDescription
VarianceCovariance
Indicates variance-covariance matrix.
CorrectedSSCP
Indicates corrected sums of squares and crossproducts matrix.
Correlation
Indicates correlation matrix.
StdevCorrelation
Indicates correlation matrix except for the diagonal elements which are the standard deviations.

See Also