Oscapp

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search

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