ISmSingularSpectrumAnalysis.MatrixAlignmentType

Fore Syntax

MatrixAlignmentType: AlignmentType;

Fore.NET Syntax

MatrixAlignmentType: Prognoz.Platform.Interop.Stat.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.

Fore and Fore.NET Examples

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

See also:

ISmSingularSpectrumAnalysis