public class org.apache.commons.math3.stat.descriptive.moment.GeometricMean 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.GeometricMean
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: -8178734905303459453
private org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic sumOfLogs;
descriptor: Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
flags: (0x0002) ACC_PRIVATE
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
new org.apache.commons.math3.stat.descriptive.summary.SumOfLogs
dup
invokespecial org.apache.commons.math3.stat.descriptive.summary.SumOfLogs.<init>:()V
putfield org.apache.commons.math3.stat.descriptive.moment.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
public void <init>(org.apache.commons.math3.stat.descriptive.moment.GeometricMean);
descriptor: (Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;)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.GeometricMean.copy:(Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;)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/GeometricMean;
0 3 1 original Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
Exceptions:
throws org.apache.commons.math3.exception.NullArgumentException
MethodParameters:
Name Flags
original
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 start local 1 0: aload 0
invokespecial org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.<init>:()V
1: aload 0
aload 1
putfield org.apache.commons.math3.stat.descriptive.moment.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
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/GeometricMean;
0 3 1 sumOfLogs Lorg/apache/commons/math3/stat/descriptive/summary/SumOfLogs;
MethodParameters:
Name Flags
sumOfLogs
public org.apache.commons.math3.stat.descriptive.moment.GeometricMean copy();
descriptor: ()Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new org.apache.commons.math3.stat.descriptive.moment.GeometricMean
dup
invokespecial org.apache.commons.math3.stat.descriptive.moment.GeometricMean.<init>:()V
astore 1
start local 1 1: aload 0
aload 1
invokestatic org.apache.commons.math3.stat.descriptive.moment.GeometricMean.copy:(Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;)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/GeometricMean;
1 3 1 result Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
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.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
dload 1
invokeinterface org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic.increment:(D)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
0 2 1 d D
MethodParameters:
Name Flags
d final
public double getResult();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.stat.descriptive.moment.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
invokeinterface org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic.getN:()J
lconst_0
lcmp
ifle 2
1: aload 0
getfield org.apache.commons.math3.stat.descriptive.moment.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
invokeinterface org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic.getResult:()D
aload 0
getfield org.apache.commons.math3.stat.descriptive.moment.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
invokeinterface org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic.getN:()J
l2d
ddiv
invokestatic org.apache.commons.math3.util.FastMath.exp:(D)D
dreturn
2: StackMap locals:
StackMap stack:
ldc NaN
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
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.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
invokeinterface org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
public double evaluate(double[], int, int);
descriptor: ([DII)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.apache.commons.math3.stat.descriptive.moment.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
aload 1
iload 2
iload 3
invokeinterface org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic.evaluate:([DII)D
iload 3
i2d
ddiv
1: invokestatic org.apache.commons.math3.util.FastMath.exp:(D)D
dreturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
0 2 1 values [D
0 2 2 begin I
0 2 3 length I
Exceptions:
throws org.apache.commons.math3.exception.MathIllegalArgumentException
MethodParameters:
Name Flags
values final
begin final
length final
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.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
invokeinterface org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic.getN:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
public void setSumLogImpl(org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic);
descriptor: (Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.apache.commons.math3.stat.descriptive.moment.GeometricMean.checkEmpty:()V
1: aload 0
aload 1
putfield org.apache.commons.math3.stat.descriptive.moment.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
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/GeometricMean;
0 3 1 sumLogImpl Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
Exceptions:
throws org.apache.commons.math3.exception.MathIllegalStateException
MethodParameters:
Name Flags
sumLogImpl
public org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic getSumLogImpl();
descriptor: ()Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
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.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
public static void copy(org.apache.commons.math3.stat.descriptive.moment.GeometricMean, org.apache.commons.math3.stat.descriptive.moment.GeometricMean);
descriptor: (Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;)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.GeometricMean.getDataRef:()[D
invokevirtual org.apache.commons.math3.stat.descriptive.moment.GeometricMean.setData:([D)V
3: aload 1
aload 0
getfield org.apache.commons.math3.stat.descriptive.moment.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
invokeinterface org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic.copy:()Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
putfield org.apache.commons.math3.stat.descriptive.moment.GeometricMean.sumOfLogs:Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 source Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
0 5 1 dest Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
Exceptions:
throws org.apache.commons.math3.exception.NullArgumentException
MethodParameters:
Name Flags
source
dest
private void checkEmpty();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.math3.stat.descriptive.moment.GeometricMean.getN:()J
lconst_0
lcmp
ifle 5
1: new org.apache.commons.math3.exception.MathIllegalStateException
dup
2: getstatic org.apache.commons.math3.exception.util.LocalizedFormats.VALUES_ADDED_BEFORE_CONFIGURING_STATISTIC:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
iconst_1
anewarray java.lang.Object
dup
iconst_0
3: aload 0
invokevirtual org.apache.commons.math3.stat.descriptive.moment.GeometricMean.getN:()J
invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
4: aastore
invokespecial org.apache.commons.math3.exception.MathIllegalStateException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
athrow
5: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
Exceptions:
throws org.apache.commons.math3.exception.MathIllegalStateException
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.GeometricMean.copy:()Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
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.GeometricMean.copy:()Lorg/apache/commons/math3/stat/descriptive/moment/GeometricMean;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "GeometricMean.java"