public class org.apache.commons.math3.distribution.GammaDistribution 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.GammaDistribution
  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: 20120524

  private final double shape;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double scale;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double shiftedShape;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double densityPrefactor1;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double logDensityPrefactor1;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double densityPrefactor2;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double logDensityPrefactor2;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double minY;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double maxLogY;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double solverAbsoluteAccuracy;
    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 // org.apache.commons.math3.distribution.GammaDistribution this
        start local 1 // double shape
        start local 3 // double scale
         0: .line 117
            aload 0 /* this */
            dload 1 /* shape */
            dload 3 /* scale */
            ldc 1.0E-9
            invokespecial org.apache.commons.math3.distribution.GammaDistribution.<init>:(DDD)V
         1: .line 118
            return
        end local 3 // double scale
        end local 1 // double shape
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/math3/distribution/GammaDistribution;
            0    2     1  shape  D
            0    2     3  scale  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
       Name  Flags
      shape  
      scale  

  public void <init>(double, double, double);
    descriptor: (DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=4
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
        start local 1 // double shape
        start local 3 // double scale
        start local 5 // double inverseCumAccuracy
         0: .line 142
            aload 0 /* this */
            new org.apache.commons.math3.random.Well19937c
            dup
            invokespecial org.apache.commons.math3.random.Well19937c.<init>:()V
            dload 1 /* shape */
            dload 3 /* scale */
            dload 5 /* inverseCumAccuracy */
            invokespecial org.apache.commons.math3.distribution.GammaDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DDD)V
         1: .line 143
            return
        end local 5 // double inverseCumAccuracy
        end local 3 // double scale
        end local 1 // double shape
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/apache/commons/math3/distribution/GammaDistribution;
            0    2     1               shape  D
            0    2     3               scale  D
            0    2     5  inverseCumAccuracy  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
                    Name  Flags
      shape               
      scale               
      inverseCumAccuracy  

  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=8, locals=6, args_size=4
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
        start local 1 // org.apache.commons.math3.random.RandomGenerator rng
        start local 2 // double shape
        start local 4 // double scale
         0: .line 157
            aload 0 /* this */
            aload 1 /* rng */
            dload 2 /* shape */
            dload 4 /* scale */
            ldc 1.0E-9
            invokespecial org.apache.commons.math3.distribution.GammaDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DDD)V
         1: .line 158
            return
        end local 4 // double scale
        end local 2 // double shape
        end local 1 // org.apache.commons.math3.random.RandomGenerator rng
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/math3/distribution/GammaDistribution;
            0    2     1    rng  Lorg/apache/commons/math3/random/RandomGenerator;
            0    2     2  shape  D
            0    2     4  scale  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
       Name  Flags
      rng    
      shape  
      scale  

  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=7, locals=10, args_size=5
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
        start local 1 // org.apache.commons.math3.random.RandomGenerator rng
        start local 2 // double shape
        start local 4 // double scale
        start local 6 // double inverseCumAccuracy
         0: .line 178
            aload 0 /* this */
            aload 1 /* rng */
            invokespecial org.apache.commons.math3.distribution.AbstractRealDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;)V
         1: .line 180
            dload 2 /* shape */
            dconst_0
            dcmpg
            ifgt 3
         2: .line 181
            new org.apache.commons.math3.exception.NotStrictlyPositiveException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.SHAPE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            dload 2 /* shape */
            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
         3: .line 183
      StackMap locals: org.apache.commons.math3.distribution.GammaDistribution org.apache.commons.math3.random.RandomGenerator double double double
      StackMap stack:
            dload 4 /* scale */
            dconst_0
            dcmpg
            ifgt 5
         4: .line 184
            new org.apache.commons.math3.exception.NotStrictlyPositiveException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.SCALE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            dload 4 /* scale */
            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: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 2 /* shape */
            putfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
         6: .line 188
            aload 0 /* this */
            dload 4 /* scale */
            putfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
         7: .line 189
            aload 0 /* this */
            dload 6 /* inverseCumAccuracy */
            putfield org.apache.commons.math3.distribution.GammaDistribution.solverAbsoluteAccuracy:D
         8: .line 190
            aload 0 /* this */
            dload 2 /* shape */
            ldc 4.7421875
            dadd
            ldc 0.5
            dadd
            putfield org.apache.commons.math3.distribution.GammaDistribution.shiftedShape:D
         9: .line 191
            ldc 2.718281828459045
            ldc 6.283185307179586
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shiftedShape:D
            dmul
            ddiv
            dstore 8 /* aux */
        start local 8 // double aux
        10: .line 192
            aload 0 /* this */
            dload 2 /* shape */
            dload 8 /* aux */
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dmul
            dload 2 /* shape */
            invokestatic org.apache.commons.math3.special.Gamma.lanczos:(D)D
            ddiv
            putfield org.apache.commons.math3.distribution.GammaDistribution.densityPrefactor2:D
        11: .line 193
            aload 0 /* this */
            dload 2 /* shape */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            ldc 0.5
            dload 8 /* aux */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dmul
            dadd
        12: .line 194
            dload 2 /* shape */
            invokestatic org.apache.commons.math3.special.Gamma.lanczos:(D)D
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dsub
        13: .line 193
            putfield org.apache.commons.math3.distribution.GammaDistribution.logDensityPrefactor2:D
        14: .line 195
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.densityPrefactor2:D
            dload 4 /* scale */
            ddiv
        15: .line 196
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shiftedShape:D
            dload 2 /* shape */
            dneg
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            dmul
        16: .line 197
            dload 2 /* shape */
            ldc 4.7421875
            dadd
            invokestatic org.apache.commons.math3.util.FastMath.exp:(D)D
            dmul
        17: .line 195
            putfield org.apache.commons.math3.distribution.GammaDistribution.densityPrefactor1:D
        18: .line 198
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.logDensityPrefactor2:D
            dload 4 /* scale */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dsub
        19: .line 199
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shiftedShape:D
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dload 2 /* shape */
            dmul
            dsub
        20: .line 200
            dload 2 /* shape */
            dadd
            ldc 4.7421875
            dadd
        21: .line 198
            putfield org.apache.commons.math3.distribution.GammaDistribution.logDensityPrefactor1:D
        22: .line 201
            aload 0 /* this */
            dload 2 /* shape */
            ldc 4.7421875
            dadd
            ldc 1.7976931348623157E308
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dsub
            putfield org.apache.commons.math3.distribution.GammaDistribution.minY:D
        23: .line 202
            aload 0 /* this */
            ldc 1.7976931348623157E308
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dload 2 /* shape */
            dconst_1
            dsub
            ddiv
            putfield org.apache.commons.math3.distribution.GammaDistribution.maxLogY:D
        24: .line 203
            return
        end local 8 // double aux
        end local 6 // double inverseCumAccuracy
        end local 4 // double scale
        end local 2 // double shape
        end local 1 // org.apache.commons.math3.random.RandomGenerator rng
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   25     0                this  Lorg/apache/commons/math3/distribution/GammaDistribution;
            0   25     1                 rng  Lorg/apache/commons/math3/random/RandomGenerator;
            0   25     2               shape  D
            0   25     4               scale  D
            0   25     6  inverseCumAccuracy  D
           10   25     8                 aux  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
                    Name  Flags
      rng                 
      shape               
      scale               
      inverseCumAccuracy  

  public double getAlpha();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
         0: .line 214
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public double getShape();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
         0: .line 224
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;

  public double getBeta();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
         0: .line 236
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public double getScale();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
         0: .line 246
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;

  public double density(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=2
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
        start local 1 // double x
         0: .line 289
            dload 1 /* x */
            dconst_0
            dcmpg
            ifge 2
         1: .line 290
            dconst_0
            dreturn
         2: .line 292
      StackMap locals:
      StackMap stack:
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            ddiv
            dstore 3 /* y */
        start local 3 // double y
         3: .line 293
            dload 3 /* y */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.minY:D
            dcmpg
            ifle 4
            dload 3 /* y */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.maxLogY:D
            dcmpl
            iflt 12
         4: .line 297
      StackMap locals: double
      StackMap stack:
            dload 3 /* y */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shiftedShape:D
            dsub
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shiftedShape:D
            ddiv
            dstore 5 /* aux1 */
        start local 5 // double aux1
         5: .line 298
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            dload 5 /* aux1 */
            invokestatic org.apache.commons.math3.util.FastMath.log1p:(D)D
            dload 5 /* aux1 */
            dsub
            dmul
            dstore 7 /* aux2 */
        start local 7 // double aux2
         6: .line 299
            dload 3 /* y */
            dneg
            ldc 5.2421875
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shiftedShape:D
            ddiv
         7: .line 300
            ldc 4.7421875
         8: .line 299
            dadd
         9: .line 300
            dload 7 /* aux2 */
        10: .line 299
            dadd
            dstore 9 /* aux3 */
        start local 9 // double aux3
        11: .line 301
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.densityPrefactor2:D
            dload 1 /* x */
            ddiv
            dload 9 /* aux3 */
            invokestatic org.apache.commons.math3.util.FastMath.exp:(D)D
            dmul
            dreturn
        end local 9 // double aux3
        end local 7 // double aux2
        end local 5 // double aux1
        12: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.densityPrefactor1:D
            dload 3 /* y */
            dneg
            invokestatic org.apache.commons.math3.util.FastMath.exp:(D)D
            dmul
            dload 3 /* y */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            dconst_1
            dsub
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            dmul
            dreturn
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;
            0   13     1     x  D
            3   13     3     y  D
            5   12     5  aux1  D
            6   12     7  aux2  D
           11   12     9  aux3  D
    MethodParameters:
      Name  Flags
      x     

  public double logDensity(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=11, args_size=2
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
        start local 1 // double x
         0: .line 315
            dload 1 /* x */
            dconst_0
            dcmpg
            ifge 2
         1: .line 316
            ldc -Infinity
            dreturn
         2: .line 318
      StackMap locals:
      StackMap stack:
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            ddiv
            dstore 3 /* y */
        start local 3 // double y
         3: .line 319
            dload 3 /* y */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.minY:D
            dcmpg
            ifle 4
            dload 3 /* y */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.maxLogY:D
            dcmpl
            iflt 12
         4: .line 323
      StackMap locals: double
      StackMap stack:
            dload 3 /* y */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shiftedShape:D
            dsub
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shiftedShape:D
            ddiv
            dstore 5 /* aux1 */
        start local 5 // double aux1
         5: .line 324
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            dload 5 /* aux1 */
            invokestatic org.apache.commons.math3.util.FastMath.log1p:(D)D
            dload 5 /* aux1 */
            dsub
            dmul
            dstore 7 /* aux2 */
        start local 7 // double aux2
         6: .line 325
            dload 3 /* y */
            dneg
            ldc 5.2421875
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shiftedShape:D
            ddiv
         7: .line 326
            ldc 4.7421875
         8: .line 325
            dadd
         9: .line 326
            dload 7 /* aux2 */
        10: .line 325
            dadd
            dstore 9 /* aux3 */
        start local 9 // double aux3
        11: .line 327
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.logDensityPrefactor2:D
            dload 1 /* x */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dsub
            dload 9 /* aux3 */
            dadd
            dreturn
        end local 9 // double aux3
        end local 7 // double aux2
        end local 5 // double aux1
        12: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.logDensityPrefactor1:D
            dload 3 /* y */
            dsub
            dload 3 /* y */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            dconst_1
            dsub
            dmul
            dadd
            dreturn
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;
            0   13     1     x  D
            3   13     3     y  D
            5   12     5  aux1  D
            6   12     7  aux2  D
           11   12     9  aux3  D
    MethodParameters:
      Name  Flags
      x     

  public double cumulativeProbability(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
        start local 1 // double x
         0: .line 352
            dload 1 /* x */
            dconst_0
            dcmpg
            ifgt 3
         1: .line 353
            dconst_0
            dstore 3 /* ret */
        start local 3 // double ret
         2: .line 354
            goto 4
        end local 3 // double ret
         3: .line 355
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            ddiv
            invokestatic org.apache.commons.math3.special.Gamma.regularizedGammaP:(DD)D
            dstore 3 /* ret */
        start local 3 // double ret
         4: .line 358
      StackMap locals: double
      StackMap stack:
            dload 3 /* ret */
            dreturn
        end local 3 // double ret
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;
            0    5     1     x  D
            2    3     3   ret  D
            4    5     3   ret  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.GammaDistribution this
         0: .line 364
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.solverAbsoluteAccuracy:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;

  public double getNumericalMean();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
         0: .line 374
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            dmul
            dreturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;

  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.GammaDistribution this
         0: .line 386
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            dmul
            dreturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;

  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.GammaDistribution this
         0: .line 397
            dconst_0
            dreturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;

  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.GammaDistribution this
         0: .line 409
            ldc Infinity
            dreturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;

  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.GammaDistribution this
         0: .line 414
            iconst_1
            ireturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;

  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.GammaDistribution this
         0: .line 419
            iconst_0
            ireturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;

  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.GammaDistribution this
         0: .line 430
            iconst_1
            ireturn
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;

  public double sample();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=13, args_size=1
        start local 0 // org.apache.commons.math3.distribution.GammaDistribution this
         0: .line 450
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            dconst_1
            dcmpg
            ifge 15
         1: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
            invokeinterface org.apache.commons.math3.random.RandomGenerator.nextDouble:()D
            dstore 1 /* u */
        start local 1 // double u
         2: .line 456
            dconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            ldc 2.718281828459045
            ddiv
            dadd
            dstore 3 /* bGS */
        start local 3 // double bGS
         3: .line 457
            dload 3 /* bGS */
            dload 1 /* u */
            dmul
            dstore 5 /* p */
        start local 5 // double p
         4: .line 459
            dload 5 /* p */
            dconst_1
            dcmpg
            ifgt 10
         5: .line 462
            dload 5 /* p */
            dconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            dstore 7 /* x */
        start local 7 // double x
         6: .line 463
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
            invokeinterface org.apache.commons.math3.random.RandomGenerator.nextDouble:()D
            dstore 9 /* u2 */
        start local 9 // double u2
         7: .line 465
            dload 9 /* u2 */
            dload 7 /* x */
            dneg
            invokestatic org.apache.commons.math3.util.FastMath.exp:(D)D
            dcmpl
            ifle 9
         8: .line 467
            goto 1
         9: .line 469
      StackMap locals: org.apache.commons.math3.distribution.GammaDistribution double double double double double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            dload 7 /* x */
            dmul
            dreturn
        end local 9 // double u2
        end local 7 // double x
        10: .line 474
      StackMap locals:
      StackMap stack:
            ldc -1.0
            dload 3 /* bGS */
            dload 5 /* p */
            dsub
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dmul
            dstore 7 /* x */
        start local 7 // double x
        11: .line 475
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
            invokeinterface org.apache.commons.math3.random.RandomGenerator.nextDouble:()D
            dstore 9 /* u2 */
        start local 9 // double u2
        12: .line 477
            dload 9 /* u2 */
            dload 7 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            dconst_1
            dsub
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            dcmpl
            ifle 14
        13: .line 479
            goto 1
        14: .line 481
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            dload 7 /* x */
            dmul
            dreturn
        end local 9 // double u2
        end local 7 // double x
        end local 5 // double p
        end local 3 // double bGS
        end local 1 // double u
        15: .line 489
      StackMap locals: org.apache.commons.math3.distribution.GammaDistribution
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.shape:D
            ldc 0.3333333333333333
            dsub
            dstore 1 /* d */
        start local 1 // double d
        16: .line 490
            dconst_1
            ldc 3.0
            dload 1 /* d */
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dmul
            ddiv
            dstore 3 /* c */
        start local 3 // double c
        17: .line 493
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
            invokeinterface org.apache.commons.math3.random.RandomGenerator.nextGaussian:()D
            dstore 5 /* x */
        start local 5 // double x
        18: .line 494
            dconst_1
            dload 3 /* c */
            dload 5 /* x */
            dmul
            dadd
            dconst_1
            dload 3 /* c */
            dload 5 /* x */
            dmul
            dadd
            dmul
            dconst_1
            dload 3 /* c */
            dload 5 /* x */
            dmul
            dadd
            dmul
            dstore 7 /* v */
        start local 7 // double v
        19: .line 496
            dload 7 /* v */
            dconst_0
            dcmpg
            ifgt 21
        20: .line 497
            goto 17
        21: .line 500
      StackMap locals: double double
      StackMap stack:
            dload 5 /* x */
            dload 5 /* x */
            dmul
            dstore 9 /* x2 */
        start local 9 // double x2
        22: .line 501
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
            invokeinterface org.apache.commons.math3.random.RandomGenerator.nextDouble:()D
            dstore 11 /* u */
        start local 11 // double u
        23: .line 504
            dload 11 /* u */
            dconst_1
            ldc 0.0331
            dload 9 /* x2 */
            dmul
            dload 9 /* x2 */
            dmul
            dsub
            dcmpg
            ifge 25
        24: .line 505
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            dload 1 /* d */
            dmul
            dload 7 /* v */
            dmul
            dreturn
        25: .line 508
      StackMap locals: double double
      StackMap stack:
            dload 11 /* u */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            ldc 0.5
            dload 9 /* x2 */
            dmul
            dload 1 /* d */
            dconst_1
            dload 7 /* v */
            dsub
            dload 7 /* v */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dadd
            dmul
            dadd
            dcmpg
            ifge 17
        26: .line 509
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.GammaDistribution.scale:D
            dload 1 /* d */
            dmul
            dload 7 /* v */
            dmul
            dreturn
        end local 11 // double u
        end local 9 // double x2
        end local 7 // double v
        end local 5 // double x
        end local 3 // double c
        end local 1 // double d
        end local 0 // org.apache.commons.math3.distribution.GammaDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lorg/apache/commons/math3/distribution/GammaDistribution;
            2   15     1     u  D
            3   15     3   bGS  D
            4   15     5     p  D
            6   10     7     x  D
            7   10     9    u2  D
           11   15     7     x  D
           12   15     9    u2  D
           16   27     1     d  D
           17   27     3     c  D
           18   27     5     x  D
           19   27     7     v  D
           22   27     9    x2  D
           23   27    11     u  D
}
SourceFile: "GammaDistribution.java"