PLS_Toolbox Documentation: tconcalc | < svdlgpls | testfitpeaks > |
tconcalc
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
< svdlgpls | testfitpeaks > |