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

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

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
         0: .line 70
            aload 0 /* this */
            dconst_1
            dconst_1
            invokespecial org.apache.commons.math3.distribution.ParetoDistribution.<init>:(DD)V
         1: .line 71
            return
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/distribution/ParetoDistribution;

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

  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.ParetoDistribution this
        start local 1 // double scale
        start local 3 // double shape
        start local 5 // double inverseCumAccuracy
         0: .line 110
            aload 0 /* this */
            new org.apache.commons.math3.random.Well19937c
            dup
            invokespecial org.apache.commons.math3.random.Well19937c.<init>:()V
            dload 1 /* scale */
            dload 3 /* shape */
            dload 5 /* inverseCumAccuracy */
            invokespecial org.apache.commons.math3.distribution.ParetoDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DDD)V
         1: .line 111
            return
        end local 5 // double inverseCumAccuracy
        end local 3 // double shape
        end local 1 // double scale
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/apache/commons/math3/distribution/ParetoDistribution;
            0    2     1               scale  D
            0    2     3               shape  D
            0    2     5  inverseCumAccuracy  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
                    Name  Flags
      scale               
      shape               
      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.ParetoDistribution this
        start local 1 // org.apache.commons.math3.random.RandomGenerator rng
        start local 2 // double scale
        start local 4 // double shape
         0: .line 123
            aload 0 /* this */
            aload 1 /* rng */
            dload 2 /* scale */
            dload 4 /* shape */
            ldc 1.0E-9
            invokespecial org.apache.commons.math3.distribution.ParetoDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DDD)V
         1: .line 124
            return
        end local 4 // double shape
        end local 2 // double scale
        end local 1 // org.apache.commons.math3.random.RandomGenerator rng
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/math3/distribution/ParetoDistribution;
            0    2     1    rng  Lorg/apache/commons/math3/random/RandomGenerator;
            0    2     2  scale  D
            0    2     4  shape  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
       Name  Flags
      rng    
      scale  
      shape  

  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 // org.apache.commons.math3.distribution.ParetoDistribution this
        start local 1 // org.apache.commons.math3.random.RandomGenerator rng
        start local 2 // double scale
        start local 4 // double shape
        start local 6 // double inverseCumAccuracy
         0: .line 140
            aload 0 /* this */
            aload 1 /* rng */
            invokespecial org.apache.commons.math3.distribution.AbstractRealDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;)V
         1: .line 142
            dload 2 /* scale */
            dconst_0
            dcmpg
            ifgt 3
         2: .line 143
            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 2 /* 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
         3: .line 146
      StackMap locals: org.apache.commons.math3.distribution.ParetoDistribution org.apache.commons.math3.random.RandomGenerator double double double
      StackMap stack:
            dload 4 /* shape */
            dconst_0
            dcmpg
            ifgt 5
         4: .line 147
            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 4 /* 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
         5: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 2 /* scale */
            putfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
         6: .line 151
            aload 0 /* this */
            dload 4 /* shape */
            putfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
         7: .line 152
            aload 0 /* this */
            dload 6 /* inverseCumAccuracy */
            putfield org.apache.commons.math3.distribution.ParetoDistribution.solverAbsoluteAccuracy:D
         8: .line 153
            return
        end local 6 // double inverseCumAccuracy
        end local 4 // double shape
        end local 2 // double scale
        end local 1 // org.apache.commons.math3.random.RandomGenerator rng
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lorg/apache/commons/math3/distribution/ParetoDistribution;
            0    9     1                 rng  Lorg/apache/commons/math3/random/RandomGenerator;
            0    9     2               scale  D
            0    9     4               shape  D
            0    9     6  inverseCumAccuracy  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
                    Name  Flags
      rng                 
      scale               
      shape               
      inverseCumAccuracy  

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

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

  public double density(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
        start local 1 // double x
         0: .line 184
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
            dcmpg
            ifge 2
         1: .line 185
            dconst_0
            dreturn
         2: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            dconst_1
            dadd
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            ddiv
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            dmul
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/distribution/ParetoDistribution;
            0    3     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public double logDensity(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
        start local 1 // double x
         0: .line 196
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
            dcmpg
            ifge 2
         1: .line 197
            ldc -Infinity
            dreturn
         2: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            dmul
            dload 1 /* x */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            dconst_1
            dadd
            dmul
            dsub
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dadd
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/distribution/ParetoDistribution;
            0    3     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 // org.apache.commons.math3.distribution.ParetoDistribution this
        start local 1 // double x
         0: .line 212
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
            dcmpg
            ifgt 2
         1: .line 213
            dconst_0
            dreturn
         2: .line 215
      StackMap locals:
      StackMap stack:
            dconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
            dload 1 /* x */
            ddiv
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            dsub
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/distribution/ParetoDistribution;
            0    3     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public double cumulativeProbability(double, double);
    descriptor: (DD)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
        start local 1 // double x0
        start local 3 // double x1
         0: .line 227
            aload 0 /* this */
            dload 1 /* x0 */
            dload 3 /* x1 */
            invokevirtual org.apache.commons.math3.distribution.ParetoDistribution.probability:(DD)D
            dreturn
        end local 3 // double x1
        end local 1 // double x0
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/ParetoDistribution;
            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    

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

  public double getNumericalMean();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
         0: .line 246
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            dconst_1
            dcmpg
            ifgt 2
         1: .line 247
            ldc Infinity
            dreturn
         2: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            dconst_1
            dsub
            ddiv
            dreturn
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/distribution/ParetoDistribution;

  public double getNumericalVariance();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
         0: .line 262
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            ldc 2.0
            dcmpg
            ifgt 2
         1: .line 263
            ldc Infinity
            dreturn
         2: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            dconst_1
            dsub
            dstore 1 /* s */
        start local 1 // double s
         3: .line 266
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
            dmul
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            dmul
            dload 1 /* s */
            dload 1 /* s */
            dmul
            ddiv
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            ldc 2.0
            dsub
            ddiv
            dreturn
        end local 1 // double s
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/distribution/ParetoDistribution;
            3    4     1     s  D

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

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

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

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

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

  public double sample();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=1
        start local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
         0: .line 315
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.random:Lorg/apache/commons/math3/random/RandomGenerator;
            invokeinterface org.apache.commons.math3.random.RandomGenerator.nextDouble:()D
            dstore 1 /* n */
        start local 1 // double n
         1: .line 316
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.scale:D
            dload 1 /* n */
            dconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.ParetoDistribution.shape:D
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.pow:(DD)D
            ddiv
            dreturn
        end local 1 // double n
        end local 0 // org.apache.commons.math3.distribution.ParetoDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/distribution/ParetoDistribution;
            1    2     1     n  D
}
SourceFile: "ParetoDistribution.java"