ml-airpls
    Preparing search index...

    Function default

    • Fit the baseline drift by iteratively changing weights of sum square error between the fitted baseline and original signals, for further information about the parameters you can get the paper of airPLS.

      Parameters

      • x: DoubleArray

        X axis data useful when control points or zones are submitted.

      • y: DoubleArray

        Original data.

      • options: AirPLSOptions = {}

        Options object.

      Returns AirPLSResult

      An object containing the corrected data, baseline, iteration count, and error.