![]() |
![]() |
|
PLS_Toolbox Documentation: tld | < testpeakdefs | trendtool > |
tld
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:
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, mwfit, outer, outerm, parafac
< testpeakdefs | trendtool > |