Class TimeSeries.Summary

  • Enclosing class:
    TimeSeries

    public class TimeSeries.Summary
    extends java.lang.Object
    Class contains the summary of the TimeSeries.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double mMean  
      double mPeak  
      double mStddev  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mMean

        public double mMean
      • mPeak

        public double mPeak
      • mStddev

        public double mStddev