chromatography
    Preparing search index...

    Interface DeconvolutionResult

    interface DeconvolutionResult {
        component: Matrix;
        matrix: Matrix;
        mzAxis: number[];
        profile: Matrix;
        rank: number;
        times: DoubleArray;
    }
    Index

    Properties

    component: Matrix

    Matrix with row as estimated pure components

    matrix: Matrix

    submatrix, times and m/z axis of the range

    mzAxis: number[]

    vector with m/z value of the range

    profile: Matrix

    Matrix with columns as composition profile

    rank: number

    number of pure components

    times: DoubleArray

    vector with retention times of the range