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

  private int n;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private double value;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  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.summary.SumOfLogs this
         0: .line 64
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
         1: .line 65
            aload 0 /* this */
            dconst_0
            putfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.value:D
         2: .line 66
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.n:I
         3: .line 67
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;

  public void <init>(org.apache.commons.math3.stat.descriptive.summary.SumOfLogs);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
        start local 1 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs original
         0: .line 76
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
         1: .line 77
            aload 1 /* original */
            aload 0 /* this */
            invokestatic org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.copy:(Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;)V
         2: .line 78
            return
        end local 1 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs original
        end local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
            0    3     1  original  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException
    MethodParameters:
          Name  Flags
      original  

  public void increment(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
        start local 1 // double d
         0: .line 85
            aload 0 /* this */
            dup
            getfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.value:D
            dload 1 /* d */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dadd
            putfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.value:D
         1: .line 86
            aload 0 /* this */
            dup
            getfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.n:I
            iconst_1
            iadd
            putfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.n:I
         2: .line 87
            return
        end local 1 // double d
        end local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
            0    3     1     d  D
    MethodParameters:
      Name  Flags
      d     final

  public double getResult();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
         0: .line 94
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.value:D
            dreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;

  public long getN();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
         0: .line 101
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.n:I
            i2l
            lreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
         0: .line 109
            aload 0 /* this */
            dconst_0
            putfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.value:D
         1: .line 110
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.n:I
         2: .line 111
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;

  public double evaluate(double[], int, int);
    descriptor: ([DII)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
        start local 1 // double[] values
        start local 2 // int begin
        start local 3 // int length
         0: .line 133
            ldc NaN
            dstore 4 /* sumLog */
        start local 4 // double sumLog
         1: .line 134
            aload 0 /* this */
            aload 1 /* values */
            iload 2 /* begin */
            iload 3 /* length */
            iconst_1
            invokevirtual org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.test:([DIIZ)Z
            ifeq 8
         2: .line 135
            dconst_0
            dstore 4 /* sumLog */
         3: .line 136
            iload 2 /* begin */
            istore 6 /* i */
        start local 6 // int i
         4: goto 7
         5: .line 137
      StackMap locals: double int
      StackMap stack:
            dload 4 /* sumLog */
            aload 1 /* values */
            iload 6 /* i */
            daload
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dadd
            dstore 4 /* sumLog */
         6: .line 136
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 6 /* i */
            iload 2 /* begin */
            iload 3 /* length */
            iadd
            if_icmplt 5
        end local 6 // int i
         8: .line 140
      StackMap locals:
      StackMap stack:
            dload 4 /* sumLog */
            dreturn
        end local 4 // double sumLog
        end local 3 // int length
        end local 2 // int begin
        end local 1 // double[] values
        end local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
            0    9     1  values  [D
            0    9     2   begin  I
            0    9     3  length  I
            1    9     4  sumLog  D
            4    8     6       i  I
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
        Name  Flags
      values  final
      begin   final
      length  final

  public org.apache.commons.math3.stat.descriptive.summary.SumOfLogs copy();
    descriptor: ()Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
         0: .line 148
            new org.apache.commons.math3.stat.descriptive.summary.SumOfLogs
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.<init>:()V
            astore 1 /* result */
        start local 1 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs result
         1: .line 150
            aload 0 /* this */
            aload 1 /* result */
            invokestatic org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.copy:(Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;)V
         2: .line 151
            aload 1 /* result */
            areturn
        end local 1 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs result
        end local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
            1    3     1  result  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;

  public static void copy(org.apache.commons.math3.stat.descriptive.summary.SumOfLogs, org.apache.commons.math3.stat.descriptive.summary.SumOfLogs);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs source
        start local 1 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs dest
         0: .line 164
            aload 0 /* source */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         1: .line 165
            aload 1 /* dest */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         2: .line 166
            aload 1 /* dest */
            aload 0 /* source */
            invokevirtual org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.getDataRef:()[D
            invokevirtual org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.setData:([D)V
         3: .line 167
            aload 1 /* dest */
            aload 0 /* source */
            getfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.n:I
            putfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.n:I
         4: .line 168
            aload 1 /* dest */
            aload 0 /* source */
            getfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.value:D
            putfield org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.value:D
         5: .line 169
            return
        end local 1 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs dest
        end local 0 // org.apache.commons.math3.stat.descriptive.summary.SumOfLogs source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0  source  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
            0    6     1    dest  Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException
    MethodParameters:
        Name  Flags
      source  
      dest    

  public org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic copy();
    descriptor: ()Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.copy:()Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.stat.descriptive.UnivariateStatistic copy();
    descriptor: ()Lorg/apache/commons/math3/stat/descriptive/UnivariateStatistic;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.copy:()Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SumOfLogs.java"