Tconcalc

From Eigenvector Research Documentation Wiki
Revision as of 17:35, 3 September 2008 by imported>Jeremy (Importing text file)
Jump to navigation Jump to search

Purpose

Calculate Hotellings T2 contributions for predictions on a model.

Synopsis

tcon = tconcalc(newx,model)
tcon = tconcalc(pred,model)
tcon = tconcalc(model)

Description

Inputs are the new data newx and the 2-way PCA or regression model for which T2 contributions should be calculated model. Alternatively, the prediction structure pred calculated with new data can be used in place of the new data itself or both can be omitted (passing model only) to get T2 contributions for the calibration data.

See Also

datahat, pca, pcr, pls, qconcalc