grapa.parse.curve_subclasses_utils.FitterFixed

class grapa.parse.curve_subclasses_utils.FitterFixed

Bases: object

Wrap-up to be able to fit a function with fixed parameters (written in the old days, maybe python evolved, so it is not useful anymore?)

__init__()

Methods

curve_fit_fixed(func, datax, datay, p0, fixed)

wrap-up to be able to fit a function with fixed parameters

classmethod curve_fit_fixed(func, datax, datay, p0, fixed)

wrap-up to be able to fit a function with fixed parameters