public class org.apache.commons.math3.stat.descriptive.moment.Skewness 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.moment.Skewness
  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: 7101857578996691352

  protected org.apache.commons.math3.stat.descriptive.moment.ThirdMoment moment;
    descriptor: Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
    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.Skewness this
         0: .line 67
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
         1: .line 54
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.stat.descriptive.moment.Skewness.moment:Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
         2: .line 68
            aload 0 /* this */
            iconst_1
            putfield org.apache.commons.math3.stat.descriptive.moment.Skewness.incMoment:Z
         3: .line 69
            aload 0 /* this */
            new org.apache.commons.math3.stat.descriptive.moment.ThirdMoment
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.moment.ThirdMoment.<init>:()V
            putfield org.apache.commons.math3.stat.descriptive.moment.Skewness.moment:Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
         4: .line 70
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Skewness this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/moment/Skewness;

  public void <init>(org.apache.commons.math3.stat.descriptive.moment.ThirdMoment);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Skewness this
        start local 1 // org.apache.commons.math3.stat.descriptive.moment.ThirdMoment m3
         0: .line 76
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
         1: .line 54
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.math3.stat.descriptive.moment.Skewness.moment:Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
         2: .line 77
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.math3.stat.descriptive.moment.Skewness.incMoment:Z
         3: .line 78
            aload 0 /* this */
            aload 1 /* m3 */
            putfield org.apache.commons.math3.stat.descriptive.moment.Skewness.moment:Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
         4: .line 79
            return
        end local 1 // org.apache.commons.math3.stat.descriptive.moment.ThirdMoment m3
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Skewness this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/stat/descriptive/moment/Skewness;
            0    5     1    m3  Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
    MethodParameters:
      Name  Flags
      m3    final

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

  public double getResult();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Skewness this
         0: .line 115
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Skewness.moment:Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.ThirdMoment.n:J
            ldc 3
            lcmp
            ifge 2
         1: .line 116
            ldc NaN
            dreturn
         2: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Skewness.moment:Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.ThirdMoment.m2:D
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Skewness.moment:Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.ThirdMoment.n:J
            lconst_1
            lsub
            l2d
            ddiv
            dstore 1 /* variance */
        start local 1 // double variance
         3: .line 119
            dload 1 /* variance */
            ldc 1.0E-19
            dcmpg
            ifge 5
         4: .line 120
            dconst_0
            dreturn
         5: .line 122
      StackMap locals: double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Skewness.moment:Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.ThirdMoment.getN:()J
            l2d
            dstore 3 /* n0 */
        start local 3 // double n0
         6: .line 123
            dload 3 /* n0 */
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Skewness.moment:Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.ThirdMoment.m3:D
            dmul
         7: .line 124
            dload 3 /* n0 */
            dconst_1
            dsub
            dload 3 /* n0 */
            ldc 2.0
            dsub
            dmul
            dload 1 /* variance */
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dmul
            dload 1 /* variance */
            dmul
         8: .line 123
            ddiv
            dreturn
        end local 3 // double n0
        end local 1 // double variance
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Skewness this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/apache/commons/math3/stat/descriptive/moment/Skewness;
            3    9     1  variance  D
            6    9     3        n0  D

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

  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.Skewness this
         0: .line 140
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Skewness.incMoment:Z
            ifeq 2
         1: .line 141
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Skewness.moment:Lorg/apache/commons/math3/stat/descriptive/moment/ThirdMoment;
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.ThirdMoment.clear:()V
         2: .line 143
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Skewness this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/stat/descriptive/moment/Skewness;

  public double evaluate(double[], int, int);
    descriptor: ([DII)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=20, args_size=4
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Skewness this
        start local 1 // double[] values
        start local 2 // int begin
        start local 3 // int length
         0: .line 166
            ldc NaN
            dstore 4 /* skew */
        start local 4 // double skew
         1: .line 168
            aload 0 /* this */
            aload 1 /* values */
            iload 2 /* begin */
            iload 3 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Skewness.test:([DII)Z
            ifeq 24
            iload 3 /* length */
            iconst_2
            if_icmple 24
         2: .line 169
            new org.apache.commons.math3.stat.descriptive.moment.Mean
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.moment.Mean.<init>:()V
            astore 6 /* mean */
        start local 6 // org.apache.commons.math3.stat.descriptive.moment.Mean mean
         3: .line 171
            aload 6 /* mean */
            aload 1 /* values */
            iload 2 /* begin */
            iload 3 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Mean.evaluate:([DII)D
            dstore 7 /* m */
        start local 7 // double m
         4: .line 176
            dconst_0
            dstore 9 /* accum */
        start local 9 // double accum
         5: .line 177
            dconst_0
            dstore 11 /* accum2 */
        start local 11 // double accum2
         6: .line 178
            iload 2 /* begin */
            istore 13 /* i */
        start local 13 // int i
         7: goto 12
         8: .line 179
      StackMap locals: org.apache.commons.math3.stat.descriptive.moment.Skewness double[] int int double org.apache.commons.math3.stat.descriptive.moment.Mean double double double int
      StackMap stack:
            aload 1 /* values */
            iload 13 /* i */
            daload
            dload 7 /* m */
            dsub
            dstore 14 /* d */
        start local 14 // double d
         9: .line 180
            dload 9 /* accum */
            dload 14 /* d */
            dload 14 /* d */
            dmul
            dadd
            dstore 9 /* accum */
        10: .line 181
            dload 11 /* accum2 */
            dload 14 /* d */
            dadd
            dstore 11 /* accum2 */
        end local 14 // double d
        11: .line 178
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 13 /* i */
            iload 2 /* begin */
            iload 3 /* length */
            iadd
            if_icmplt 8
        end local 13 // int i
        13: .line 183
            dload 9 /* accum */
            dload 11 /* accum2 */
            dload 11 /* accum2 */
            dmul
            iload 3 /* length */
            i2d
            ddiv
            dsub
            iload 3 /* length */
            iconst_1
            isub
            i2d
            ddiv
            dstore 13 /* variance */
        start local 13 // double variance
        14: .line 185
            dconst_0
            dstore 15 /* accum3 */
        start local 15 // double accum3
        15: .line 186
            iload 2 /* begin */
            istore 17 /* i */
        start local 17 // int i
        16: goto 20
        17: .line 187
      StackMap locals: org.apache.commons.math3.stat.descriptive.moment.Skewness double[] int int double org.apache.commons.math3.stat.descriptive.moment.Mean double double double double double int
      StackMap stack:
            aload 1 /* values */
            iload 17 /* i */
            daload
            dload 7 /* m */
            dsub
            dstore 18 /* d */
        start local 18 // double d
        18: .line 188
            dload 15 /* accum3 */
            dload 18 /* d */
            dload 18 /* d */
            dmul
            dload 18 /* d */
            dmul
            dadd
            dstore 15 /* accum3 */
        end local 18 // double d
        19: .line 186
            iinc 17 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 17 /* i */
            iload 2 /* begin */
            iload 3 /* length */
            iadd
            if_icmplt 17
        end local 17 // int i
        21: .line 190
            dload 15 /* accum3 */
            dload 13 /* variance */
            dload 13 /* variance */
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dmul
            ddiv
            dstore 15 /* accum3 */
        22: .line 193
            iload 3 /* length */
            i2d
            dstore 17 /* n0 */
        start local 17 // double n0
        23: .line 196
            dload 17 /* n0 */
            dload 17 /* n0 */
            dconst_1
            dsub
            dload 17 /* n0 */
            ldc 2.0
            dsub
            dmul
            ddiv
            dload 15 /* accum3 */
            dmul
            dstore 4 /* skew */
        end local 17 // double n0
        end local 15 // double accum3
        end local 13 // double variance
        end local 11 // double accum2
        end local 9 // double accum
        end local 7 // double m
        end local 6 // org.apache.commons.math3.stat.descriptive.moment.Mean mean
        24: .line 198
      StackMap locals: org.apache.commons.math3.stat.descriptive.moment.Skewness double[] int int double
      StackMap stack:
            dload 4 /* skew */
            dreturn
        end local 4 // double skew
        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.Skewness this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Lorg/apache/commons/math3/stat/descriptive/moment/Skewness;
            0   25     1    values  [D
            0   25     2     begin  I
            0   25     3    length  I
            1   25     4      skew  D
            3   24     6      mean  Lorg/apache/commons/math3/stat/descriptive/moment/Mean;
            4   24     7         m  D
            5   24     9     accum  D
            6   24    11    accum2  D
            7   13    13         i  I
            9   11    14         d  D
           14   24    13  variance  D
           15   24    15    accum3  D
           16   21    17         i  I
           18   19    18         d  D
           23   24    17        n0  D
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
        Name  Flags
      values  final
      begin   final
      length  final

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

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