SignalToNoiseEstimatorMedianRapid

class pyopenms.SignalToNoiseEstimatorMedianRapid

Bases: object

Cython implementation of _SignalToNoiseEstimatorMedianRapid

Original C++ documentation is available here

__init__()

Overload:

__init__(self, in_0: SignalToNoiseEstimatorMedianRapid) None

Overload:

__init__(self, window_length: float) None

Methods

__init__

Overload:

estimateNoise

Overload:

estimateNoise()

Overload:

estimateNoise(self, in_0: _Interfaces_Spectrum) NoiseEstimator

Overload:

estimateNoise(self, in_0: _Interfaces_Chromatogram) NoiseEstimator

Overload:

estimateNoise(self, mz_array: List[float], int_array: List[float]) NoiseEstimator