pybaselines.polynomial

Polynomial techniques for fitting baselines to experimental data.

Functions

goldindec

Fits a polynomial baseline using a non-quadratic cost function.

imodpoly

The improved modofied polynomial (IModPoly) baseline algorithm.

loess

Locally estimated scatterplot smoothing (LOESS).

modpoly

The modified polynomial (ModPoly) baseline algorithm.

penalized_poly

Fits a polynomial baseline using a non-quadratic cost function.

poly

Computes a polynomial that fits the baseline of the data.

quant_reg

Approximates the baseline of the data using quantile regression.