public class org.apache.commons.math3.distribution.LevyDistribution 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.LevyDistribution
  super_class: org.apache.commons.math3.distribution.AbstractRealDistribution
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20130314

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

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

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

  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.LevyDistribution this
        start local 1 // double mu
        start local 3 // double c
         0: .line 60
            aload 0 /* this */
            new org.apache.commons.math3.random.Well19937c
            dup
            invokespecial org.apache.commons.math3.random.Well19937c.<init>:()V
            dload 1 /* mu */
            dload 3 /* c */
            invokespecial org.apache.commons.math3.distribution.LevyDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DD)V
         1: .line 61
            return
        end local 3 // double c
        end local 1 // double mu
        end local 0 // org.apache.commons.math3.distribution.LevyDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/distribution/LevyDistribution;
            0    2     1    mu  D
            0    2     3     c  D
    MethodParameters:
      Name  Flags
      mu    final
      c     final

  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=5, locals=6, args_size=4
        start local 0 // org.apache.commons.math3.distribution.LevyDistribution this
        start local 1 // org.apache.commons.math3.random.RandomGenerator rng
        start local 2 // double mu
        start local 4 // double c
         0: .line 70
            aload 0 /* this */
            aload 1 /* rng */
            invokespecial org.apache.commons.math3.distribution.AbstractRealDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;)V
         1: .line 71
            aload 0 /* this */
            dload 2 /* mu */
            putfield org.apache.commons.math3.distribution.LevyDistribution.mu:D
         2: .line 72
            aload 0 /* this */
            dload 4 /* c */
            putfield org.apache.commons.math3.distribution.LevyDistribution.c:D
         3: .line 73
            aload 0 /* this */
            ldc 0.5
            dload 4 /* c */
            dmul
            putfield org.apache.commons.math3.distribution.LevyDistribution.halfC:D
         4: .line 74
            return
        end local 4 // double c
        end local 2 // double mu
        end local 1 // org.apache.commons.math3.random.RandomGenerator rng
        end local 0 // org.apache.commons.math3.distribution.LevyDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/distribution/LevyDistribution;
            0    5     1   rng  Lorg/apache/commons/math3/random/RandomGenerator;
            0    5     2    mu  D
            0    5     4     c  D
    MethodParameters:
      Name  Flags
      rng   final
      mu    final
      c     final

  public double density(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.apache.commons.math3.distribution.LevyDistribution this
        start local 1 // double x
         0: .line 91
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.mu:D
            dcmpg
            ifge 2
         1: .line 92
            ldc NaN
            dreturn
         2: .line 95
      StackMap locals:
      StackMap stack:
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.mu:D
            dsub
            dstore 3 /* delta */
        start local 3 // double delta
         3: .line 96
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.halfC:D
            dload 3 /* delta */
            ddiv
            dstore 5 /* f */
        start local 5 // double f
         4: .line 97
            dload 5 /* f */
            ldc 3.141592653589793
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dload 5 /* f */
            dneg
            invokestatic org.apache.commons.math3.util.FastMath.exp:(D)D
            dmul
            dload 3 /* delta */
            ddiv
            dreturn
        end local 5 // double f
        end local 3 // double delta
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.LevyDistribution this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/commons/math3/distribution/LevyDistribution;
            0    5     1      x  D
            3    5     3  delta  D
            4    5     5      f  D
    MethodParameters:
      Name  Flags
      x     final

  public double logDensity(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // org.apache.commons.math3.distribution.LevyDistribution this
        start local 1 // double x
         0: .line 106
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.mu:D
            dcmpg
            ifge 2
         1: .line 107
            ldc NaN
            dreturn
         2: .line 110
      StackMap locals:
      StackMap stack:
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.mu:D
            dsub
            dstore 3 /* delta */
        start local 3 // double delta
         3: .line 111
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.halfC:D
            dload 3 /* delta */
            ddiv
            dstore 5 /* f */
        start local 5 // double f
         4: .line 112
            ldc 0.5
            dload 5 /* f */
            ldc 3.141592653589793
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dmul
            dload 5 /* f */
            dsub
            dload 3 /* delta */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dsub
            dreturn
        end local 5 // double f
        end local 3 // double delta
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.LevyDistribution this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/commons/math3/distribution/LevyDistribution;
            0    5     1      x  D
            3    5     3  delta  D
            4    5     5      f  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.LevyDistribution this
        start local 1 // double x
         0: .line 124
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.mu:D
            dcmpg
            ifge 2
         1: .line 125
            ldc NaN
            dreturn
         2: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.halfC:D
            dload 1 /* x */
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.mu:D
            dsub
            ddiv
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            invokestatic org.apache.commons.math3.special.Erf.erfc:(D)D
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.LevyDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/distribution/LevyDistribution;
            0    3     1     x  D
    MethodParameters:
      Name  Flags
      x     final

  public double inverseCumulativeProbability(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // org.apache.commons.math3.distribution.LevyDistribution this
        start local 1 // double p
         0: .line 133
            dload 1 /* p */
            dconst_0
            dcmpg
            iflt 1
            dload 1 /* p */
            dconst_1
            dcmpl
            ifle 2
         1: .line 134
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.exception.OutOfRangeException
            dup
            dload 1 /* p */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial org.apache.commons.math3.exception.OutOfRangeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
            athrow
         2: .line 136
      StackMap locals:
      StackMap stack:
            dload 1 /* p */
            invokestatic org.apache.commons.math3.special.Erf.erfcInv:(D)D
            dstore 3 /* t */
        start local 3 // double t
         3: .line 137
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.mu:D
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.LevyDistribution.halfC:D
            dload 3 /* t */
            dload 3 /* t */
            dmul
            ddiv
            dadd
            dreturn
        end local 3 // double t
        end local 1 // double p
        end local 0 // org.apache.commons.math3.distribution.LevyDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/distribution/LevyDistribution;
            0    4     1     p  D
            3    4     3     t  D
    Exceptions:
      throws org.apache.commons.math3.exception.OutOfRangeException
    MethodParameters:
      Name  Flags
      p     final

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

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

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

  public double getNumericalVariance();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.LevyDistribution this
         0: .line 161
            ldc Infinity
            dreturn
        end local 0 // org.apache.commons.math3.distribution.LevyDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/LevyDistribution;

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

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

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

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

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