ISmSingularSpectrumAnalysis.V

Syntax

V: Array;

Description

The V property returns principal component values.

Comments

Array size: m x n, where m - number of principal components, n - length of the principal components. Use the ISmSingularSpectrumAnalysis.PCCount property to get the number of principal components.

If additional principal components are used for analysis, columns containing values of total and intraclass averages are added to the array. If the value of ISmSingularSpectrumAnalysis.MatrixAlignmentType equals to:

Example

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

See also:

ISmSingularSpectrumAnalysis