Click or drag to resize
CovariancesMatrixType Enumeration
Specifies the type of matrix to be computed.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum MatrixType
Members
  Member nameValueDescription
VarianceCovariance0 Indicates variance-covariance matrix.
CorrectedSSCP1 Indicates corrected sums of squares and crossproducts matrix.
Correlation2 Indicates correlation matrix.
StdevCorrelation3 Indicates correlation matrix except for the diagonal elements which are the standard deviations.
See Also