tuckervif

Location: CuBatch\Model_tuckerVI\tuckervif.m

function [B,PxY,vexpvi,Fyvi,vexpX,Fx,loadi] = tuckervif (X,Y,rx,ry);

Description:
Calculates the IV-Tucker model.


Inputs:
Y: Y data (tensor)
X: X data (tensor)
rx: number of PC for X
ry: number of PC for Y

Outputs:
B: regression coefficient
PxY: the projected of Y on [X].
vexpvi: Explained variation of Tucker(PxY)
Fyvi: Loadings of Tucker(PxY)
vexpX: Explained variation of Tucker(X)
Fx: Loadings of Tucker(X)
load: weighted loadings of tucker

Called by:
tuckervi

Subroutines:
Internal: None
External: regression2D,tuckerweight

Author:
Christophe Durville
TOTALFINAELF (CReS)
Université Marne-La-Vallée
France

Last modified: 18-Oct-2002 14:03:18

Contact: Christophe Durville, cdurpp@ifrance.com

References