Documentation
¶
Overview ¶
Package smoother implements the Whittaker-Eilers Smoothing function for a slice of float64 values
The function is based on the work by Paul H.C. Eilers "A Perfect Smoother". The paper and supporting info can be found at https://pubs.acs.org/doi/full/10.1021/ac034173t
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WESmoother ¶
WESmoother applies the Whittaker-Eilers smoothing function to a given data series y with a specified parameter lambda and order d. It returns the smoothed series and an error if the Cholesky decomposition fails. The data series is assumed to be collected from an equal sample rate.
The function is based on the work by Paul H.C. Eilers "A Perfect Smoother". A larger lambda will increase the smoothness of the series, but may also result in a loss of detail.
Types ¶
This section is empty.









