ml-airpls
    Preparing search index...

    Interface AirPLSResult

    interface AirPLSResult {
        baseline: number[];
        corrected: Float64Array;
        error: number;
        iteration: number;
    }
    Index

    Properties

    baseline: number[]

    The estimated baseline.

    corrected: Float64Array

    The baseline-corrected data.

    error: number

    The sum of negative differences (error).

    iteration: number

    The number of iterations performed.