ChronixDB / chronix.server

The Chronix Server implementation that is based on Apache Solr.
Apache License 2.0
263 stars 29 forks source link

Moving Average based on a fixed size of samples #92

Closed FlorianLautenschlager closed 7 years ago

FlorianLautenschlager commented 7 years ago

We currently only provide a moving average with a time window. Hence the amounts of points within a window varies. Therefore we should also provide a moving average transformation with a fixed amount of points.