UNPKG

ml-spectra-fitting

Version:

Fit spectra using gaussian or lorentzian

8 lines 408 B
import type { InternalPeak } from '../util/internalPeaks/getInternalPeaks.ts'; /** * This function returns the sumOfShapes function * This function gives sumOfShapes access to the peak list and the associated data * @param internalPeaks */ export declare function getSumOfShapes(internalPeaks: InternalPeak[]): (parameters: number[]) => (x: number) => number; //# sourceMappingURL=getSumOfShapes.d.ts.map