Click or drag to resize
DiscriminantAnalysisCovarianceComputation Property
The type of covariance matrices to be computed.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public DiscriminantAnalysisCovarianceMatrix CovarianceComputation { get; set; }

Property Value

Type: DiscriminantAnalysisCovarianceMatrix
Indicates the type of covariance matrices to be computed.

Default: CovarianceMatrix.PooledGroup is used.

Remarks
Use CovarianceMatrix.Pooled or CovarianceMatrix.PooledGroup.
See Also