Oscapp: Difference between revisions

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


[[crossval]], [[osccalc]]
[[caltransfer]], [[crossval]], [[osccalc]]

Latest revision as of 10:28, 21 September 2011

Purpose

Applies orthogonal signal correction model to new data.

Synopsis

newx = oscapp(x,nw,np,nofact)

Description

Inputs are the new data matrix x, weights from the OSC model nw, and loadings from the OSC np.

Optional input nofact can be used to restrict the correction to a smaller of factors than originally calculated.

The output is is the corrected data matrix newx.

Note: input data x must be centered and scaled like the original data!

See Also

caltransfer, crossval, osccalc