Tsqlim: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Neal
imported>Scott
Line 30: Line 30:
===See Also===
===See Also===


[[analysis]], [[ftest]], [[pca]], [[pcr]], [[pls]]
[[analysis]], [[chilimit]], [[pca]], [[pcr]], [[pls]], [[subgroupcl]]

Revision as of 16:03, 21 September 2011

Purpose

Calculates PCA confidence limits for Hotelling's T2.

Synopsis

tsqcl = tsqlim(m,pc,cl)
tsqcl = tsqlim(model,cl)

Description

Inputs can be in one of two forms:

(a) the number of samples m, the number of principal components used pc, and the fractional confidence limit, cl (0 < cl < 1) which can be a scalar or a vector (to calculate multiple confidence limits simultaneously).

or (b) a standard model structure, model, and the fractional confidence limit, cl (0 < cl < 1).

The output tsqcl is the confidence limit based on an F distribution as shown below. See Jackson (1991).

    

where is the number of PCs, is the number of samples and is the F distribution with degrees of freedom in the numberator and degrees of freedom in the denominator, and probability point .

Examples

tsqcl = tsqlim(15,2,0.95)
model = pca(data,pc); tsqcl = tsqlim(model,0.95)

See Also

analysis, chilimit, pca, pcr, pls, subgroupcl