public class org.apache.commons.math3.stat.descriptive.moment.Mean extends org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic implements java.io.Serializable, org.apache.commons.math3.stat.descriptive.WeightedEvaluation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.stat.descriptive.moment.Mean
  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: -1296043746617791564

  protected org.apache.commons.math3.stat.descriptive.moment.FirstMoment moment;
    descriptor: Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
    flags: (0x0004) ACC_PROTECTED

  protected boolean incMoment;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  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.moment.Mean this
         0: .line 81
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
         1: .line 82
            aload 0 /* this */
            iconst_1
            putfield org.apache.commons.math3.stat.descriptive.moment.Mean.incMoment:Z
         2: .line 83
            aload 0 /* this */
            new org.apache.commons.math3.stat.descriptive.moment.FirstMoment
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.moment.FirstMoment.<init>:()V
            putfield org.apache.commons.math3.stat.descriptive.moment.Mean.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
         3: .line 84
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;

  public void <init>(org.apache.commons.math3.stat.descriptive.moment.FirstMoment);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
        start local 1 // org.apache.commons.math3.stat.descriptive.moment.FirstMoment m1
         0: .line 91
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
         1: .line 92
            aload 0 /* this */
            aload 1 /* m1 */
            putfield org.apache.commons.math3.stat.descriptive.moment.Mean.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
         2: .line 93
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.math3.stat.descriptive.moment.Mean.incMoment:Z
         3: .line 94
            return
        end local 1 // org.apache.commons.math3.stat.descriptive.moment.FirstMoment m1
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
            0    4     1    m1  Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
    MethodParameters:
      Name  Flags
      m1    final

  public void <init>(org.apache.commons.math3.stat.descriptive.moment.Mean);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/moment/Mean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
        start local 1 // org.apache.commons.math3.stat.descriptive.moment.Mean original
         0: .line 103
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
         1: .line 104
            aload 1 /* original */
            aload 0 /* this */
            invokestatic org.apache.commons.math3.stat.descriptive.moment.Mean.copy:(Lorg/apache/commons/math3/stat/descriptive/moment/Mean;Lorg/apache/commons/math3/stat/descriptive/moment/Mean;)V
         2: .line 105
            return
        end local 1 // org.apache.commons.math3.stat.descriptive.moment.Mean original
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
            0    3     1  original  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
    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=3, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
        start local 1 // double d
         0: .line 115
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Mean.incMoment:Z
            ifeq 2
         1: .line 116
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Mean.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
            dload 1 /* d */
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.FirstMoment.increment:(D)V
         2: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double d
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
            0    3     1     d  D
    MethodParameters:
      Name  Flags
      d     final

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
         0: .line 125
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Mean.incMoment:Z
            ifeq 2
         1: .line 126
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Mean.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.FirstMoment.clear:()V
         2: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;

  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.moment.Mean this
         0: .line 135
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Mean.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.FirstMoment.m1:D
            dreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;

  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.moment.Mean this
         0: .line 142
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Mean.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.FirstMoment.getN:()J
            lreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;

  public double evaluate(double[], int, int);
    descriptor: ([DII)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=4
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
        start local 1 // double[] values
        start local 2 // int begin
        start local 3 // int length
         0: .line 164
            aload 0 /* this */
            aload 1 /* values */
            iload 2 /* begin */
            iload 3 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Mean.test:([DII)Z
            ifeq 11
         1: .line 165
            new org.apache.commons.math3.stat.descriptive.summary.Sum
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.summary.Sum.<init>:()V
            astore 4 /* sum */
        start local 4 // org.apache.commons.math3.stat.descriptive.summary.Sum sum
         2: .line 166
            iload 3 /* length */
            i2d
            dstore 5 /* sampleSize */
        start local 5 // double sampleSize
         3: .line 169
            aload 4 /* sum */
            aload 1 /* values */
            iload 2 /* begin */
            iload 3 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.summary.Sum.evaluate:([DII)D
            dload 5 /* sampleSize */
            ddiv
            dstore 7 /* xbar */
        start local 7 // double xbar
         4: .line 172
            dconst_0
            dstore 9 /* correction */
        start local 9 // double correction
         5: .line 173
            iload 2 /* begin */
            istore 11 /* i */
        start local 11 // int i
         6: goto 9
         7: .line 174
      StackMap locals: org.apache.commons.math3.stat.descriptive.moment.Mean double[] int int org.apache.commons.math3.stat.descriptive.summary.Sum double double double int
      StackMap stack:
            dload 9 /* correction */
            aload 1 /* values */
            iload 11 /* i */
            daload
            dload 7 /* xbar */
            dsub
            dadd
            dstore 9 /* correction */
         8: .line 173
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 11 /* i */
            iload 2 /* begin */
            iload 3 /* length */
            iadd
            if_icmplt 7
        end local 11 // int i
        10: .line 176
            dload 7 /* xbar */
            dload 9 /* correction */
            dload 5 /* sampleSize */
            ddiv
            dadd
            dreturn
        end local 9 // double correction
        end local 7 // double xbar
        end local 5 // double sampleSize
        end local 4 // org.apache.commons.math3.stat.descriptive.summary.Sum sum
        11: .line 178
      StackMap locals: org.apache.commons.math3.stat.descriptive.moment.Mean double[] int int
      StackMap stack:
            ldc NaN
            dreturn
        end local 3 // int length
        end local 2 // int begin
        end local 1 // double[] values
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
            0   12     1      values  [D
            0   12     2       begin  I
            0   12     3      length  I
            2   11     4         sum  Lorg/apache/commons/math3/stat/descriptive/summary/Sum;
            3   11     5  sampleSize  D
            4   11     7        xbar  D
            5   11     9  correction  D
            6   10    11           i  I
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
        Name  Flags
      values  final
      begin   final
      length  final

  public double evaluate(double[], double[], int, int);
    descriptor: ([D[DII)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=13, args_size=5
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
        start local 1 // double[] values
        start local 2 // double[] weights
        start local 3 // int begin
        start local 4 // int length
         0: .line 212
            aload 0 /* this */
            aload 1 /* values */
            aload 2 /* weights */
            iload 3 /* begin */
            iload 4 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Mean.test:([D[DII)Z
            ifeq 11
         1: .line 213
            new org.apache.commons.math3.stat.descriptive.summary.Sum
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.summary.Sum.<init>:()V
            astore 5 /* sum */
        start local 5 // org.apache.commons.math3.stat.descriptive.summary.Sum sum
         2: .line 216
            aload 5 /* sum */
            aload 2 /* weights */
            iload 3 /* begin */
            iload 4 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.summary.Sum.evaluate:([DII)D
            dstore 6 /* sumw */
        start local 6 // double sumw
         3: .line 217
            aload 5 /* sum */
            aload 1 /* values */
            aload 2 /* weights */
            iload 3 /* begin */
            iload 4 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.summary.Sum.evaluate:([D[DII)D
            dload 6 /* sumw */
            ddiv
            dstore 8 /* xbarw */
        start local 8 // double xbarw
         4: .line 220
            dconst_0
            dstore 10 /* correction */
        start local 10 // double correction
         5: .line 221
            iload 3 /* begin */
            istore 12 /* i */
        start local 12 // int i
         6: goto 9
         7: .line 222
      StackMap locals: org.apache.commons.math3.stat.descriptive.moment.Mean double[] double[] int int org.apache.commons.math3.stat.descriptive.summary.Sum double double double int
      StackMap stack:
            dload 10 /* correction */
            aload 2 /* weights */
            iload 12 /* i */
            daload
            aload 1 /* values */
            iload 12 /* i */
            daload
            dload 8 /* xbarw */
            dsub
            dmul
            dadd
            dstore 10 /* correction */
         8: .line 221
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 12 /* i */
            iload 3 /* begin */
            iload 4 /* length */
            iadd
            if_icmplt 7
        end local 12 // int i
        10: .line 224
            dload 8 /* xbarw */
            dload 10 /* correction */
            dload 6 /* sumw */
            ddiv
            dadd
            dreturn
        end local 10 // double correction
        end local 8 // double xbarw
        end local 6 // double sumw
        end local 5 // org.apache.commons.math3.stat.descriptive.summary.Sum sum
        11: .line 226
      StackMap locals: org.apache.commons.math3.stat.descriptive.moment.Mean double[] double[] int int
      StackMap stack:
            ldc NaN
            dreturn
        end local 4 // int length
        end local 3 // int begin
        end local 2 // double[] weights
        end local 1 // double[] values
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
            0   12     1      values  [D
            0   12     2     weights  [D
            0   12     3       begin  I
            0   12     4      length  I
            2   11     5         sum  Lorg/apache/commons/math3/stat/descriptive/summary/Sum;
            3   11     6        sumw  D
            4   11     8       xbarw  D
            5   11    10  correction  D
            6   10    12           i  I
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
         Name  Flags
      values   final
      weights  final
      begin    final
      length   final

  public double evaluate(double[], double[]);
    descriptor: ([D[D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
        start local 1 // double[] values
        start local 2 // double[] weights
         0: .line 255
            aload 0 /* this */
            aload 1 /* values */
            aload 2 /* weights */
            iconst_0
            aload 1 /* values */
            arraylength
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Mean.evaluate:([D[DII)D
            dreturn
        end local 2 // double[] weights
        end local 1 // double[] values
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
            0    1     1   values  [D
            0    1     2  weights  [D
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
         Name  Flags
      values   final
      weights  final

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

  public static void copy(org.apache.commons.math3.stat.descriptive.moment.Mean, org.apache.commons.math3.stat.descriptive.moment.Mean);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/moment/Mean;Lorg/apache/commons/math3/stat/descriptive/moment/Mean;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean source
        start local 1 // org.apache.commons.math3.stat.descriptive.moment.Mean dest
         0: .line 280
            aload 0 /* source */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         1: .line 281
            aload 1 /* dest */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         2: .line 282
            aload 1 /* dest */
            aload 0 /* source */
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Mean.getDataRef:()[D
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Mean.setData:([D)V
         3: .line 283
            aload 1 /* dest */
            aload 0 /* source */
            getfield org.apache.commons.math3.stat.descriptive.moment.Mean.incMoment:Z
            putfield org.apache.commons.math3.stat.descriptive.moment.Mean.incMoment:Z
         4: .line 284
            aload 1 /* dest */
            aload 0 /* source */
            getfield org.apache.commons.math3.stat.descriptive.moment.Mean.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.FirstMoment.copy:()Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
            putfield org.apache.commons.math3.stat.descriptive.moment.Mean.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FirstMoment;
         5: .line 285
            return
        end local 1 // org.apache.commons.math3.stat.descriptive.moment.Mean dest
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Mean source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0  source  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
            0    6     1    dest  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
    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.moment.Mean.copy:()Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
            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.moment.Mean.copy:()Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Mean.java"