Ewfa

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Purpose

Evolving window factor analysis.

Synopsis

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

Description

The inputs are the data matrix dat and the window width window. The output eigs contains 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.

Inputs

  • dat = input x-block, double array.
  • window = window width.

Optional Inputs

  • plots = [ 0 | {1} ] - 0 suppresses plots.
  • scl = scale to plot eigs against.

Outputs

  • eigs = singular values for each window.
  • skl = scale to plot eigs against.

See Also

anglemapper, evolvfa, pca, wtfa, mcr, mpca, pcaengine