ml-gsd
Version:
Global Spectral Deconvolution
12 lines • 349 B
TypeScript
import type { NumberArray } from 'cheminfo-types';
import type { GSDPeakID } from '../gsd.ts';
export declare function autoAlgorithm(input: {
x: NumberArray;
y: NumberArray;
yData: NumberArray;
dY: NumberArray;
ddY: NumberArray;
yThreshold: number;
dX: number;
}): GSDPeakID[];
//# sourceMappingURL=autoAlgorithm.d.ts.map