Class IVStatistics

All Implemented Interfaces:
Alarm, Display, Statistics, Time, VStatistics, VType

public class IVStatistics extends IVNumeric implements VStatistics
  • Constructor Details

  • Method Details

    • getAverage

      public Double getAverage()
      Description copied from interface: Statistics
      The average. Never null.
      Specified by:
      getAverage in interface Statistics
      Returns:
      the average
    • getStdDev

      public Double getStdDev()
      Description copied from interface: Statistics
      The standard deviation. Never null.
      Specified by:
      getStdDev in interface Statistics
      Returns:
      the standard deviation
    • getMin

      public Double getMin()
      Description copied from interface: Statistics
      The minimum value.
      Specified by:
      getMin in interface Statistics
      Returns:
      the minimum
    • getMax

      public Double getMax()
      Description copied from interface: Statistics
      The maximum value.
      Specified by:
      getMax in interface Statistics
      Returns:
      the maximum
    • getNSamples

      public Integer getNSamples()
      Description copied from interface: Statistics
      The number of samples.
      Specified by:
      getNSamples in interface Statistics
      Returns:
      the number of samples