1.1.9 • Published 1 year ago

baselines v1.1.9

Weekly downloads
21
License
MIT
Repository
github
Last release
1 year ago

baselines

NPM version build status npm download

Collects baseline correction methods for JavaScript. The idea is that all methods can be used by just providing the measurements y as input.

Installation

$ npm i baselines

Usage

import {
  airPLSBaseline,
  iterativePolynomialBaseline,
  rollingBallBaseline,
} from 'baselines';

const baselineOutput = rollingBallBaseline(spectrum);

// {baseline: [], correctedSpectrum: []}

API Documentation

License

MIT

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago