ISmSingularSpectrumAnalysis.Statistics

Fore Syntax

Statistics: Array;

Fore.NET Syntax

Statistics: System.Array;

Description

The Statistics property returns eigenvalues and statistics.

Comments

Array elements:

Where i is the index of the principal component. Component indexation is continuous starting with zero.

Use the ISmSingularSpectrumAnalysis.PCCount and ISmSingularSpectrumAnalysis.MatrixAlignmentType properties to get the number of principal components (PC). If the value of ISmSingularSpectrumAnalysis.MatrixAlignmentType equals to:

Fore and Fore.NET Examples

The property use is given in the example for ISmSingularSpectrumAnalysis.Fitted.

See also:

ISmSingularSpectrumAnalysis