Plot_RIP

Location: ..\cubatch\Model_PARAFAC\private\Plot_RIP.m

function [Axes,MO] = Plot_RIP (PlotStruct,ModelOut,MainFig);

Description:
Plots the RIP (Resampling Influence Plot) for a the mode specified in PlotStruct.nummode.
The MSEs for the selected mode are taken from ModelOut.validation.stats.mse.
If they are not present they are computed by means of
Compute_Risk.
For the axes specified by Axes the
'ModelOut' application-defined data is set, and it contains a copy of ModelOut (employed by PARAFACDisplayInfo).
 

Inputs:
PlotStruct: PlotStruct structure
ModelOut: ModelOut structure for the current model
MainFig: main figure handle

Outputs:
Axes: handle of the axes with the RIP.
MO: ModelOut structure with the updated statistic. Empty if no new statistic was computed.

Called by:
Model_PARAFAC\PARAFACActivatePlots
NB. The actual call is made from PARAFACPlot via feval and not from Model_PARAFAC\PARAFACActivatePlots.


Subroutines:
Internal: None
External: compute_risk, nshape, selectmodel

Author:
Giorgio Tomasi
Royal Agricultural and Veterinary University
MLI, LMT, Chemometrics group
Rolighedsvej 30
DK-1958 Frederiksberg C
Danmark

Last modified: 11-Oct-2002 19:33:30

Contact: Giorgio Tomasi, gt@kvl.dk

References
[1] - Riu J. and Bro R., "Jack knife for estimation of standard errors and outlier detection in PARAFAC models", Chemom.Intell.Lab.Syst., Vol. 65, 2003, 35-49