Documentation of 'org.encog.mathutil.NumericRange' Java class
NumericRange
org.encog.mathutil

Class NumericRange



  • public class NumericRange
    extends java.lang.Object
    A numeric range has a high, low, mean, root-mean-square, standard deviation, and the count of how many samples it contains.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int FIVE
      Display to five decimal places.
    • Constructor Summary

      Constructors 
      Constructor and Description
      NumericRange(java.util.List<java.lang.Double> values)
      Create a numeric range from a list of values.
    • Constructor Detail

      • NumericRange

        public NumericRange(java.util.List<java.lang.Double> values)
        Create a numeric range from a list of values.
        Parameters:
        values - The values to calculate for.
    • Method Detail

      • getHigh

        public final double getHigh()
        Returns:
        The high number in the range.
      • getLow

        public final double getLow()
        Returns:
        The low number in the range.
      • getMean

        public final double getMean()
        Returns:
        The mean in the range.
      • getRms

        public final double getRms()
        Returns:
        The root mean square of the range.
      • getSamples

        public final int getSamples()
        Returns:
        The number of samples in the range.
      • getStandardDeviation

        public final double getStandardDeviation()
        Returns:
        The standard deviation of the range.
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.