Class ScaleFinder

java.lang.Object
org.jzy3d.maths.algorithms.ScaleFinder

public class ScaleFinder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Scale
    getFilteredScale(double[] values, int nVariance)
    Apply an outlier remover on input data (
    invalid @link
    OutlierRemover.getInlierValues
    ) and retrieve the min and max values of the non-rejected values.
    static Scale
    getMinMaxScale(double[] values)
    Simply returns the min and max values of the input array into a Scale object.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScaleFinder

      public ScaleFinder()
  • Method Details

    • getFilteredScale

      public static Scale getFilteredScale(double[] values, int nVariance)
      Apply an outlier remover on input data (
      invalid @link
      OutlierRemover.getInlierValues
      ) and retrieve the min and max values of the non-rejected values.
      Parameters:
      values -
      nVariance -
      Returns:
    • getMinMaxScale

      public static Scale getMinMaxScale(double[] values)
      Simply returns the min and max values of the input array into a Scale object.
      Parameters:
      values -
      Returns: