Ewfa

From Eigenvector Research Documentation Wiki
Revision as of 15:25, 3 September 2008 by imported>Jeremy (Importing text file)
Jump to navigation Jump to search

Purpose

Evolving window factor analysis.

Synopsis

[eigs,skl] = ewfa(dat,window,plots,scl)

Description

The inputs are the data matrix dat and the window witdth window. The output eigs is the eigenvalues for each window. The windowed eigenvalues vs. sample number is also plotted. Note that the eigenvalues on the ends of the record (less than the half width of the window) are plotted as dashed lines. The output skl is a scale that can be used to plot eigs against.

Optional input plots can be used to suppress plotting when set to 0 {default plots = 1}. Optional input scl is a scale to plot against. It is also used to construct a new skl.

See Also

evolvfa, pca, wtfa