chemotools.derivative ===================== .. currentmodule:: chemotools.derivative Derivative calculation methods for spectral analysis. Derivatives help remove baseline effects and enhance spectral features. **Import from this module:** .. code-block:: python from chemotools.derivative import ( NorrisWilliams, SavitzkyGolay, ) Available Classes ----------------- .. list-table:: :widths: 30 70 :header-rows: 1 * - Class - Description * - :doc:`NorrisWilliams ` - Norris-Williams derivative with gap parameter * - :doc:`SavitzkyGolay ` - Savitzky-Golay derivative filter See Also -------- :doc:`Derivative Methods Overview ` - Complete documentation with examples and visual guides