Here's hoping that another knowledgeable HyperSpy user may be able to help assist my understanding of some PCA and ICA results that I have obtained. I am trying to more or less follow the procedure in this paper by the HyperSpy authors. My goal is to localize and quantify the segregation of some cations (La and Mn) at a grain boundary and detect any differences in their fine structure.
si_EELS.decomposition(True)
si_EELS.plot_explained_variance_ratio()si_EELS.blind_source_separation(6)si_EELS_PCA = si_EELS.get_decomposition_model(6)
Michael4) PCA and ICA are completely qualitative and exploratory. Do not treat them as "physically meaningful" unto themselves. Rather, use them as guides that highlight signal features that you may want to study. Next, proceed with model-based approaches that are more grounded in physics theory as to what feature represents what phenomenon.3) Though generally the number of components indicated by the Scree plot works well for choosing the number of components for BSS, you should not feel bound by this. Choose fewer components and see what happens. Unlike PCA, BSS isn't discarding components, but rather unmixing the total data into that number of sources.2) There are many different BSS algorithms, and some work better than others on any given data set. Check out the HyperSpy documentation to see which ones it supports.1) Both PCA and ICA are linear techniques. With non-linear signals, such as the background, both PCA and ICA will get confused. I've seen both try to compensate for the background (among other things) by making negative peaks like you see here. This will especially be a problem for samples that are less uniform in thickness, or vary widely in how much background they have for other physical reasons (not much mass in the boundary?) I have also seen negative peaks account for fine structure features and chemical shift. These are more apparent when the components are scaled and overlaid on top of one another.Hello Josh,I have only experience, not so much knowledge to speak from. Take this with a grain of salt.5) Repeatability or lack thereof is an unfortunate property of BSS. I never discovered a solid way to force stable solutions. This is yet more reason to treat PCA/ICA as exploratory. Also, make sure you're saving the outputs of any such analysis, since you may not get back to exactly what you had.Hope this helps.
--
You received this message because you are subscribed to the Google Groups "hyperspy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hyperspy-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.