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 0: aload 0
invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
1: aload 0
iconst_1
putfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.incMoment:Z
2: aload 0
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: return
end local 0 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 start local 1 0: aload 0
invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
1: aload 0
iconst_0
putfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.incMoment:Z
2: aload 0
aload 1
putfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
3: return
end local 1 end local 0 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 start local 1 0: aload 0
invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
1: aload 1
aload 0
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: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.incMoment:Z
ifeq 2
1: aload 0
getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.moment:Lorg/apache/commons/math3/stat/descriptive/moment/FourthMoment;
dload 1
invokevirtual org.apache.commons.math3.stat.descriptive.moment.FourthMoment.increment:(D)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 0: ldc NaN
dstore 1
start local 1 1: aload 0
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: aload 0
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
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
start local 3 3: aload 0
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
ldc 1.0E-19
dcmpg
ifge 6
4: StackMap locals: double double
StackMap stack:
dconst_0
dstore 1
5: goto 13
6: StackMap locals:
StackMap stack:
aload 0
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
start local 5 7: dload 5
dload 5
dconst_1
dadd
dmul
aload 0
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: ldc 3.0
aload 0
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
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
dconst_1
dsub
dmul
9: dsub
10: dload 5
dconst_1
dsub
dload 5
ldc 2.0
dsub
dmul
dload 5
ldc 3.0
dsub
dmul
dload 3
dmul
dload 3
dmul
11: ddiv
12: dstore 1
end local 5 end local 3 13: StackMap locals:
StackMap stack:
dload 1
dreturn
end local 1 end local 0 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 0: aload 0
getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.incMoment:Z
ifeq 2
1: aload 0
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: StackMap locals:
StackMap stack:
return
end local 0 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 0: aload 0
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 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 start local 1 start local 2 start local 3 0: ldc NaN
dstore 4
start local 4 1: aload 0
aload 1
iload 2
iload 3
invokevirtual org.apache.commons.math3.stat.descriptive.moment.Kurtosis.test:([DII)Z
ifeq 19
iload 3
iconst_3
if_icmple 19
2: new org.apache.commons.math3.stat.descriptive.moment.Variance
dup
invokespecial org.apache.commons.math3.stat.descriptive.moment.Variance.<init>:()V
astore 6
start local 6 3: aload 6
aload 1
iload 2
iload 3
invokevirtual org.apache.commons.math3.stat.descriptive.moment.Variance.incrementAll:([DII)V
4: aload 6
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
start local 7 5: aload 6
invokevirtual org.apache.commons.math3.stat.descriptive.moment.Variance.getResult:()D
invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
dstore 9
start local 9 6: dconst_0
dstore 11
start local 11 7: iload 2
istore 13
start local 13 8: goto 11
9: 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
aload 1
iload 13
daload
dload 7
dsub
ldc 4.0
invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
dadd
dstore 11
10: iinc 13 1
StackMap locals:
StackMap stack:
11: iload 13
iload 2
iload 3
iadd
if_icmplt 9
end local 13 12: dload 11
dload 9
ldc 4.0
invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
ddiv
dstore 11
13: iload 3
i2d
dstore 13
start local 13 14: dload 13
dload 13
dconst_1
dadd
dmul
dload 13
dconst_1
dsub
dload 13
ldc 2.0
dsub
dmul
dload 13
ldc 3.0
dsub
dmul
ddiv
15: dstore 15
start local 15 16: ldc 3.0
dload 13
dconst_1
dsub
ldc 2.0
invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
dmul
dload 13
ldc 2.0
dsub
dload 13
ldc 3.0
dsub
dmul
ddiv
17: dstore 17
start local 17 18: dload 15
dload 11
dmul
dload 17
dsub
dstore 4
end local 17 end local 15 end local 13 end local 11 end local 9 end local 7 end local 6 19: StackMap locals: org.apache.commons.math3.stat.descriptive.moment.Kurtosis double[] int int double
StackMap stack:
dload 4
dreturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: new org.apache.commons.math3.stat.descriptive.moment.Kurtosis
dup
invokespecial org.apache.commons.math3.stat.descriptive.moment.Kurtosis.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
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: aload 1
areturn
end local 1 end local 0 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 start local 1 0: aload 0
invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
1: aload 1
invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
2: aload 1
aload 0
invokevirtual org.apache.commons.math3.stat.descriptive.moment.Kurtosis.getDataRef:()[D
invokevirtual org.apache.commons.math3.stat.descriptive.moment.Kurtosis.setData:([D)V
3: aload 1
aload 0
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: aload 1
aload 0
getfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.incMoment:Z
putfield org.apache.commons.math3.stat.descriptive.moment.Kurtosis.incMoment:Z
5: return
end local 1 end local 0 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: 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: 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"