public class org.apache.commons.math3.distribution.NakagamiDistribution extends org.apache.commons.math3.distribution.AbstractRealDistribution
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.distribution.NakagamiDistribution
super_class: org.apache.commons.math3.distribution.AbstractRealDistribution
{
public static final double DEFAULT_INVERSE_ABSOLUTE_ACCURACY;
descriptor: D
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1.0E-9
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 20141003
private final double mu;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final double omega;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final double inverseAbsoluteAccuracy;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(double, double);
descriptor: (DD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
dload 1
dload 3
ldc 1.0E-9
invokespecial org.apache.commons.math3.distribution.NakagamiDistribution.<init>:(DDD)V
1: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
0 2 1 mu D
0 2 3 omega D
MethodParameters:
Name Flags
mu
omega
public void <init>(double, double, double);
descriptor: (DDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=4
start local 0 start local 1 start local 3 start local 5 0: aload 0
new org.apache.commons.math3.random.Well19937c
dup
invokespecial org.apache.commons.math3.random.Well19937c.<init>:()V
dload 1
dload 3
dload 5
invokespecial org.apache.commons.math3.distribution.NakagamiDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DDD)V
1: return
end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
0 2 1 mu D
0 2 3 omega D
0 2 5 inverseAbsoluteAccuracy D
MethodParameters:
Name Flags
mu
omega
inverseAbsoluteAccuracy
public void <init>(org.apache.commons.math3.random.RandomGenerator, double, double, double);
descriptor: (Lorg/apache/commons/math3/random/RandomGenerator;DDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 4 start local 6 0: aload 0
aload 1
invokespecial org.apache.commons.math3.distribution.AbstractRealDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;)V
1: dload 2
ldc 0.5
dcmpg
ifge 3
2: new org.apache.commons.math3.exception.NumberIsTooSmallException
dup
dload 2
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
ldc 0.5
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
iconst_1
invokespecial org.apache.commons.math3.exception.NumberIsTooSmallException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Z)V
athrow
3: StackMap locals: org.apache.commons.math3.distribution.NakagamiDistribution org.apache.commons.math3.random.RandomGenerator double double double
StackMap stack:
dload 4
dconst_0
dcmpg
ifgt 5
4: new org.apache.commons.math3.exception.NotStrictlyPositiveException
dup
getstatic org.apache.commons.math3.exception.util.LocalizedFormats.NOT_POSITIVE_SCALE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
dload 4
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
invokespecial org.apache.commons.math3.exception.NotStrictlyPositiveException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;)V
athrow
5: StackMap locals:
StackMap stack:
aload 0
dload 2
putfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
6: aload 0
dload 4
putfield org.apache.commons.math3.distribution.NakagamiDistribution.omega:D
7: aload 0
dload 6
putfield org.apache.commons.math3.distribution.NakagamiDistribution.inverseAbsoluteAccuracy:D
8: return
end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
0 9 1 rng Lorg/apache/commons/math3/random/RandomGenerator;
0 9 2 mu D
0 9 4 omega D
0 9 6 inverseAbsoluteAccuracy D
MethodParameters:
Name Flags
rng
mu
omega
inverseAbsoluteAccuracy
public double getShape();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
public double getScale();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.omega:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
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.NakagamiDistribution.inverseAbsoluteAccuracy:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
public double density(double);
descriptor: (D)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=3, args_size=2
start local 0 start local 1 0: dload 1
dconst_0
dcmpg
ifgt 2
1: dconst_0
dreturn
2: StackMap locals:
StackMap stack:
ldc 2.0
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
dmul
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
invokestatic org.apache.commons.math3.special.Gamma.gamma:(D)D
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.omega:D
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
dmul
ddiv
3: dload 1
ldc 2.0
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
dmul
dconst_1
dsub
invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
4: dmul
5: aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
dneg
dload 1
dmul
dload 1
dmul
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.omega:D
ddiv
invokestatic org.apache.commons.math3.util.FastMath.exp:(D)D
6: dmul
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
0 7 1 x D
MethodParameters:
Name Flags
x
public double cumulativeProbability(double);
descriptor: (D)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
dload 1
dmul
dload 1
dmul
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.omega:D
ddiv
invokestatic org.apache.commons.math3.special.Gamma.regularizedGammaP:(DD)D
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
0 1 1 x D
MethodParameters:
Name Flags
x
public double getNumericalMean();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
ldc 0.5
dadd
invokestatic org.apache.commons.math3.special.Gamma.gamma:(D)D
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
invokestatic org.apache.commons.math3.special.Gamma.gamma:(D)D
ddiv
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.omega:D
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
ddiv
invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
dmul
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
public double getNumericalVariance();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=3, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
ldc 0.5
dadd
invokestatic org.apache.commons.math3.special.Gamma.gamma:(D)D
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
invokestatic org.apache.commons.math3.special.Gamma.gamma:(D)D
ddiv
dstore 1
start local 1 1: aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.omega:D
dconst_1
dconst_1
aload 0
getfield org.apache.commons.math3.distribution.NakagamiDistribution.mu:D
ddiv
dload 1
dmul
dload 1
dmul
dsub
dmul
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
1 2 1 v D
public double getSupportLowerBound();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: dconst_0
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
public double getSupportUpperBound();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: ldc Infinity
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
public boolean isSupportLowerBoundInclusive();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
public boolean isSupportUpperBoundInclusive();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
public boolean isSupportConnected();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/NakagamiDistribution;
}
SourceFile: "NakagamiDistribution.java"