IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Moving Function API for package org.elasticsearch.search.aggregations.pipeline
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Moving 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()
Was this helpful?
Thank you for your feedback.