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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
        start local 1 // double degreesOfFreedom
         0: .line 47
            aload 0 /* this */
            dload 1 /* degreesOfFreedom */
            ldc 1.0E-9
            invokespecial org.apache.commons.math3.distribution.ChiSquaredDistribution.<init>:(DD)V
         1: .line 48
            return
        end local 1 // double degreesOfFreedom
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
        start local 1 // double degreesOfFreedom
        start local 3 // double inverseCumAccuracy
         0: .line 69
            aload 0 /* this */
            new org.apache.commons.math3.random.Well19937c
            dup
            invokespecial org.apache.commons.math3.random.Well19937c.<init>:()V
            dload 1 /* degreesOfFreedom */
            dload 3 /* inverseCumAccuracy */
            invokespecial org.apache.commons.math3.distribution.ChiSquaredDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DD)V
         1: .line 70
            return
        end local 3 // double inverseCumAccuracy
        end local 1 // double degreesOfFreedom
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
        start local 1 // org.apache.commons.math3.random.RandomGenerator rng
        start local 2 // double degreesOfFreedom
         0: .line 80
            aload 0 /* this */
            aload 1 /* rng */
            dload 2 /* degreesOfFreedom */
            ldc 1.0E-9
            invokespecial org.apache.commons.math3.distribution.ChiSquaredDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DD)V
         1: .line 81
            return
        end local 2 // double degreesOfFreedom
        end local 1 // org.apache.commons.math3.random.RandomGenerator rng
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
        start local 1 // org.apache.commons.math3.random.RandomGenerator rng
        start local 2 // double degreesOfFreedom
        start local 4 // double inverseCumAccuracy
         0: .line 97
            aload 0 /* this */
            aload 1 /* rng */
            invokespecial org.apache.commons.math3.distribution.AbstractRealDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;)V
         1: .line 99
            aload 0 /* this */
            new org.apache.commons.math3.distribution.GammaDistribution
            dup
            dload 2 /* degreesOfFreedom */
            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: .line 100
            aload 0 /* this */
            dload 4 /* inverseCumAccuracy */
            putfield org.apache.commons.math3.distribution.ChiSquaredDistribution.solverAbsoluteAccuracy:D
         3: .line 101
            return
        end local 4 // double inverseCumAccuracy
        end local 2 // double degreesOfFreedom
        end local 1 // org.apache.commons.math3.random.RandomGenerator rng
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
         0: .line 109
            aload 0 /* this */
            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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
        start local 1 // double x
         0: .line 114
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ChiSquaredDistribution.gamma:Lorg/apache/commons/math3/distribution/GammaDistribution;
            dload 1 /* x */
            invokevirtual org.apache.commons.math3.distribution.GammaDistribution.density:(D)D
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
        start local 1 // double x
         0: .line 120
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ChiSquaredDistribution.gamma:Lorg/apache/commons/math3/distribution/GammaDistribution;
            dload 1 /* x */
            invokevirtual org.apache.commons.math3.distribution.GammaDistribution.logDensity:(D)D
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
        start local 1 // double x
         0: .line 125
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ChiSquaredDistribution.gamma:Lorg/apache/commons/math3/distribution/GammaDistribution;
            dload 1 /* x */
            invokevirtual org.apache.commons.math3.distribution.GammaDistribution.cumulativeProbability:(D)D
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
         0: .line 131
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ChiSquaredDistribution.solverAbsoluteAccuracy:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
         0: .line 140
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.ChiSquaredDistribution.getDegreesOfFreedom:()D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
         0: .line 149
            ldc 2.0
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.ChiSquaredDistribution.getDegreesOfFreedom:()D
            dmul
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
         0: .line 161
            dconst_0
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
         0: .line 173
            ldc Infinity
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
         0: .line 178
            iconst_1
            ireturn
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
         0: .line 183
            iconst_0
            ireturn
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      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 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
         0: .line 194
            iconst_1
            ireturn
        end local 0 // org.apache.commons.math3.distribution.ChiSquaredDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ChiSquaredDistribution;
}
SourceFile: "ChiSquaredDistribution.java"