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

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

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

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

  public double getResult();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Kurtosis this
         0: .line 112
            ldc NaN
            dstore 1 /* kurtosis */
        start local 1 // double kurtosis
         1: .line 113
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.FourthMoment.getN:()J
            ldc 3
            lcmp
            ifle 13
         2: .line 114
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.FourthMoment.m2:D
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.FourthMoment.n:J
            lconst_1
            lsub
            l2d
            ddiv
            dstore 3 /* variance */
        start local 3 // double variance
         3: .line 115
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.FourthMoment.n:J
            ldc 3
            lcmp
            ifle 4
            dload 3 /* variance */
            ldc 1.0E-19
            dcmpg
            ifge 6
         4: .line 116
      StackMap locals: double double
      StackMap stack:
            dconst_0
            dstore 1 /* kurtosis */
         5: .line 117
            goto 13
         6: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.FourthMoment.n:J
            l2d
            dstore 5 /* n */
        start local 5 // double n
         7: .line 120
            dload 5 /* n */
            dload 5 /* n */
            dconst_1
            dadd
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.FourthMoment.getResult:()D
            dmul
         8: .line 121
            ldc 3.0
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.FourthMoment.m2:D
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.FourthMoment.m2:D
            dmul
            dload 5 /* n */
            dconst_1
            dsub
            dmul
         9: .line 120
            dsub
        10: .line 122
            dload 5 /* n */
            dconst_1
            dsub
            dload 5 /* n */
            ldc 2.0
            dsub
            dmul
            dload 5 /* n */
            ldc 3.0
            dsub
            dmul
            dload 3 /* variance */
            dmul
            dload 3 /* variance */
            dmul
        11: .line 120
            ddiv
        12: .line 119
            dstore 1 /* kurtosis */
        end local 5 // double n
        end local 3 // double variance
        13: .line 125
      StackMap locals:
      StackMap stack:
            dload 1 /* kurtosis */
            dreturn
        end local 1 // double kurtosis
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Kurtosis this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;
            1   14     1  kurtosis  D
            3   13     3  variance  D
            7   13     5         n  D

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

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

  public double evaluate(double[], int, int);
    descriptor: ([DII)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=19, args_size=4
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Kurtosis this
        start local 1 // double[] values
        start local 2 // int begin
        start local 3 // int length
         0: .line 166
            ldc NaN
            dstore 4 /* kurt */
        start local 4 // double kurt
         1: .line 168
            aload 0 /* this */
            aload 1 /* values */
            iload 2 /* begin */
            iload 3 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Kurtosis.test:([DII)Z
            ifeq 19
            iload 3 /* length */
            iconst_3
            if_icmple 19
         2: .line 171
            new org.apache.commons.math3.stat.descriptive.moment.Variance
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.moment.Variance.<init>:()V
            astore 6 /* variance */
        start local 6 // org.apache.commons.math3.stat.descriptive.moment.Variance variance
         3: .line 172
            aload 6 /* variance */
            aload 1 /* values */
            iload 2 /* begin */
            iload 3 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Variance.incrementAll:([DII)V
         4: .line 173
            aload 6 /* variance */
            getfield org.apache.commons.math3.stat.descriptive.moment.Variance.moment:Lorg/apache/commons/math3/stat/descriptive/moment/SecondMoment;
            getfield org.apache.commons.math3.stat.descriptive.moment.SecondMoment.m1:D
            dstore 7 /* mean */
        start local 7 // double mean
         5: .line 174
            aload 6 /* variance */
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Variance.getResult:()D
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dstore 9 /* stdDev */
        start local 9 // double stdDev
         6: .line 178
            dconst_0
            dstore 11 /* accum3 */
        start local 11 // double accum3
         7: .line 179
            iload 2 /* begin */
            istore 13 /* i */
        start local 13 // int i
         8: goto 11
         9: .line 180
      StackMap locals: org.apache.commons.math3.stat.descriptive.moment.Kurtosis double[] int int double org.apache.commons.math3.stat.descriptive.moment.Variance double double double int
      StackMap stack:
            dload 11 /* accum3 */
            aload 1 /* values */
            iload 13 /* i */
            daload
            dload 7 /* mean */
            dsub
            ldc 4.0
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            dadd
            dstore 11 /* accum3 */
        10: .line 179
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 13 /* i */
            iload 2 /* begin */
            iload 3 /* length */
            iadd
            if_icmplt 9
        end local 13 // int i
        12: .line 182
            dload 11 /* accum3 */
            dload 9 /* stdDev */
            ldc 4.0
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            ddiv
            dstore 11 /* accum3 */
        13: .line 185
            iload 3 /* length */
            i2d
            dstore 13 /* n0 */
        start local 13 // double n0
        14: .line 188
            dload 13 /* n0 */
            dload 13 /* n0 */
            dconst_1
            dadd
            dmul
            dload 13 /* n0 */
            dconst_1
            dsub
            dload 13 /* n0 */
            ldc 2.0
            dsub
            dmul
            dload 13 /* n0 */
            ldc 3.0
            dsub
            dmul
            ddiv
        15: .line 187
            dstore 15 /* coefficientOne */
        start local 15 // double coefficientOne
        16: .line 190
            ldc 3.0
            dload 13 /* n0 */
            dconst_1
            dsub
            ldc 2.0
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            dmul
            dload 13 /* n0 */
            ldc 2.0
            dsub
            dload 13 /* n0 */
            ldc 3.0
            dsub
            dmul
            ddiv
        17: .line 189
            dstore 17 /* termTwo */
        start local 17 // double termTwo
        18: .line 193
            dload 15 /* coefficientOne */
            dload 11 /* accum3 */
            dmul
            dload 17 /* termTwo */
            dsub
            dstore 4 /* kurt */
        end local 17 // double termTwo
        end local 15 // double coefficientOne
        end local 13 // double n0
        end local 11 // double accum3
        end local 9 // double stdDev
        end local 7 // double mean
        end local 6 // org.apache.commons.math3.stat.descriptive.moment.Variance variance
        19: .line 195
      StackMap locals: org.apache.commons.math3.stat.descriptive.moment.Kurtosis double[] int int double
      StackMap stack:
            dload 4 /* kurt */
            dreturn
        end local 4 // double kurt
        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.Kurtosis this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   20     0            this  Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;
            0   20     1          values  [D
            0   20     2           begin  I
            0   20     3          length  I
            1   20     4            kurt  D
            3   19     6        variance  Lorg/apache/commons/math3/stat/descriptive/moment/Variance;
            5   19     7            mean  D
            6   19     9          stdDev  D
            7   19    11          accum3  D
            8   12    13               i  I
           14   19    13              n0  D
           16   19    15  coefficientOne  D
           18   19    17         termTwo  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.Kurtosis copy();
    descriptor: ()Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.moment.Kurtosis this
         0: .line 203
            new org.apache.commons.math3.stat.descriptive.moment.Kurtosis
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.moment.Kurtosis.<init>:()V
            astore 1 /* result */
        start local 1 // org.apache.commons.math3.stat.descriptive.moment.Kurtosis result
         1: .line 205
            aload 0 /* this */
            aload 1 /* result */
            invokestatic org.apache.commons.math3.stat.descriptive.moment.Kurtosis.copy:(Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;)V
         2: .line 206
            aload 1 /* result */
            areturn
        end local 1 // org.apache.commons.math3.stat.descriptive.moment.Kurtosis result
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Kurtosis this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;
            1    3     1  result  Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;

  public static void copy(org.apache.commons.math3.stat.descriptive.moment.Kurtosis, org.apache.commons.math3.stat.descriptive.moment.Kurtosis);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;)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.Kurtosis source
        start local 1 // org.apache.commons.math3.stat.descriptive.moment.Kurtosis dest
         0: .line 219
            aload 0 /* source */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         1: .line 220
            aload 1 /* dest */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         2: .line 221
            aload 1 /* dest */
            aload 0 /* source */
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Kurtosis.getDataRef:()[D
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.Kurtosis.setData:([D)V
         3: .line 222
            aload 1 /* dest */
            aload 0 /* source */
            getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
            invokevirtual org.apache.commons.math3.stat.descriptive.moment.FourthMoment.copy:()Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
            putfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
         4: .line 223
            aload 1 /* dest */
            aload 0 /* source */
            getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.incMoment:Z
            putfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.incMoment:Z
         5: .line 224
            return
        end local 1 // org.apache.commons.math3.stat.descriptive.moment.Kurtosis dest
        end local 0 // org.apache.commons.math3.stat.descriptive.moment.Kurtosis source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0  source  Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;
            0    6     1    dest  Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;
    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.Kurtosis.copy:()Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;
            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.Kurtosis.copy:()Lorg/apache/commons/math3/stat/descriptive/moment/Kurtosis;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Kurtosis.java"