public class org.apache.commons.math3.stat.inference.BinomialTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.stat.inference.BinomialTest
  super_class: java.lang.Object
{
  private static volatile int[] $SWITCH_TABLE$org$apache$commons$math3$stat$inference$AlternativeHypothesis;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.inference.BinomialTest this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.stat.inference.BinomialTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/inference/BinomialTest;

  public boolean binomialTest(int, int, double, org.apache.commons.math3.stat.inference.AlternativeHypothesis, double);
    descriptor: (IIDLorg/apache/commons/math3/stat/inference/AlternativeHypothesis;D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=6
        start local 0 // org.apache.commons.math3.stat.inference.BinomialTest this
        start local 1 // int numberOfTrials
        start local 2 // int numberOfSuccesses
        start local 3 // double probability
        start local 5 // org.apache.commons.math3.stat.inference.AlternativeHypothesis alternativeHypothesis
        start local 6 // double alpha
         0: .line 63
            aload 0 /* this */
            iload 1 /* numberOfTrials */
            iload 2 /* numberOfSuccesses */
            dload 3 /* probability */
            aload 5 /* alternativeHypothesis */
            invokevirtual org.apache.commons.math3.stat.inference.BinomialTest.binomialTest:(IIDLorg/apache/commons/math3/stat/inference/AlternativeHypothesis;)D
            dstore 8 /* pValue */
        start local 8 // double pValue
         1: .line 64
            dload 8 /* pValue */
            dload 6 /* alpha */
            dcmpg
            ifge 2
            iconst_1
            ireturn
      StackMap locals: double
      StackMap stack:
         2: iconst_0
            ireturn
        end local 8 // double pValue
        end local 6 // double alpha
        end local 5 // org.apache.commons.math3.stat.inference.AlternativeHypothesis alternativeHypothesis
        end local 3 // double probability
        end local 2 // int numberOfSuccesses
        end local 1 // int numberOfTrials
        end local 0 // org.apache.commons.math3.stat.inference.BinomialTest this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lorg/apache/commons/math3/stat/inference/BinomialTest;
            0    3     1         numberOfTrials  I
            0    3     2      numberOfSuccesses  I
            0    3     3            probability  D
            0    3     5  alternativeHypothesis  Lorg/apache/commons/math3/stat/inference/AlternativeHypothesis;
            0    3     6                  alpha  D
            1    3     8                 pValue  D
    MethodParameters:
                       Name  Flags
      numberOfTrials         
      numberOfSuccesses      
      probability            
      alternativeHypothesis  
      alpha                  

  public double binomialTest(int, int, double, org.apache.commons.math3.stat.inference.AlternativeHypothesis);
    descriptor: (IIDLorg/apache/commons/math3/stat/inference/AlternativeHypothesis;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=15, args_size=5
        start local 0 // org.apache.commons.math3.stat.inference.BinomialTest this
        start local 1 // int numberOfTrials
        start local 2 // int numberOfSuccesses
        start local 3 // double probability
        start local 5 // org.apache.commons.math3.stat.inference.AlternativeHypothesis alternativeHypothesis
         0: .line 104
            iload 1 /* numberOfTrials */
            ifge 2
         1: .line 105
            new org.apache.commons.math3.exception.NotPositiveException
            dup
            iload 1 /* numberOfTrials */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial org.apache.commons.math3.exception.NotPositiveException.<init>:(Ljava/lang/Number;)V
            athrow
         2: .line 107
      StackMap locals:
      StackMap stack:
            iload 2 /* numberOfSuccesses */
            ifge 4
         3: .line 108
            new org.apache.commons.math3.exception.NotPositiveException
            dup
            iload 2 /* numberOfSuccesses */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokespecial org.apache.commons.math3.exception.NotPositiveException.<init>:(Ljava/lang/Number;)V
            athrow
         4: .line 110
      StackMap locals:
      StackMap stack:
            dload 3 /* probability */
            dconst_0
            dcmpg
            iflt 5
            dload 3 /* probability */
            dconst_1
            dcmpl
            ifle 6
         5: .line 111
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.exception.OutOfRangeException
            dup
            dload 3 /* probability */
            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
         6: .line 113
      StackMap locals:
      StackMap stack:
            iload 1 /* numberOfTrials */
            iload 2 /* numberOfSuccesses */
            if_icmpge 11
         7: .line 114
            new org.apache.commons.math3.exception.MathIllegalArgumentException
            dup
         8: .line 115
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.BINOMIAL_INVALID_PARAMETERS_ORDER:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         9: .line 116
            iload 1 /* numberOfTrials */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* numberOfSuccesses */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        10: .line 114
            aastore
            invokespecial org.apache.commons.math3.exception.MathIllegalArgumentException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
        11: .line 118
      StackMap locals:
      StackMap stack:
            aload 5 /* alternativeHypothesis */
            ifnonnull 13
        12: .line 119
            new org.apache.commons.math3.exception.NullArgumentException
            dup
            invokespecial org.apache.commons.math3.exception.NullArgumentException.<init>:()V
            athrow
        13: .line 123
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.distribution.BinomialDistribution
            dup
            aconst_null
            iload 1 /* numberOfTrials */
            dload 3 /* probability */
            invokespecial org.apache.commons.math3.distribution.BinomialDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;ID)V
            astore 6 /* distribution */
        start local 6 // org.apache.commons.math3.distribution.BinomialDistribution distribution
        14: .line 124
            invokestatic org.apache.commons.math3.stat.inference.BinomialTest.$SWITCH_TABLE$org$apache$commons$math3$stat$inference$AlternativeHypothesis:()[I
            aload 5 /* alternativeHypothesis */
            invokevirtual org.apache.commons.math3.stat.inference.AlternativeHypothesis.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 17
                    2: 15
                    3: 16
              default: 35
          }
        15: .line 126
      StackMap locals: org.apache.commons.math3.distribution.BinomialDistribution
      StackMap stack:
            dconst_1
            aload 6 /* distribution */
            iload 2 /* numberOfSuccesses */
            iconst_1
            isub
            invokevirtual org.apache.commons.math3.distribution.BinomialDistribution.cumulativeProbability:(I)D
            dsub
            dreturn
        16: .line 128
      StackMap locals:
      StackMap stack:
            aload 6 /* distribution */
            iload 2 /* numberOfSuccesses */
            invokevirtual org.apache.commons.math3.distribution.BinomialDistribution.cumulativeProbability:(I)D
            dreturn
        17: .line 130
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* criticalValueLow */
        start local 7 // int criticalValueLow
        18: .line 131
            iload 1 /* numberOfTrials */
            istore 8 /* criticalValueHigh */
        start local 8 // int criticalValueHigh
        19: .line 132
            dconst_0
            dstore 9 /* pTotal */
        start local 9 // double pTotal
        20: .line 135
      StackMap locals: int int double
      StackMap stack:
            aload 6 /* distribution */
            iload 7 /* criticalValueLow */
            invokevirtual org.apache.commons.math3.distribution.BinomialDistribution.probability:(I)D
            dstore 11 /* pLow */
        start local 11 // double pLow
        21: .line 136
            aload 6 /* distribution */
            iload 8 /* criticalValueHigh */
            invokevirtual org.apache.commons.math3.distribution.BinomialDistribution.probability:(I)D
            dstore 13 /* pHigh */
        start local 13 // double pHigh
        22: .line 138
            dload 11 /* pLow */
            dload 13 /* pHigh */
            dcmpl
            ifne 27
        23: .line 139
            dload 9 /* pTotal */
            ldc 2.0
            dload 11 /* pLow */
            dmul
            dadd
            dstore 9 /* pTotal */
        24: .line 140
            iinc 7 /* criticalValueLow */ 1
        25: .line 141
            iinc 8 /* criticalValueHigh */ -1
        26: .line 142
            goto 33
      StackMap locals: double double
      StackMap stack:
        27: dload 11 /* pLow */
            dload 13 /* pHigh */
            dcmpg
            ifge 31
        28: .line 143
            dload 9 /* pTotal */
            dload 11 /* pLow */
            dadd
            dstore 9 /* pTotal */
        29: .line 144
            iinc 7 /* criticalValueLow */ 1
        30: .line 145
            goto 33
        31: .line 146
      StackMap locals:
      StackMap stack:
            dload 9 /* pTotal */
            dload 13 /* pHigh */
            dadd
            dstore 9 /* pTotal */
        32: .line 147
            iinc 8 /* criticalValueHigh */ -1
        33: .line 150
      StackMap locals:
      StackMap stack:
            iload 7 /* criticalValueLow */
            iload 2 /* numberOfSuccesses */
            if_icmpgt 34
            iload 8 /* criticalValueHigh */
            iload 2 /* numberOfSuccesses */
            if_icmpge 20
        end local 13 // double pHigh
        end local 11 // double pLow
        34: .line 154
      StackMap locals:
      StackMap stack:
            dload 9 /* pTotal */
            dreturn
        end local 9 // double pTotal
        end local 8 // int criticalValueHigh
        end local 7 // int criticalValueLow
        35: .line 156
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.exception.MathInternalError
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.OUT_OF_RANGE_SIMPLE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* alternativeHypothesis */
            aastore
            dup
            iconst_1
        36: .line 157
            getstatic org.apache.commons.math3.stat.inference.AlternativeHypothesis.TWO_SIDED:Lorg/apache/commons/math3/stat/inference/AlternativeHypothesis;
            aastore
            dup
            iconst_2
            getstatic org.apache.commons.math3.stat.inference.AlternativeHypothesis.LESS_THAN:Lorg/apache/commons/math3/stat/inference/AlternativeHypothesis;
        37: .line 156
            aastore
            invokespecial org.apache.commons.math3.exception.MathInternalError.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
        end local 6 // org.apache.commons.math3.distribution.BinomialDistribution distribution
        end local 5 // org.apache.commons.math3.stat.inference.AlternativeHypothesis alternativeHypothesis
        end local 3 // double probability
        end local 2 // int numberOfSuccesses
        end local 1 // int numberOfTrials
        end local 0 // org.apache.commons.math3.stat.inference.BinomialTest this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   38     0                   this  Lorg/apache/commons/math3/stat/inference/BinomialTest;
            0   38     1         numberOfTrials  I
            0   38     2      numberOfSuccesses  I
            0   38     3            probability  D
            0   38     5  alternativeHypothesis  Lorg/apache/commons/math3/stat/inference/AlternativeHypothesis;
           14   38     6           distribution  Lorg/apache/commons/math3/distribution/BinomialDistribution;
           18   35     7       criticalValueLow  I
           19   35     8      criticalValueHigh  I
           20   35     9                 pTotal  D
           21   34    11                   pLow  D
           22   34    13                  pHigh  D
    MethodParameters:
                       Name  Flags
      numberOfTrials         
      numberOfSuccesses      
      probability            
      alternativeHypothesis  

  static int[] $SWITCH_TABLE$org$apache$commons$math3$stat$inference$AlternativeHypothesis();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 36
            getstatic org.apache.commons.math3.stat.inference.BinomialTest.$SWITCH_TABLE$org$apache$commons$math3$stat$inference$AlternativeHypothesis:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.apache.commons.math3.stat.inference.AlternativeHypothesis.values:()[Lorg/apache/commons/math3/stat/inference/AlternativeHypothesis;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.apache.commons.math3.stat.inference.AlternativeHypothesis.GREATER_THAN:Lorg/apache/commons/math3/stat/inference/AlternativeHypothesis;
            invokevirtual org.apache.commons.math3.stat.inference.AlternativeHypothesis.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.apache.commons.math3.stat.inference.AlternativeHypothesis.LESS_THAN:Lorg/apache/commons/math3/stat/inference/AlternativeHypothesis;
            invokevirtual org.apache.commons.math3.stat.inference.AlternativeHypothesis.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.apache.commons.math3.stat.inference.AlternativeHypothesis.TWO_SIDED:Lorg/apache/commons/math3/stat/inference/AlternativeHypothesis;
            invokevirtual org.apache.commons.math3.stat.inference.AlternativeHypothesis.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic org.apache.commons.math3.stat.inference.BinomialTest.$SWITCH_TABLE$org$apache$commons$math3$stat$inference$AlternativeHypothesis:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
SourceFile: "BinomialTest.java"