-
Hi,
is there a comparison of this algorithm with the Savitzky-Golay filter? What are the benefits?
regrards
Tobias
-
See [Wikipedia](https://www.wikiwand.com/en/Savitzky%E2%80%93Golay_filter). The winners of the Kaggle Ashrae competition [used it](https://www.kaggle.com/c/ashrae-energy-prediction/discussion/124709).…
-
Do you plan to implement it at some point? It's one of the most well-known and widely used filters, of course.
-
Hi there,
Please see [here](https://gist.github.com/lnacquaroli/c97fbc9a15488607e236b3472bcdf097#gistcomment-3093665). Apparently the implementation of the SG filter from Qlab is not fully correct.…
-
## 🚶➡️🏃 Proposed Enhancement
Today, I [answered this StackExchange Question](https://stats.stackexchange.com/a/648154/365558) on the Savitzky-Golay filter and thereby I figured out that the automated…
-
## 🚶➡️🏃 Proposed Enhancement
In 2023, some researchers put the Savitzky-Golay-filter to the test and figured out that - despite its wide-spread use - it is actually far from being a good smoother.
T…
-
I have a pretty basic implementation of Savitzky-Golay filtering based on that in SciPy (BSD-3 licensed so no problems). Seems like this could be a good home for it, but I'm not sure where exactly. Is…
-
What was the reasoning for using a window size of 25 when smoothing coordinates and in general for this type of data what is the best way to decide what parameters to use? Does it by any chance depend…
-
This was discovered when debugging #247 .
mzkitchen results look OK, b/c mzkitchen uses the Gaussian Smoother.
However, this smoother does not seem to be working well.
This is all part of an effo…
-
In `ggplotnim` we've seen multiple times already that users have issues with the added LAPACK dependency introduced from `geom_smooth` (the fact that it *shouldn't* end up as a dep. in the first place…