ISmPrincipalComponentAnalysis.V

Fore Syntax

V: Array;

Fore.NET Syntax

V: System.Array;

Description

The V property returns principal component values.

Comments

To calculate V, source data must be standardized, i.e. they must have zero expected value and unit variance.

Fore and Fore.NET Examples

The property use is given in the example for ISmPrincipalComponentAnalysis.Statistics.

See also:

ISmPrincipalComponentAnalysis