Exponential =========== .. currentmodule:: plasmapy.analysis.fit_functions .. autoclass:: Exponential :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Exponential.FitParamTuple ~Exponential.curve_fit_results ~Exponential.latex_str ~Exponential.param_errors ~Exponential.param_names ~Exponential.params ~Exponential.rsq .. rubric:: Methods Summary .. autosummary:: ~Exponential.__call__ ~Exponential.curve_fit ~Exponential.func ~Exponential.func_err ~Exponential.root_solve .. rubric:: Attributes Documentation .. autoattribute:: FitParamTuple .. autoattribute:: curve_fit_results .. autoattribute:: latex_str .. autoattribute:: param_errors .. autoattribute:: param_names .. autoattribute:: params .. autoattribute:: rsq .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: curve_fit .. automethod:: func .. automethod:: func_err .. automethod:: root_solve