ml-spectra-processing
    Preparing search index...

    Variable xWhitakerSmootherConst

    xWhitakerSmoother: (
        yData: NumberArray,
        options?: XWhittakerSmootherOptions,
    ) => Float64Array<ArrayBuffer> = xWhittakerSmoother

    Type declaration

      • (
            yData: NumberArray,
            options?: XWhittakerSmootherOptions,
        ): Float64Array<ArrayBuffer>
      • Computes the baseline points for the given data using an iterative smoothing algorithm.

        Parameters

        Returns Float64Array<ArrayBuffer>

        • The computed baseline points.

    Use xWhittakerSmoother instead. TODO: Remove in next major version.