Constant Field Values
Contents
org.apache.*
-
org.apache.commons.math.analysis.interpolation.LoessInterpolator Modifier and Type Constant Field Value public static final double
DEFAULT_ACCURACY
1.0E-12
public static final double
DEFAULT_BANDWIDTH
0.3
public static final int
DEFAULT_ROBUSTNESS_ITERS
2
-
org.apache.commons.math.analysis.interpolation.MicrosphereInterpolator Modifier and Type Constant Field Value public static final int
DEFAULT_BRIGHTNESS_EXPONENT
2
public static final int
DEFAULT_MICROSPHERE_ELEMENTS
2000
-
org.apache.commons.math.analysis.solvers.BrentSolver Modifier and Type Constant Field Value public static final double
DEFAULT_ABSOLUTE_ACCURACY
1.0E-6
public static final int
DEFAULT_MAXIMUM_ITERATIONS
100
-
org.apache.commons.math.dfp.Dfp Modifier and Type Constant Field Value public static final int
ERR_SCALE
32760
public static final byte
FINITE
0
public static final byte
INFINITE
1
public static final int
MAX_EXP
32768
public static final int
MIN_EXP
-32767
public static final byte
QNAN
3
public static final int
RADIX
10000
public static final byte
SNAN
2
-
org.apache.commons.math.dfp.DfpField Modifier and Type Constant Field Value public static final int
FLAG_DIV_ZERO
2
public static final int
FLAG_INEXACT
16
public static final int
FLAG_INVALID
1
public static final int
FLAG_OVERFLOW
4
public static final int
FLAG_UNDERFLOW
8
-
org.apache.commons.math.distribution.BetaDistributionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_INVERSE_ABSOLUTE_ACCURACY
1.0E-9
-
org.apache.commons.math.distribution.CauchyDistributionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_INVERSE_ABSOLUTE_ACCURACY
1.0E-9
-
org.apache.commons.math.distribution.ChiSquaredDistributionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_INVERSE_ABSOLUTE_ACCURACY
1.0E-9
-
org.apache.commons.math.distribution.ExponentialDistributionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_INVERSE_ABSOLUTE_ACCURACY
1.0E-9
-
org.apache.commons.math.distribution.FDistributionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_INVERSE_ABSOLUTE_ACCURACY
1.0E-9
-
org.apache.commons.math.distribution.GammaDistributionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_INVERSE_ABSOLUTE_ACCURACY
1.0E-9
-
org.apache.commons.math.distribution.NormalDistributionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_INVERSE_ABSOLUTE_ACCURACY
1.0E-9
-
org.apache.commons.math.distribution.PoissonDistributionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_EPSILON
1.0E-12
public static final int
DEFAULT_MAX_ITERATIONS
10000000
-
org.apache.commons.math.distribution.TDistributionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_INVERSE_ABSOLUTE_ACCURACY
1.0E-9
-
org.apache.commons.math.distribution.WeibullDistributionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_INVERSE_ABSOLUTE_ACCURACY
1.0E-9
-
org.apache.commons.math.estimation.AbstractEstimator Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_COST_EVALUATIONS
100
-
org.apache.commons.math.linear.BlockFieldMatrix<T extends FieldElement<T>> Modifier and Type Constant Field Value public static final int
BLOCK_SIZE
36
-
org.apache.commons.math.linear.BlockRealMatrix Modifier and Type Constant Field Value public static final int
BLOCK_SIZE
52
-
org.apache.commons.math.linear.CholeskyDecompositionImpl Modifier and Type Constant Field Value public static final double
DEFAULT_ABSOLUTE_POSITIVITY_THRESHOLD
1.0E-10
public static final double
DEFAULT_RELATIVE_SYMMETRY_THRESHOLD
1.0E-15
-
org.apache.commons.math.linear.OpenMapRealVector Modifier and Type Constant Field Value public static final double
DEFAULT_ZERO_TOLERANCE
1.0E-12
-
org.apache.commons.math.ode.events.EventHandler Modifier and Type Constant Field Value public static final int
CONTINUE
3
public static final int
RESET_DERIVATIVES
2
public static final int
RESET_STATE
1
public static final int
STOP
0
-
org.apache.commons.math.ode.jacobians.EventHandlerWithJacobians Modifier and Type Constant Field Value public static final int
CONTINUE
3
public static final int
RESET_DERIVATIVES
2
public static final int
RESET_STATE
1
public static final int
STOP
0
-
org.apache.commons.math.optimization.direct.PowellOptimizer Modifier and Type Constant Field Value public static final double
DEFAULT_LS_ABSOLUTE_TOLERANCE
1.0E-11
public static final double
DEFAULT_LS_RELATIVE_TOLERANCE
1.0E-7
-
org.apache.commons.math.optimization.general.AbstractLeastSquaresOptimizer Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_ITERATIONS
100
-
org.apache.commons.math.optimization.general.AbstractScalarDifferentiableOptimizer Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_ITERATIONS
100
-
org.apache.commons.math.optimization.linear.AbstractLinearOptimizer Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_ITERATIONS
100
-
org.apache.commons.math.random.ValueServer Modifier and Type Constant Field Value public static final int
CONSTANT_MODE
5
public static final int
DIGEST_MODE
0
public static final int
EXPONENTIAL_MODE
3
public static final int
GAUSSIAN_MODE
4
public static final int
REPLAY_MODE
1
public static final int
UNIFORM_MODE
2
-
org.apache.commons.math.special.Gamma Modifier and Type Constant Field Value public static final double
GAMMA
0.5772156649015329
-
org.apache.commons.math.stat.descriptive.DescriptiveStatistics Modifier and Type Constant Field Value public static final int
INFINITE_WINDOW
-1
-
org.apache.commons.math.util.FastMath Modifier and Type Constant Field Value public static final double
E
2.718281828459045
public static final double
PI
3.141592653589793
-
org.apache.commons.math.util.MathUtils Modifier and Type Constant Field Value public static final double
EPSILON
1.1102230246251565E-16
public static final double
SAFE_MIN
2.2250738585072014E-308
public static final double
TWO_PI
6.283185307179586
-
org.apache.commons.math.util.OpenIntToDoubleHashMap Modifier and Type Constant Field Value protected static final byte
FREE
0
protected static final byte
FULL
1
protected static final byte
REMOVED
2
-
org.apache.commons.math.util.OpenIntToFieldHashMap<T extends FieldElement<T>> Modifier and Type Constant Field Value protected static final byte
FREE
0
protected static final byte
FULL
1
protected static final byte
REMOVED
2
-
org.apache.commons.math.util.ResizableDoubleArray Modifier and Type Constant Field Value public static final int
ADDITIVE_MODE
1
public static final int
MULTIPLICATIVE_MODE
0