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