Tconcalc

From Eigenvector Research Documentation Wiki
Revision as of 13:52, 9 October 2008 by imported>Jeremy
Jump to navigation Jump to search

Purpose

Calculate Hotelling's 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