包 org.elasticsearch.search.aggregations.pipeline 的移动函数 API
编辑包 org.elasticsearch.search.aggregations.pipeline 的移动函数 API编辑
有关所有包和类的概述,请参阅移动函数 API。
MovingFunctions编辑
- 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()