| baseline | |
| airpls.cpp | Baseline estimation using adaptive iteratively reweighted Penalized Least Squares(airPLS)(implementation) |
| airpls.h | Baseline estimation using adaptive iteratively reweighted Penalized Least Squares(airPLS) |
| arpls.cpp | Baseline estimation using asymmetrically reweighted Penalized Least Squares(arPLS)(implementation) |
| arpls.h | Baseline estimation using asymmetrically reweighted Penalized Least Squares(arPLS) |
| asls.cpp | Baseline estimation using Asymmetric Least Squares Smoothing(AsLS)(implementation) |
| asls.h | Baseline estimation using Asymmetric Least Squares Smoothing(AsLS) |
| beads.cpp | Baseline estimation and subtraction using Baseline Estimation And Denoising using Sparsity(BEADS)(implementation) |
| beads.h | Baseline estimation and subtraction using Baseline Estimation And Denoising using Sparsity(BEADS) |
| polynomial.cpp | Baseline estimation with polynomial line(implementation) |
| polynomial.h | Baseline estimation with polynomial line |
| sma.cpp | Baseline estimation using simple moving average(implementation) |
| sma.h | Baseline estimation using simple moving average |
| spline.cpp | Baseline estimation from cubic spline(implementation) |
| spline.h | Baseline estimation from cubic spline |
| misc | |
| bspline.h | B-Spline basis functions and interpolation |
| convolve.h | Python's NumPy-like convolve() function |
| cubic_spline.h | Performs cubic spline parameter calculation and interpolation |
| diff.h | MATLAB-like diff() function |
| expand.h | Expands and Trim the boundaries of the data |
| polyfit.h | Polynomial fitting using the least squares method (Gauss-Newton for linear models) |
| spdiags.h | Python's SciPy-like spdiags() function |
| smoothing | |
| moving_average.cpp | Smoothing using simple/weighted moving average(implementation) |
| moving_average.h | Smoothing using simple/weighted moving average |
| pspline.cpp | Smoothing with penalized Spline(P-Spline)(implementation) |
| pspline.h | Smoothing using penalized Spline(P-Spline) |
| savitzky_golay.cpp | Smoothing using Savitzky-Golay filter(implementation) |
| savitzky_golay.h | Smoothing using Savitzky-Golay filter |
| whittaker.cpp | Smoothing using Whittaker smoother(implementation) |
| whittaker.h | Smoothing using Whittaker smoother |