public class org.apache.commons.math3.analysis.function.Logit implements org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableFunction, org.apache.commons.math3.analysis.DifferentiableUnivariateFunction
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.analysis.function.Logit
super_class: java.lang.Object
{
private final double lo;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final double hi;
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 0: aload 0
dconst_0
dconst_1
invokespecial org.apache.commons.math3.analysis.function.Logit.<init>:(DD)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/analysis/function/Logit;
public void <init>(double, double);
descriptor: (DD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
dload 1
putfield org.apache.commons.math3.analysis.function.Logit.lo:D
2: aload 0
dload 3
putfield org.apache.commons.math3.analysis.function.Logit.hi:D
3: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/math3/analysis/function/Logit;
0 4 1 lo D
0 4 3 hi D
MethodParameters:
Name Flags
lo
hi
public double value(double);
descriptor: (D)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: dload 1
aload 0
getfield org.apache.commons.math3.analysis.function.Logit.lo:D
aload 0
getfield org.apache.commons.math3.analysis.function.Logit.hi:D
invokestatic org.apache.commons.math3.analysis.function.Logit.value:(DDD)D
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/analysis/function/Logit;
0 1 1 x D
Exceptions:
throws org.apache.commons.math3.exception.OutOfRangeException
MethodParameters:
Name Flags
x
public org.apache.commons.math3.analysis.UnivariateFunction derivative();
descriptor: ()Lorg/apache/commons/math3/analysis/UnivariateFunction;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.apache.commons.math3.analysis.FunctionUtils.toDifferentiableUnivariateFunction:(Lorg/apache/commons/math3/analysis/differentiation/UnivariateDifferentiableFunction;)Lorg/apache/commons/math3/analysis/DifferentiableUnivariateFunction;
invokeinterface org.apache.commons.math3.analysis.DifferentiableUnivariateFunction.derivative:()Lorg/apache/commons/math3/analysis/UnivariateFunction;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/analysis/function/Logit;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
private static double value(double, double, double);
descriptor: (DDD)D
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=6, locals=6, args_size=3
start local 0 start local 2 start local 4 0: dload 0
dload 2
dcmpg
iflt 1
dload 0
dload 4
dcmpl
ifle 2
1: StackMap locals:
StackMap stack:
new org.apache.commons.math3.exception.OutOfRangeException
dup
dload 0
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
dload 2
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
dload 4
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
invokespecial org.apache.commons.math3.exception.OutOfRangeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
athrow
2: StackMap locals:
StackMap stack:
dload 0
dload 2
dsub
dload 4
dload 0
dsub
ddiv
invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
dreturn
end local 4 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 x D
0 3 2 lo D
0 3 4 hi D
Exceptions:
throws org.apache.commons.math3.exception.OutOfRangeException
MethodParameters:
Name Flags
x
lo
hi
public org.apache.commons.math3.analysis.differentiation.DerivativeStructure value(org.apache.commons.math3.analysis.differentiation.DerivativeStructure);
descriptor: (Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;)Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=14, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getValue:()D
dstore 2
start local 2 1: dload 2
aload 0
getfield org.apache.commons.math3.analysis.function.Logit.lo:D
dcmpg
iflt 2
dload 2
aload 0
getfield org.apache.commons.math3.analysis.function.Logit.hi:D
dcmpl
ifle 3
2: StackMap locals: double
StackMap stack:
new org.apache.commons.math3.exception.OutOfRangeException
dup
dload 2
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
aload 0
getfield org.apache.commons.math3.analysis.function.Logit.lo:D
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
aload 0
getfield org.apache.commons.math3.analysis.function.Logit.hi:D
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
invokespecial org.apache.commons.math3.exception.OutOfRangeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
athrow
3: StackMap locals:
StackMap stack:
aload 1
invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getOrder:()I
iconst_1
iadd
newarray 7
astore 4
start local 4 4: aload 4
iconst_0
dload 2
aload 0
getfield org.apache.commons.math3.analysis.function.Logit.lo:D
dsub
aload 0
getfield org.apache.commons.math3.analysis.function.Logit.hi:D
dload 2
dsub
ddiv
invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
dastore
5: aload 4
iconst_0
daload
invokestatic java.lang.Double.isInfinite:(D)Z
ifeq 14
6: aload 4
arraylength
iconst_1
if_icmple 8
7: aload 4
iconst_1
ldc Infinity
dastore
8: StackMap locals: double[]
StackMap stack:
iconst_2
istore 5
start local 5 9: goto 12
10: StackMap locals: int
StackMap stack:
aload 4
iload 5
aload 4
iload 5
iconst_2
isub
daload
dastore
11: iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
aload 4
arraylength
if_icmplt 10
end local 5 13: goto 25
14: StackMap locals:
StackMap stack:
dconst_1
dload 2
aload 0
getfield org.apache.commons.math3.analysis.function.Logit.lo:D
dsub
ddiv
dstore 5
start local 5 15: dload 5
dstore 7
start local 7 16: dconst_1
aload 0
getfield org.apache.commons.math3.analysis.function.Logit.hi:D
dload 2
dsub
ddiv
dstore 9
start local 9 17: dload 9
dstore 11
start local 11 18: iconst_1
istore 13
start local 13 19: goto 24
20: StackMap locals: org.apache.commons.math3.analysis.function.Logit org.apache.commons.math3.analysis.differentiation.DerivativeStructure double double[] double double double double int
StackMap stack:
aload 4
iload 13
dload 7
dload 11
dadd
dastore
21: dload 7
iload 13
ineg
i2d
dload 5
dmul
dmul
dstore 7
22: dload 11
iload 13
i2d
dload 9
dmul
dmul
dstore 11
23: iinc 13 1
StackMap locals:
StackMap stack:
24: iload 13
aload 4
arraylength
if_icmplt 20
end local 13 end local 11 end local 9 end local 7 end local 5 25: StackMap locals: org.apache.commons.math3.analysis.function.Logit org.apache.commons.math3.analysis.differentiation.DerivativeStructure double double[]
StackMap stack:
aload 1
aload 4
invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.compose:([D)Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
areturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Lorg/apache/commons/math3/analysis/function/Logit;
0 26 1 t Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
1 26 2 x D
4 26 4 f [D
9 13 5 i I
15 25 5 invL D
16 25 7 xL D
17 25 9 invH D
18 25 11 xH D
19 25 13 i I
Exceptions:
throws org.apache.commons.math3.exception.OutOfRangeException
MethodParameters:
Name Flags
t final
}
SourceFile: "Logit.java"
NestMembers:
org.apache.commons.math3.analysis.function.Logit$Parametric
InnerClasses:
public Parametric = org.apache.commons.math3.analysis.function.Logit$Parametric of org.apache.commons.math3.analysis.function.Logit