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()