Class PediatricGrowthTrajectory.YearInformation

  • Enclosing class:
    PediatricGrowthTrajectory

    public static class PediatricGrowthTrajectory.YearInformation
    extends java.lang.Object
    Container for data on changes between years for BMI information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double correlation  
      double diff  
    • Constructor Summary

      Constructors 
      Constructor Description
      YearInformation()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • correlation

        public double correlation
      • diff

        public double diff
    • Constructor Detail

      • YearInformation

        public YearInformation()