public class org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics implements org.apache.commons.math3.stat.descriptive.StatisticalSummary, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8207112444016386906

  private final org.apache.commons.math3.stat.descriptive.SummaryStatistics statisticsPrototype;
    descriptor: Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.commons.math3.stat.descriptive.SummaryStatistics statistics;
    descriptor: Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 78
            aload 0 /* this */
            new org.apache.commons.math3.stat.descriptive.SummaryStatistics
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.SummaryStatistics.<init>:()V
            invokespecial org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.<init>:(Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;)V
         1: .line 79
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;

  public void <init>(org.apache.commons.math3.stat.descriptive.SummaryStatistics);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
        start local 1 // org.apache.commons.math3.stat.descriptive.SummaryStatistics prototypeStatistics
         0: .line 99
            aload 0 /* this */
            aload 1 /* prototypeStatistics */
         1: .line 100
            aload 1 /* prototypeStatistics */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: uninitialized-this org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: uninitialized-this org.apache.commons.math3.stat.descriptive.SummaryStatistics
         2: new org.apache.commons.math3.stat.descriptive.SummaryStatistics
            dup
            aload 1 /* prototypeStatistics */
            invokespecial org.apache.commons.math3.stat.descriptive.SummaryStatistics.<init>:(Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;)V
      StackMap locals: uninitialized-this org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: uninitialized-this org.apache.commons.math3.stat.descriptive.SummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
         3: invokespecial org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.<init>:(Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;)V
         4: .line 101
            return
        end local 1 // org.apache.commons.math3.stat.descriptive.SummaryStatistics prototypeStatistics
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    5     0                 this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
            0    5     1  prototypeStatistics  Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException
    MethodParameters:
                     Name  Flags
      prototypeStatistics  

  public void <init>(org.apache.commons.math3.stat.descriptive.SummaryStatistics, org.apache.commons.math3.stat.descriptive.SummaryStatistics);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
        start local 1 // org.apache.commons.math3.stat.descriptive.SummaryStatistics prototypeStatistics
        start local 2 // org.apache.commons.math3.stat.descriptive.SummaryStatistics initialStatistics
         0: .line 123
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 125
            aload 0 /* this */
         2: .line 126
            aload 1 /* prototypeStatistics */
            ifnonnull 3
            new org.apache.commons.math3.stat.descriptive.SummaryStatistics
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.SummaryStatistics.<init>:()V
            goto 4
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics
         3: aload 1 /* prototypeStatistics */
         4: .line 125
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
            putfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statisticsPrototype:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
         5: .line 127
            aload 0 /* this */
         6: .line 128
            aload 2 /* initialStatistics */
            ifnonnull 7
            new org.apache.commons.math3.stat.descriptive.SummaryStatistics
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.SummaryStatistics.<init>:()V
            goto 8
      StackMap locals:
      StackMap stack: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics
         7: aload 2 /* initialStatistics */
         8: .line 127
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
            putfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
         9: .line 129
            return
        end local 2 // org.apache.commons.math3.stat.descriptive.SummaryStatistics initialStatistics
        end local 1 // org.apache.commons.math3.stat.descriptive.SummaryStatistics prototypeStatistics
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0                 this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
            0   10     1  prototypeStatistics  Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            0   10     2    initialStatistics  Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
    MethodParameters:
                     Name  Flags
      prototypeStatistics  
      initialStatistics    

  public double getMax();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 138
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 139
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getMax:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 138
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public double getMean();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 149
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 150
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getMean:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 149
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public double getMin();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 161
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 162
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getMin:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 161
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public long getN();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 172
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 173
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getN:()J
            aload 1
            monitorexit
         2: lreturn
         3: .line 172
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public double getStandardDeviation();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 184
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 185
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getStandardDeviation:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 184
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public double getSum();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 195
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 196
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getSum:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 195
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public double getVariance();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 207
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 208
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getVariance:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 207
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public double getSumOfLogs();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 219
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 220
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getSumOfLogs:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 219
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public double getGeometricMean();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 231
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 232
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getGeometricMean:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 231
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public double getSumsq();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 243
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 244
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getSumsq:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 243
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public double getSecondMoment();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 257
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 258
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokevirtual org.apache.commons.math3.stat.descriptive.SummaryStatistics.getSecondMoment:()D
            aload 1
            monitorexit
         2: dreturn
         3: .line 257
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public org.apache.commons.math3.stat.descriptive.StatisticalSummary getSummary();
    descriptor: ()Lorg/apache/commons/math3/stat/descriptive/StatisticalSummary;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 269
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            dup
            astore 1
            monitorenter
         1: .line 270
            new org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.getMean:()D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.getVariance:()D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.getN:()J
         2: .line 271
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.getMax:()D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.getMin:()D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.getSum:()D
         3: .line 270
            invokespecial org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.<init>:(DDJDDD)V
            aload 1
            monitorexit
         4: areturn
         5: .line 269
      StackMap locals: org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics org.apache.commons.math3.stat.descriptive.SummaryStatistics
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public org.apache.commons.math3.stat.descriptive.SummaryStatistics createContributingStatistics();
    descriptor: ()Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
         0: .line 285
            new org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics$AggregatingSummaryStatistics
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statistics:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            invokespecial org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics$AggregatingSummaryStatistics.<init>:(Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;)V
         1: .line 284
            astore 1 /* contributingStatistics */
        start local 1 // org.apache.commons.math3.stat.descriptive.SummaryStatistics contributingStatistics
         2: .line 288
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics.statisticsPrototype:Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;
            aload 1 /* contributingStatistics */
            invokestatic org.apache.commons.math3.stat.descriptive.SummaryStatistics.copy:(Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;)V
         3: .line 290
            aload 1 /* contributingStatistics */
            areturn
        end local 1 // org.apache.commons.math3.stat.descriptive.SummaryStatistics contributingStatistics
        end local 0 // org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    4     0                    this  Lorg/apache/commons/math3/stat/descriptive/AggregateSummaryStatistics;
            2    4     1  contributingStatistics  Lorg/apache/commons/math3/stat/descriptive/SummaryStatistics;

  public static org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues aggregate(java.util.Collection<? extends org.apache.commons.math3.stat.descriptive.StatisticalSummary>);
    descriptor: (Ljava/util/Collection;)Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=14, locals=25, args_size=1
        start local 0 // java.util.Collection statistics
         0: .line 306
            aload 0 /* statistics */
            ifnonnull 2
         1: .line 307
            aconst_null
            areturn
         2: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* statistics */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 1 /* iterator */
        start local 1 // java.util.Iterator iterator
         3: .line 310
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         4: .line 311
            aconst_null
            areturn
         5: .line 313
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.stat.descriptive.StatisticalSummary
            astore 2 /* current */
        start local 2 // org.apache.commons.math3.stat.descriptive.StatisticalSummary current
         6: .line 314
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getN:()J
            lstore 3 /* n */
        start local 3 // long n
         7: .line 315
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getMin:()D
            dstore 5 /* min */
        start local 5 // double min
         8: .line 316
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getSum:()D
            dstore 7 /* sum */
        start local 7 // double sum
         9: .line 317
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getMax:()D
            dstore 9 /* max */
        start local 9 // double max
        10: .line 318
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getVariance:()D
            dstore 11 /* var */
        start local 11 // double var
        11: .line 319
            dload 11 /* var */
            lload 3 /* n */
            l2d
            dconst_1
            dsub
            dmul
            dstore 13 /* m2 */
        start local 13 // double m2
        12: .line 320
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getMean:()D
            dstore 15 /* mean */
        start local 15 // double mean
        13: .line 321
            goto 27
        14: .line 322
      StackMap locals: java.util.Collection java.util.Iterator org.apache.commons.math3.stat.descriptive.StatisticalSummary long double double double double double double
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.apache.commons.math3.stat.descriptive.StatisticalSummary
            astore 2 /* current */
        15: .line 323
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getMin:()D
            dload 5 /* min */
            dcmpg
            iflt 16
            dload 5 /* min */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 17
        16: .line 324
      StackMap locals:
      StackMap stack:
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getMin:()D
            dstore 5 /* min */
        17: .line 326
      StackMap locals:
      StackMap stack:
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getMax:()D
            dload 9 /* max */
            dcmpl
            ifgt 18
            dload 9 /* max */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 19
        18: .line 327
      StackMap locals:
      StackMap stack:
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getMax:()D
            dstore 9 /* max */
        19: .line 329
      StackMap locals:
      StackMap stack:
            dload 7 /* sum */
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getSum:()D
            dadd
            dstore 7 /* sum */
        20: .line 330
            lload 3 /* n */
            l2d
            dstore 17 /* oldN */
        start local 17 // double oldN
        21: .line 331
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getN:()J
            l2d
            dstore 19 /* curN */
        start local 19 // double curN
        22: .line 332
            lload 3 /* n */
            l2d
            dload 19 /* curN */
            dadd
            d2l
            lstore 3 /* n */
        23: .line 333
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getMean:()D
            dload 15 /* mean */
            dsub
            dstore 21 /* meanDiff */
        start local 21 // double meanDiff
        24: .line 334
            dload 7 /* sum */
            lload 3 /* n */
            l2d
            ddiv
            dstore 15 /* mean */
        25: .line 335
            aload 2 /* current */
            invokeinterface org.apache.commons.math3.stat.descriptive.StatisticalSummary.getVariance:()D
            dload 19 /* curN */
            dconst_1
            dsub
            dmul
            dstore 23 /* curM2 */
        start local 23 // double curM2
        26: .line 336
            dload 13 /* m2 */
            dload 23 /* curM2 */
            dadd
            dload 21 /* meanDiff */
            dload 21 /* meanDiff */
            dmul
            dload 17 /* oldN */
            dmul
            dload 19 /* curN */
            dmul
            lload 3 /* n */
            l2d
            ddiv
            dadd
            dstore 13 /* m2 */
        end local 23 // double curM2
        end local 21 // double meanDiff
        end local 19 // double curN
        end local 17 // double oldN
        27: .line 321
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        28: .line 339
            lload 3 /* n */
            lconst_0
            lcmp
            ifne 31
        29: .line 340
            ldc NaN
            dstore 17 /* variance */
        start local 17 // double variance
        30: .line 341
            goto 35
        end local 17 // double variance
      StackMap locals:
      StackMap stack:
        31: lload 3 /* n */
            lconst_1
            lcmp
            ifne 34
        32: .line 342
            dconst_0
            dstore 17 /* variance */
        start local 17 // double variance
        33: .line 343
            goto 35
        end local 17 // double variance
        34: .line 344
      StackMap locals:
      StackMap stack:
            dload 13 /* m2 */
            lload 3 /* n */
            lconst_1
            lsub
            l2d
            ddiv
            dstore 17 /* variance */
        start local 17 // double variance
        35: .line 346
      StackMap locals: double
      StackMap stack:
            new org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues
            dup
            dload 15 /* mean */
            dload 17 /* variance */
            lload 3 /* n */
            dload 9 /* max */
            dload 5 /* min */
            dload 7 /* sum */
            invokespecial org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.<init>:(DDJDDD)V
            areturn
        end local 17 // double variance
        end local 15 // double mean
        end local 13 // double m2
        end local 11 // double var
        end local 9 // double max
        end local 7 // double sum
        end local 5 // double min
        end local 3 // long n
        end local 2 // org.apache.commons.math3.stat.descriptive.StatisticalSummary current
        end local 1 // java.util.Iterator iterator
        end local 0 // java.util.Collection statistics
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   36     0  statistics  Ljava/util/Collection<+Lorg/apache/commons/math3/stat/descriptive/StatisticalSummary;>;
            3   36     1    iterator  Ljava/util/Iterator<+Lorg/apache/commons/math3/stat/descriptive/StatisticalSummary;>;
            6   36     2     current  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummary;
            7   36     3           n  J
            8   36     5         min  D
            9   36     7         sum  D
           10   36     9         max  D
           11   36    11         var  D
           12   36    13          m2  D
           13   36    15        mean  D
           21   27    17        oldN  D
           22   27    19        curN  D
           24   27    21    meanDiff  D
           26   27    23       curM2  D
           30   31    17    variance  D
           33   34    17    variance  D
           35   36    17    variance  D
    Signature: (Ljava/util/Collection<+Lorg/apache/commons/math3/stat/descriptive/StatisticalSummary;>;)Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;
    MethodParameters:
            Name  Flags
      statistics  
}
SourceFile: "AggregateSummaryStatistics.java"
NestMembers:
  org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics$AggregatingSummaryStatistics
InnerClasses:
  private AggregatingSummaryStatistics = org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics$AggregatingSummaryStatistics of org.apache.commons.math3.stat.descriptive.AggregateSummaryStatistics