.. _calibrate: Calibration Using LMFIT ----------------------- This example demonstrates the calibration of a simple sinusoidal decay model using the :func:`lmfit ` function. :func:`lmfit ` uses the MINPACK Levenberg-Marquardt algorithm via the lmfit python module. .. include:: calibrate_sine_lmfit.rst