Linear ====== .. currentmodule:: plasmapy.analysis.fit_functions .. autoclass:: Linear :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~Linear.FitParamTuple ~Linear.curve_fit_results ~Linear.latex_str ~Linear.param_errors ~Linear.param_names ~Linear.params ~Linear.rsq .. rubric:: Methods Summary .. autosummary:: ~Linear.__call__ ~Linear.curve_fit ~Linear.func ~Linear.func_err ~Linear.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