Description Usage Arguments Value References
Baseline Correction with Asymmetric Least Squares Smoothing
1 2 | baseline_als(y, lambda = 1e+06, p = 0.05, maxitr = 10L,
converge_warning = FALSE)
|
y |
a numeric vector, signals. |
lambda |
a large numeric, determines smoothness. |
p |
a numeric between (0, 1), determines asymeetry. |
maxitr |
an integer, maximum iteration. |
converge_warning |
whether to give a warning if not converged. |
a numeric vector, baseline of y
Paul H. C. Eilers, Hans F.M. Boelens, 2005
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.