Documentation of 'Catalano.Statistics.ContinuousHistogram' Java class
ContinuousHistogram
Catalano.Statistics

Class ContinuousHistogram



  • public class ContinuousHistogram
    extends java.lang.Object
    Histogram for continuous random values.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ContinuousHistogram(int[] values, FloatRange range)
      Initializes a new instance of the ContinuousHistogram class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      float getMax()
      Maximum value.
      float getMean()
      Mean value.
      float getMedian()
      Median value.
      float getMin()
      Minimum value.
      FloatRange getRange(float percent)
      Get range around median containing specified percentage of values.
      float getStdDev()
      Standart Deviation value.
      int[] getValues()
      Values of the histogram.
      void Update()
      Update statistical value of the histogram.
      • Methods inherited from class java.lang.Object

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

      • ContinuousHistogram

        public ContinuousHistogram(int[] values,
                                   FloatRange range)
        Initializes a new instance of the ContinuousHistogram class.
        Parameters:
        values - Values of the histogram.
        range - Range of random values.
    • Method Detail

      • getValues

        public int[] getValues()
        Values of the histogram.
        Returns:
      • getMean

        public float getMean()
        Mean value.
        Returns:
      • getStdDev

        public float getStdDev()
        Standart Deviation value.
        Returns:
      • getMedian

        public float getMedian()
        Median value.
        Returns:
      • getMin

        public float getMin()
        Minimum value.
        Returns:
      • getMax

        public float getMax()
        Maximum value.
        Returns:
      • getRange

        public FloatRange getRange(float percent)
        Get range around median containing specified percentage of values.
        Parameters:
        percent - Values percentage around median.
        Returns:
        Returns the range which containes specifies percentage of values.
      • Update

        public void Update()
        Update statistical value of the histogram.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.