Corcondia: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
 
imported>Neal
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
===Purpose===
===Purpose===
Evaluate consistency of PARAFAC model.
Evaluate consistency of PARAFAC model.
===Synopsis===
===Synopsis===
:CoreConsist = corcondia(X,loads,''Weights,plots'');
 
:CoreConsist = corcondia(X,loads,''weights,plots'');
 
===Description===
===Description===
PARAFAC can be written as a special Tucker3 model where the core is superdiagonal with ones on the diagonal. This special way of writing the model can be used to check the adequacy of a PARAFAC model by estimating what Tucker3 core is found if estimated unconstrained from the PARAFAC loadings. The core consistency is given as the percentage of variation in this core array consistent with the theoretical superdiagonal array. The maximum core consistency is thus 100Found. Consistencies well below 70-90Found indicate that either too many components are used or the model is otherwise mis-specified. The consistency can also become negative which means that the model is not reasonable. Note that core consistency is an ad hoc method. It often works well on real data, but not as well with simulated data. CORCONDIA does not provide proof of dimensionality, but it can give a good indication.
 
Inputs are the multi-way array X and loads which can be a) a cell array with PARAFAC model loadings or b) a PARAFAC model structure.
PARAFAC can be written as a special Tucker3 model where the core is superdiagonal with ones on the diagonal. This special way of writing the model can be used to check the adequacy of a PARAFAC model by estimating what Tucker3 core is found if estimated unconstrained from the PARAFAC loadings. The core consistency is given as the percentage of variation in this core array consistent with the theoretical superdiagonal array. The maximum core consistency (100) is thus found. Consistencies found well below 70 to 90 indicate that either too many components are used or the model is otherwise mis-specified. The consistency can also become negative which means that the model is not reasonable. Note that core consistency is an ad hoc method. It often works well on real data, but not as well with simulated data. CORCONDIA does not provide proof of dimensionality, but it can give a good indication.
Optional inputs are ''Weights'' which can be used to update the core in a weighted least squares sence and ''plots'' which suppress plotting of the results when set to zero (0).
 
Inputs are the multi-way array (X) and (loads) which can be a) a cell array with PARAFAC model loadings or b) a PARAFAC model structure.
 
Optional inputs are ''weights'' which can be used to update the core in a weighted least squares sence and ''plots'' which suppress plotting of the results when set to zero (0).
 
===See Also===
===See Also===
[[corecalc]], [[parafac]], [[tucker]]
[[corecalc]], [[parafac]], [[tucker]]

Latest revision as of 14:38, 7 October 2008

Purpose

Evaluate consistency of PARAFAC model.

Synopsis

CoreConsist = corcondia(X,loads,weights,plots);

Description

PARAFAC can be written as a special Tucker3 model where the core is superdiagonal with ones on the diagonal. This special way of writing the model can be used to check the adequacy of a PARAFAC model by estimating what Tucker3 core is found if estimated unconstrained from the PARAFAC loadings. The core consistency is given as the percentage of variation in this core array consistent with the theoretical superdiagonal array. The maximum core consistency (100) is thus found. Consistencies found well below 70 to 90 indicate that either too many components are used or the model is otherwise mis-specified. The consistency can also become negative which means that the model is not reasonable. Note that core consistency is an ad hoc method. It often works well on real data, but not as well with simulated data. CORCONDIA does not provide proof of dimensionality, but it can give a good indication.

Inputs are the multi-way array (X) and (loads) which can be a) a cell array with PARAFAC model loadings or b) a PARAFAC model structure.

Optional inputs are weights which can be used to update the core in a weighted least squares sence and plots which suppress plotting of the results when set to zero (0).

See Also

corecalc, parafac, tucker