ISmSingularSpectrumAnalysis.Statistics

Syntax

Statistics: 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:

Example

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

See also:

ISmSingularSpectrumAnalysis