
Help for BigPComp routine.
I. Description
BigPComp is a routine for calculation of the principal component transformation
of a set of spectra. In all cases in the GLib software, the spectra
are stored in a matrix where each row is a spectrum and the columns are
the wavelengths of the spectrum. Principal component transformation (also
called the Karhunen-Loeve trasformation) reduces the dimensionality of a
data set while preserving its distinguishing characteristics.
Columns of the resulting matrix are the principal component scores and each
score will have a corresponding column in the loading matrix. The first
column will describe the most variation in the spectra, the second the next
most variation etc. The corresponding columns in the loading matrix will
be zscored spectra which is the spectrum composed of all the changing elements
that are responsible for the variation in the data set. Thus if the amount
of water is responsible for most of the variation in a data set, then the
loading corresponding to the first principal component will be the zscored
water spectrum (more or less).