Interface DeconvolutionResult

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

Properties

component: number[][]

Matrix with row as estimated pure components

matrix: number[][]

submatrix, times and m/z axis of the range

mzAxis: number[]

vector with m/z value of the range

profile: number[][]

Matrix with columns as composition profile

rank: number

number of pure components

times: number[]

vector with retention times of the range