Documentation of 'org.jzy3d.maths.algorithms.ScaleFinder' Java class
ScaleFinder
org.jzy3d.maths.algorithms

Class ScaleFinder



  • public class ScaleFinder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      ScaleFinder() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static Scale getFilteredScale(double[] values, int nVariance)
      Apply an outlier remover on input data (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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScaleFinder

        public ScaleFinder()
    • Method Detail

      • getFilteredScale

        public static Scale getFilteredScale(double[] values,
                                             int nVariance)
        Apply an outlier remover on input data (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:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.