EmgFitter1D

class pyopenms.EmgFitter1D

Bases: object

Cython implementation of _EmgFitter1D

Original C++ documentation is available here

– Inherits from [‘LevMarqFitter1D’]

__init__()

Overload:

__init__(self) None

Exponentially modified gaussian distribution fitter (1-dim.) using Levenberg-Marquardt algorithm (Eigen implementation) for parameter optimization

Overload:

__init__(self, in_0: EmgFitter1D) None

Methods

__init__

Overload:

getProductName(self)

Name of the model (needed by Factory)

getProductName(self) Union[bytes, str, String]

Name of the model (needed by Factory)