The function takes each sample out of the dataset, fits a PARAFAC
model without it, then fits the outstanding sample to the model with
emission and excitation factors fixed.
The individual leave-one-out models are reordered according to best
Tucker's congruence coefficient match and rescaled so that:
$$\sum_r \left( %
\sum_i (S_{1,r} A_{i,r} - A^\mathrm{orig}_{i,r})^2 + %
\sum_j (S_{2,r} B_{j,r} - B^\mathrm{orig}_{j,r})^2 %
\right) \rightarrow \min_\mathbf{S}
$$
subject to \(%
S_{3,r} = \frac{1}{S_{1,r} S_{2,r}} \; \forall r\), to make them more comparable.
Once the models are fitted, resample influence plots and identity
match plots can be produced from resulting data to detect outliers.
It is recommended to fully name the parameters to be passed to
feemparafac
to avoid problems.