Hi @victimsnino
i am opening another thread, since it might exceed my original request(s) a bit...
How open are you about non-(rx)-standard filters?
The average operator is already part of the original rx definition (which i also have a usage for).
However, other filters come to my mind like exponential moving average or median filtering. Those are realised in influxdb:
https://docs.influxdata.com/flux/v0.x/stdlib/universe/exponentialmovingaverage/
https://docs.influxdata.com/flux/v0.x/stdlib/universe/median/
I don't know, whether there are implementations for other languages, but those filters would be pretty helpful for financial, statistical and signal processing applications (and for my application...).
Looking forward to your opinion on that.
Hi @victimsnino
i am opening another thread, since it might exceed my original request(s) a bit...
How open are you about non-(rx)-standard filters?
The
averageoperator is already part of the original rx definition (which i also have a usage for).However, other filters come to my mind like
exponential moving averageormedianfiltering. Those are realised in influxdb:https://docs.influxdata.com/flux/v0.x/stdlib/universe/exponentialmovingaverage/
https://docs.influxdata.com/flux/v0.x/stdlib/universe/median/
I don't know, whether there are implementations for other languages, but those filters would be pretty helpful for financial, statistical and signal processing applications (and for my application...).
Looking forward to your opinion on that.