Classical Least Square (CLS)
Classical Least Square (CLS) is a prediction model that enables the determination of the concentration of unknown components based on the concentration of known multicomponent systems, assuming that the system can be represented by a linear matrix. The matrix sequence for CLS is based on the Beer-Lambert law,
Abs = C× k (C: concentration, k: absorptivity coefficient) + errors.
A calibration model is created to calculate the correlation coefficient for each component’s horizontal axis from the standard spectrum for which the multiple component concentrations are known. Calculations based on this method are very fast, but not recommended for mixtures of constituents that interact.
Inverse Least Square (ILS)
Inverse Least Square (ILS) uses a variation of the CLS method, where each concentration is a function of the absorbance at a series of given wavelengths. While this calculation is fast and allows for the quantification of more complex mixtures, wavelength selection can be difficult and time consuming since multiple wavelengths must be used to accurately describe each known component in the mixture. Several samples are needed for a more accurate calibration.
Principal Component Regression (PCR)
Principal Component Regression (PCR) is a method that combines Principal Component Analysis with Inverse Least Squares regression to create a quantitative model for complex samples. Instead of being based on Beer’s law with the aim to calculate the absorptivity coefficients for the constituents of interest from a regression of the concentration, PCR regresses concentrations on PCA scores.
Partial Least Square (PLS)
Partial Least Square (PLS) is a quantitative spectral decomposition technique that uses the concentration data during the decomposition of the spectral matrix, directly correlating the concentration data to the spectral data. The variations in concentration are taken into account and related to the variations in the spectral data. This form of regression leads to components with larger concentrations being weighted more heavily than components with smaller concentrations.