us.ihmc.utilities.math
Class WindowedAverageForDataSet

java.lang.Object
  extended by us.ihmc.utilities.math.WindowedAverageForDataSet

public class WindowedAverageForDataSet
extends java.lang.Object


Constructor Summary
WindowedAverageForDataSet()
           
 
Method Summary
static double[] getSetFilteredWithWindowedAverage(double[] dataSetToFilter, int numberOfPointsOnEitherSideFormingWindow)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowedAverageForDataSet

public WindowedAverageForDataSet()
Method Detail

getSetFilteredWithWindowedAverage

public static double[] getSetFilteredWithWindowedAverage(double[] dataSetToFilter,
                                                         int numberOfPointsOnEitherSideFormingWindow)