public abstract class org.apache.commons.math3.distribution.AbstractRealDistribution implements org.apache.commons.math3.distribution.RealDistribution, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.apache.commons.math3.distribution.AbstractRealDistribution
super_class: java.lang.Object
{
public static final double SOLVER_DEFAULT_ABSOLUTE_ACCURACY;
descriptor: D
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1.0E-6
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -38038050983108802
protected org.apache.commons.math3.random.RandomDataImpl randomData;
descriptor: Lorg/apache/commons/math3/random/RandomDataImpl;
flags: (0x0004) ACC_PROTECTED
RuntimeVisibleAnnotations:
java.lang.Deprecated()
protected final org.apache.commons.math3.random.RandomGenerator random;
descriptor: Lorg/apache/commons/math3/random/RandomGenerator;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
private double solverAbsoluteAccuracy;
descriptor: D
flags: (0x0002) ACC_PRIVATE
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
2: new org.apache.commons.math3.random.RandomDataImpl
dup
invokespecial org.apache.commons.math3.random.RandomDataImpl.<init>:()V
putfield org.apache.commons.math3.distribution.AbstractRealDistribution.randomData:Lorg/apache/commons/math3/random/RandomDataImpl;
3: aload 0
ldc 1.0E-6
putfield org.apache.commons.math3.distribution.AbstractRealDistribution.solverAbsoluteAccuracy:D
4: aload 0
aconst_null
putfield org.apache.commons.math3.distribution.AbstractRealDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
protected void <init>(org.apache.commons.math3.random.RandomGenerator);
descriptor: (Lorg/apache/commons/math3/random/RandomGenerator;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
2: new org.apache.commons.math3.random.RandomDataImpl
dup
invokespecial org.apache.commons.math3.random.RandomDataImpl.<init>:()V
putfield org.apache.commons.math3.distribution.AbstractRealDistribution.randomData:Lorg/apache/commons/math3/random/RandomDataImpl;
3: aload 0
ldc 1.0E-6
putfield org.apache.commons.math3.distribution.AbstractRealDistribution.solverAbsoluteAccuracy:D
4: aload 0
aload 1
putfield org.apache.commons.math3.distribution.AbstractRealDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
0 6 1 rng Lorg/apache/commons/math3/random/RandomGenerator;
MethodParameters:
Name Flags
rng
public double cumulativeProbability(double, double);
descriptor: (DD)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
dload 1
dload 3
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.probability:(DD)D
dreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
0 1 1 x0 D
0 1 3 x1 D
Exceptions:
throws org.apache.commons.math3.exception.NumberIsTooLargeException
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
x0
x1
public double probability(double, double);
descriptor: (DD)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=3
start local 0 start local 1 start local 3 0: dload 1
dload 3
dcmpl
ifle 4
1: new org.apache.commons.math3.exception.NumberIsTooLargeException
dup
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.LOWER_ENDPOINT_ABOVE_UPPER_ENDPOINT:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
2: dload 1
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
dload 3
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
iconst_1
3: invokespecial org.apache.commons.math3.exception.NumberIsTooLargeException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;Ljava/lang/Number;Z)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
dload 3
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.cumulativeProbability:(D)D
aload 0
dload 1
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.cumulativeProbability:(D)D
dsub
dreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
0 5 1 x0 D
0 5 3 x1 D
MethodParameters:
Name Flags
x0
x1
public double inverseCumulativeProbability(double);
descriptor: (D)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=10, locals=21, args_size=2
start local 0 start local 1 0: dload 1
dconst_0
dcmpg
iflt 1
dload 1
dconst_1
dcmpl
ifle 2
1: StackMap locals:
StackMap stack:
new org.apache.commons.math3.exception.OutOfRangeException
dup
dload 1
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
iconst_0
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
iconst_1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokespecial org.apache.commons.math3.exception.OutOfRangeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.getSupportLowerBound:()D
dstore 3
start local 3 3: dload 1
dconst_0
dcmpl
ifne 5
4: dload 3
dreturn
5: StackMap locals: double
StackMap stack:
aload 0
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.getSupportUpperBound:()D
dstore 5
start local 5 6: dload 1
dconst_1
dcmpl
ifne 8
7: dload 5
dreturn
8: StackMap locals: double
StackMap stack:
aload 0
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.getNumericalMean:()D
dstore 7
start local 7 9: aload 0
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.getNumericalVariance:()D
invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
dstore 9
start local 9 10: dload 7
invokestatic java.lang.Double.isInfinite:(D)Z
ifne 12
dload 7
invokestatic java.lang.Double.isNaN:(D)Z
ifne 12
11: dload 9
invokestatic java.lang.Double.isInfinite:(D)Z
ifne 12
dload 9
invokestatic java.lang.Double.isNaN:(D)Z
ifeq 13
12: StackMap locals: double double
StackMap stack:
iconst_0
goto 14
StackMap locals:
StackMap stack:
13: iconst_1
StackMap locals:
StackMap stack: int
14: istore 11
start local 11 15: dload 3
ldc -Infinity
dcmpl
ifne 23
16: iload 11
ifeq 19
17: dload 7
dload 9
dconst_1
dload 1
dsub
dload 1
ddiv
invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
dmul
dsub
dstore 3
18: goto 23
19: StackMap locals: int
StackMap stack:
ldc -1.0
dstore 3
20: goto 22
21: StackMap locals:
StackMap stack:
dload 3
ldc 2.0
dmul
dstore 3
22: StackMap locals:
StackMap stack:
aload 0
dload 3
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.cumulativeProbability:(D)D
dload 1
dcmpl
ifge 21
23: StackMap locals:
StackMap stack:
dload 5
ldc Infinity
dcmpl
ifne 31
24: iload 11
ifeq 27
25: dload 7
dload 9
dload 1
dconst_1
dload 1
dsub
ddiv
invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
dmul
dadd
dstore 5
26: goto 31
27: StackMap locals:
StackMap stack:
dconst_1
dstore 5
28: goto 30
29: StackMap locals:
StackMap stack:
dload 5
ldc 2.0
dmul
dstore 5
30: StackMap locals:
StackMap stack:
aload 0
dload 5
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.cumulativeProbability:(D)D
dload 1
dcmpg
iflt 29
31: StackMap locals:
StackMap stack:
new org.apache.commons.math3.distribution.AbstractRealDistribution$1
dup
aload 0
dload 1
invokespecial org.apache.commons.math3.distribution.AbstractRealDistribution$1.<init>:(Lorg/apache/commons/math3/distribution/AbstractRealDistribution;D)V
astore 12
start local 12 32: aload 12
33: dload 3
34: dload 5
35: aload 0
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.getSolverAbsoluteAccuracy:()D
36: invokestatic org.apache.commons.math3.analysis.solvers.UnivariateSolverUtils.solve:(Lorg/apache/commons/math3/analysis/UnivariateFunction;DDD)D
dstore 13
start local 13 37: aload 0
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.isSupportConnected:()Z
ifne 51
38: aload 0
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.getSolverAbsoluteAccuracy:()D
dstore 15
start local 15 39: dload 13
dload 15
dsub
aload 0
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.getSupportLowerBound:()D
dcmpl
iflt 51
40: aload 0
dload 13
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.cumulativeProbability:(D)D
dstore 17
start local 17 41: aload 0
dload 13
dload 15
dsub
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.cumulativeProbability:(D)D
dload 17
dcmpl
ifne 51
42: dload 13
dstore 5
43: goto 49
44: StackMap locals: org.apache.commons.math3.distribution.AbstractRealDistribution double double double double double int org.apache.commons.math3.analysis.UnivariateFunction double double double
StackMap stack:
ldc 0.5
dload 3
dload 5
dadd
dmul
dstore 19
start local 19 45: aload 0
dload 19
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.cumulativeProbability:(D)D
dload 17
dcmpg
ifge 48
46: dload 19
dstore 3
47: goto 49
48: StackMap locals: double
StackMap stack:
dload 19
dstore 5
end local 19 49: StackMap locals:
StackMap stack:
dload 5
dload 3
dsub
dload 15
dcmpl
ifgt 44
50: dload 5
dreturn
end local 17 end local 15 51: StackMap locals:
StackMap stack:
dload 13
dreturn
end local 13 end local 12 end local 11 end local 9 end local 7 end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 52 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
0 52 1 p D
3 52 3 lowerBound D
6 52 5 upperBound D
9 52 7 mu D
10 52 9 sig D
15 52 11 chebyshevApplies Z
32 52 12 toSolve Lorg/apache/commons/math3/analysis/UnivariateFunction;
37 52 13 x D
39 51 15 dx D
41 51 17 px D
45 49 19 midPoint D
Exceptions:
throws org.apache.commons.math3.exception.OutOfRangeException
MethodParameters:
Name Flags
p final
protected double getSolverAbsoluteAccuracy();
descriptor: ()D
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.distribution.AbstractRealDistribution.solverAbsoluteAccuracy:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
public void reseedRandomGenerator(long);
descriptor: (J)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.distribution.AbstractRealDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
lload 1
invokeinterface org.apache.commons.math3.random.RandomGenerator.setSeed:(J)V
1: aload 0
getfield org.apache.commons.math3.distribution.AbstractRealDistribution.randomData:Lorg/apache/commons/math3/random/RandomDataImpl;
lload 1
invokevirtual org.apache.commons.math3.random.RandomDataImpl.reSeed:(J)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
0 3 1 seed J
MethodParameters:
Name Flags
seed
public double sample();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield org.apache.commons.math3.distribution.AbstractRealDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
invokeinterface org.apache.commons.math3.random.RandomGenerator.nextDouble:()D
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.inverseCumulativeProbability:(D)D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
public double[] sample(int);
descriptor: (I)[D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: iload 1
ifgt 4
1: new org.apache.commons.math3.exception.NotStrictlyPositiveException
dup
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NUMBER_OF_SAMPLES:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
2: iload 1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
3: invokespecial org.apache.commons.math3.exception.NotStrictlyPositiveException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;)V
athrow
4: StackMap locals:
StackMap stack:
iload 1
newarray 7
astore 2
start local 2 5: iconst_0
istore 3
start local 3 6: goto 9
7: StackMap locals: double[] int
StackMap stack:
aload 2
iload 3
aload 0
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.sample:()D
dastore
8: iinc 3 1
StackMap locals:
StackMap stack:
9: iload 3
iload 1
if_icmplt 7
end local 3 10: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
0 11 1 sampleSize I
5 11 2 out [D
6 10 3 i I
MethodParameters:
Name Flags
sampleSize
public double probability(double);
descriptor: (D)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: dconst_0
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
0 1 1 x D
MethodParameters:
Name Flags
x
public double logDensity(double);
descriptor: (D)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
invokevirtual org.apache.commons.math3.distribution.AbstractRealDistribution.density:(D)D
invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/AbstractRealDistribution;
0 1 1 x D
MethodParameters:
Name Flags
x
}
SourceFile: "AbstractRealDistribution.java"
NestMembers:
org.apache.commons.math3.distribution.AbstractRealDistribution$1
InnerClasses:
org.apache.commons.math3.distribution.AbstractRealDistribution$1