ISmDiscriminantAnalysis.TotalCovariance

Fore Syntax

TotalCovariance: Array;

Fore.NET Syntax

TotalCovariance: System.Array;

Description

The TotalCovariance property returns total covariance for each of the explanatory series.

Comments

Use the ISmDiscriminantAnalysis.WithinCovariance property to get intraclass covariance.

Fore and Fore.NET Examples

The property use is given in the example for ISmDiscriminantAnalysis.FinallyExplained.

See also:

ISmDiscriminantAnalysis