One-dimensional histograms of selected principal components

This is easy :

awk '{print $2}' carma.dPCA.fluctuations.dat | plot -h
awk '{print $3}' carma.dPCA.fluctuations.dat | plot -h
awk '{print $4}' carma.dPCA.fluctuations.dat | plot -h
awk '{print $5}' carma.dPCA.fluctuations.dat | plot -h
awk '{print $6}' carma.dPCA.fluctuations.dat | plot -h
...

giving something like

which could possibly be interpreted as a sufficiency of the top five (or, max, six) eigenvectors to describe the system's structural transitions.


research/howto/histograms_of_principal_components.txt · Last modified: 2011/06/19 18:49 (external edit)