ISmSingularSpectrumAnalysis.MatrixAlignmentType

Syntax

MatrixAlignmentType: AlignmentType;

Description

The MatrixAlignmentType property determines the type of centering for the source data matrix.

Comments

Centering type determines whether total and intraclass averages should be added as additional principal components. Available values:

Use the ISmSingularSpectrumAnalysis.Statistics property to get statistics of additional principal components.

Use the ISmSingularSpectrumAnalysis.V property to get values of total average and intraclass average.

Example

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

See also:

ISmSingularSpectrumAnalysis