org.jzy3d.maths.algorithms
Class OutlierRemover

java.lang.Object
  extended by org.jzy3d.maths.algorithms.OutlierRemover

public class OutlierRemover
extends Object


Constructor Summary
OutlierRemover()
           
 
Method Summary
static Scale getInlierBounds(double[] values, int nVariance)
           
static int[] getInlierIndices(double[] values, int nVariance)
           
static double[] getInlierValues(double[] values, int nVariance)
           
static int[] getOutlierIndices(double[] values, int nVariance)
           
static double[] getOutlierValues(double[] values, int nVariance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlierRemover

public OutlierRemover()
Method Detail

getOutlierIndices

public static int[] getOutlierIndices(double[] values,
                                      int nVariance)

getInlierIndices

public static int[] getInlierIndices(double[] values,
                                     int nVariance)

getOutlierValues

public static double[] getOutlierValues(double[] values,
                                        int nVariance)

getInlierValues

public static double[] getInlierValues(double[] values,
                                       int nVariance)

getInlierBounds

public static Scale getInlierBounds(double[] values,
                                    int nVariance)