Tld: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
 
imported>Jeremy
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
===Purpose===
===Purpose===
Trilinear decomposition.
Trilinear decomposition.
===Synopsis===
===Synopsis===
:model = tld(x,ncomp,''scl'',plots)
:model = tld(x,ncomp,''scl'',plots)
===Description===
===Description===
The trilinear decomposition can be used to decompose a 3-way array as the summation over the outer product of triads of vectors. Inputs are the 3 way array x and the number of components to estimate ncomp. Optional input variables include scales for each of of the array axes, (''scl1, scl2, scl3''). These axes can be entered as 0 or [] placeholders. The output of TLD is a structured array (model) containing all of the model elements in the following fields:
 
*  date: model creation date stamp
The trilinear decomposition can be used to decompose a 3-way array as the summation over the outer product of triads of vectors. Inputs are the 3 way array <tt>x</tt> and the number of components to estimate <tt>ncomp</tt>. Optional input variables include scales for each of of the array axes, (<tt>''scl1, scl2, scl3''</tt>). These axes can be entered as 0 or <tt>[]</tt> placeholders. The output of TLD is a structured array (<tt>model</tt>) containing all of the model elements in the following fields:
*  time: model creation time stamp
 
*  size: size of the original input array
'''date''': model creation date stamp
*  loads: 1 by 3 cell array of the loadings in each dimension
 
*  res: 1 by 3 cell array residuals summed over each dimension
'''time''': model creation time stamp
*  scl: 1 by 3 cell array with scales for plotting loads
 
'''size''': size of the original input array
 
'''loads''': 1 by 3 cell array of the loadings in each dimension
 
'''res''': 1 by 3 cell array residuals summed over each dimension
 
'''scl''': 1 by 3 cell array with scales for plotting loads
 
Note that the model loadings are presented as unit vectors for the first two dimensions, remaining scale information is incorporated into the final (third) dimension.
Note that the model loadings are presented as unit vectors for the first two dimensions, remaining scale information is incorporated into the final (third) dimension.
===See Also===
===See Also===
[[gram]], [[outerm]], [[parafac]]
[[gram]], [[outerm]], [[parafac]]

Latest revision as of 13:54, 9 October 2008

Purpose

Trilinear decomposition.

Synopsis

model = tld(x,ncomp,scl,plots)

Description

The trilinear decomposition can be used to decompose a 3-way array as the summation over the outer product of triads of vectors. Inputs are the 3 way array x and the number of components to estimate ncomp. Optional input variables include scales for each of of the array axes, (scl1, scl2, scl3). These axes can be entered as 0 or [] placeholders. The output of TLD is a structured array (model) containing all of the model elements in the following fields:

  • date: model creation date stamp
  • time: model creation time stamp
  • size: size of the original input array
  • loads: 1 by 3 cell array of the loadings in each dimension
  • res: 1 by 3 cell array residuals summed over each dimension
  • scl: 1 by 3 cell array with scales for plotting loads

Note that the model loadings are presented as unit vectors for the first two dimensions, remaining scale information is incorporated into the final (third) dimension.

See Also

gram, outerm, parafac