pca icon indicating copy to clipboard operation
pca copied to clipboard

PLS dmodx

Open PARODBE opened this issue 1 year ago • 1 comments

Hi Erdogant,

How could it be possible to compute DMODX in PLS?

Thanks Pablo

PARODBE avatar Oct 07 '22 11:10 PARODBE

Maybe you can use the mapping (output) of Partial Least Squares directly in the spe_dmodx function?

import pca
outliers_spe = pca.spe_dmodx(X, n_std=2)

erdogant avatar Oct 07 '22 14:10 erdogant