ISmSingularSpectrumAnalysis.P

Syntax

P: Array;

Description

The P property returns eigenvectors of the principal components.

Comments

The property is used to get eigenvectors only for the main principal components. Eigenvector values for additional principal components are not available.

To get the number of proper principal components, use the ISmSingularSpectrumAnalysis.PCCount property.

Example

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

See also:

ISmSingularSpectrumAnalysis