The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



VarX


Unit: SDL_statis
Class: TPLSModel
Declaration: property VarX: TVector;

The readonly vector property VarX returns the amount of explained variance of the X matrix (the explained X variance specifies the amount of variation in the independent variables which is used to predict the variation in Y).

The vector contains the explained variances in order of the factors, i.e. the first vector element holds the explained variance of the first factor, the second vector element the explained variance of the second factor, and so on.

The explained variances are scaled to a sum of 1.00. Thus the percentage of explained variance can be obtained by multiplying the vector elements by 100.



Last Update: 2023-Feb-06