public class org.apache.commons.math3.distribution.ChiSquaredDistribution 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.ChiSquaredDistribution
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: -8352658048349159782
private final org.apache.commons.math3.distribution.GammaDistribution gamma;
descriptor: Lorg/apache/commons/math3/distribution/GammaDistribution;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final double solverAbsoluteAccuracy;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
ldc 1.0E-9
invokespecial org.apache.commons.math3.distribution.ChiSquaredDistribution.<init>:(DD)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
0 2 1 degreesOfFreedom D
MethodParameters:
Name Flags
degreesOfFreedom
public void <init>(double, double);
descriptor: (DD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
new org.apache.commons.math3.random.Well19937c
dup
invokespecial org.apache.commons.math3.random.Well19937c.<init>:()V
dload 1
dload 3
invokespecial org.apache.commons.math3.distribution.ChiSquaredDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DD)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/ChiSquaredDistribution;
0 2 1 degreesOfFreedom D
0 2 3 inverseCumAccuracy D
MethodParameters:
Name Flags
degreesOfFreedom
inverseCumAccuracy
public void <init>(org.apache.commons.math3.random.RandomGenerator, double);
descriptor: (Lorg/apache/commons/math3/random/RandomGenerator;D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
dload 2
ldc 1.0E-9
invokespecial org.apache.commons.math3.distribution.ChiSquaredDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DD)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
0 2 1 rng Lorg/apache/commons/math3/random/RandomGenerator;
0 2 2 degreesOfFreedom D
MethodParameters:
Name Flags
rng
degreesOfFreedom
public void <init>(org.apache.commons.math3.random.RandomGenerator, double, double);
descriptor: (Lorg/apache/commons/math3/random/RandomGenerator;DD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
aload 1
invokespecial org.apache.commons.math3.distribution.AbstractRealDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;)V
1: aload 0
new org.apache.commons.math3.distribution.GammaDistribution
dup
dload 2
ldc 2.0
ddiv
ldc 2.0
invokespecial org.apache.commons.math3.distribution.GammaDistribution.<init>:(DD)V
putfield org.apache.commons.math3.distribution.ChiSquaredDistribution.gamma:Lorg/apache/commons/math3/distribution/GammaDistribution;
2: aload 0
dload 4
putfield org.apache.commons.math3.distribution.ChiSquaredDistribution.solverAbsoluteAccuracy:D
3: return
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
0 4 1 rng Lorg/apache/commons/math3/random/RandomGenerator;
0 4 2 degreesOfFreedom D
0 4 4 inverseCumAccuracy D
MethodParameters:
Name Flags
rng
degreesOfFreedom
inverseCumAccuracy
public double getDegreesOfFreedom();
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.distribution.ChiSquaredDistribution.gamma:Lorg/apache/commons/math3/distribution/GammaDistribution;
invokevirtual org.apache.commons.math3.distribution.GammaDistribution.getShape:()D
ldc 2.0
dmul
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
public double density(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
getfield org.apache.commons.math3.distribution.ChiSquaredDistribution.gamma:Lorg/apache/commons/math3/distribution/GammaDistribution;
dload 1
invokevirtual org.apache.commons.math3.distribution.GammaDistribution.density:(D)D
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
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
getfield org.apache.commons.math3.distribution.ChiSquaredDistribution.gamma:Lorg/apache/commons/math3/distribution/GammaDistribution;
dload 1
invokevirtual org.apache.commons.math3.distribution.GammaDistribution.logDensity:(D)D
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
0 1 1 x D
MethodParameters:
Name Flags
x
public double cumulativeProbability(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
getfield org.apache.commons.math3.distribution.ChiSquaredDistribution.gamma:Lorg/apache/commons/math3/distribution/GammaDistribution;
dload 1
invokevirtual org.apache.commons.math3.distribution.GammaDistribution.cumulativeProbability:(D)D
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
0 1 1 x D
MethodParameters:
Name Flags
x
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.ChiSquaredDistribution.solverAbsoluteAccuracy:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
public double getNumericalMean();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.math3.distribution.ChiSquaredDistribution.getDegreesOfFreedom:()D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
public double getNumericalVariance();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: ldc 2.0
aload 0
invokevirtual org.apache.commons.math3.distribution.ChiSquaredDistribution.getDegreesOfFreedom:()D
dmul
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
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/ChiSquaredDistribution;
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/ChiSquaredDistribution;
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/ChiSquaredDistribution;
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/ChiSquaredDistribution;
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/ChiSquaredDistribution;
}
SourceFile: "ChiSquaredDistribution.java"