This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Moving Function API for package org.elasticsearch.search.aggregations.pipeline
editMoving Function API for package org.elasticsearch.search.aggregations.pipeline
editSee the Moving Function API for a high-level overview of all packages and classes.
MovingFunctions
edit- static double ewma(double[], double)
- static double holt(double[], double, double)
- static double holtWinters(double[], double, double, double, int, boolean)
- static double linearWeightedAvg(double[])
- static double max(double[])
- static double min(double[])
- static double stdDev(double[], double)
- static double sum(double[])
- static double unweightedAvg(double[])
- boolean equals(Object)
- int hashCode()
- String toString()