Normalization by Min/Max
Table of contents
How to Use
To normalize your data by minimum & maximum:
- Upload data and select the spectra to be processed.
- Navigate to the sidebar and turn on the “Normalization” toggle.
- Select “Min max normalize” from the drop-down menu.
- Click “Process” to update the display.
Behavior
Normalizing by min and max is good for filtering data for machine learning and/or statistical analysis. This method shifts each spectrum downward so that the minimum is at 0, then rescales the data so that the maximum is at 1. Mathematically, the normalized intensity is derived by:
where $I_{\text{max}}$ is the peak intensity and $I_{\text{min}}$ is the minimum intensity.