PLS_Toolbox Documentation: tsqlim< tld tsqmtx >

tsqlim

Purpose

Calculates PCA confidence limits for Hotelling's T2.

Synopsis

 

tsqcl = tsqlim(m,pc,cl)

Description

Inputs are the number of samples m, the number of principal components used pc, and the confidence limit cl scalar (0 < cl < 1). The output tsqcl is the confidence limit. See Jackson (1991).

Examples

 

tsqcl = tsqlim(15,2,0.95)

See Also

analysis, pca, pcr, pls


< tld tsqmtx >