SmoothlyBrokenPowerLaw1D
========================

.. currentmodule:: astropy.modeling.powerlaws

.. autoclass:: SmoothlyBrokenPowerLaw1D
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SmoothlyBrokenPowerLaw1D.alpha_1
      ~SmoothlyBrokenPowerLaw1D.alpha_2
      ~SmoothlyBrokenPowerLaw1D.amplitude
      ~SmoothlyBrokenPowerLaw1D.delta
      ~SmoothlyBrokenPowerLaw1D.input_units
      ~SmoothlyBrokenPowerLaw1D.param_names
      ~SmoothlyBrokenPowerLaw1D.x_break

   .. rubric:: Methods Summary

   .. autosummary::

      ~SmoothlyBrokenPowerLaw1D.evaluate
      ~SmoothlyBrokenPowerLaw1D.fit_deriv

   .. rubric:: Attributes Documentation

   .. autoattribute:: alpha_1
   .. autoattribute:: alpha_2
   .. autoattribute:: amplitude
   .. autoattribute:: delta
   .. autoattribute:: input_units
   .. autoattribute:: param_names
   .. autoattribute:: x_break

   .. rubric:: Methods Documentation

   .. automethod:: evaluate
   .. automethod:: fit_deriv
