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

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

Property Value

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

Default: CovarianceMatrix.PooledGroup is used.

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