MatrixAlignmentType: AlignmentType;
The MatrixAlignmentType property determines the type of centering for the source data matrix.
Centering type determines whether total and intraclass averages should be added as additional principal components. Available values:
AlignmentType.NoAlignment. Additional principal components are not used.
AlignmentType.SingleAlignment. Total average is used as additional principal component.
AlignmentType.DoubleAlignment. Both total and intraclass averages are used as additional principal components.
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.
The property use is given in the example for ISmSingularSpectrumAnalysis.Fitted.
See also: