|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
org.apache.* |
---|
org.apache.commons.math.analysis.interpolation.LoessInterpolator | ||
---|---|---|
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 | ||
---|---|---|
public static final int |
DEFAULT_BRIGHTNESS_EXPONENT |
2 |
public static final int |
DEFAULT_MICROSPHERE_ELEMENTS |
2000 |
org.apache.commons.math.analysis.solvers.BrentSolver | ||
---|---|---|
public static final double |
DEFAULT_ABSOLUTE_ACCURACY |
1.0E-6 |
public static final int |
DEFAULT_MAXIMUM_ITERATIONS |
100 |
org.apache.commons.math.dfp.Dfp | ||
---|---|---|
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 | ||
---|---|---|
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 | ||
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
org.apache.commons.math.distribution.CauchyDistributionImpl | ||
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
org.apache.commons.math.distribution.ChiSquaredDistributionImpl | ||
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
org.apache.commons.math.distribution.ExponentialDistributionImpl | ||
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
org.apache.commons.math.distribution.FDistributionImpl | ||
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
org.apache.commons.math.distribution.GammaDistributionImpl | ||
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
org.apache.commons.math.distribution.NormalDistributionImpl | ||
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
org.apache.commons.math.distribution.PoissonDistributionImpl | ||
---|---|---|
public static final double |
DEFAULT_EPSILON |
1.0E-12 |
public static final int |
DEFAULT_MAX_ITERATIONS |
10000000 |
org.apache.commons.math.distribution.TDistributionImpl | ||
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
org.apache.commons.math.distribution.WeibullDistributionImpl | ||
---|---|---|
public static final double |
DEFAULT_INVERSE_ABSOLUTE_ACCURACY |
1.0E-9 |
org.apache.commons.math.estimation.AbstractEstimator | ||
---|---|---|
public static final int |
DEFAULT_MAX_COST_EVALUATIONS |
100 |
org.apache.commons.math.linear.BlockFieldMatrix<T extends FieldElement<T>> | ||
---|---|---|
public static final int |
BLOCK_SIZE |
36 |
org.apache.commons.math.linear.BlockRealMatrix | ||
---|---|---|
public static final int |
BLOCK_SIZE |
52 |
org.apache.commons.math.linear.CholeskyDecompositionImpl | ||
---|---|---|
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 | ||
---|---|---|
public static final double |
DEFAULT_ZERO_TOLERANCE |
1.0E-12 |
org.apache.commons.math.ode.events.EventHandler | ||
---|---|---|
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 | ||
---|---|---|
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 | ||
---|---|---|
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 | ||
---|---|---|
public static final int |
DEFAULT_MAX_ITERATIONS |
100 |
org.apache.commons.math.optimization.general.AbstractScalarDifferentiableOptimizer | ||
---|---|---|
public static final int |
DEFAULT_MAX_ITERATIONS |
100 |
org.apache.commons.math.optimization.linear.AbstractLinearOptimizer | ||
---|---|---|
public static final int |
DEFAULT_MAX_ITERATIONS |
100 |
org.apache.commons.math.random.ValueServer | ||
---|---|---|
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 | ||
---|---|---|
public static final double |
GAMMA |
0.5772156649015329 |
org.apache.commons.math.stat.descriptive.DescriptiveStatistics | ||
---|---|---|
public static final int |
INFINITE_WINDOW |
-1 |
org.apache.commons.math.util.FastMath | ||
---|---|---|
public static final double |
E |
2.718281828459045 |
public static final double |
PI |
3.141592653589793 |
org.apache.commons.math.util.MathUtils | ||
---|---|---|
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 | ||
---|---|---|
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>> | ||
---|---|---|
protected static final byte |
FREE |
0 |
protected static final byte |
FULL |
1 |
protected static final byte |
REMOVED |
2 |
org.apache.commons.math.util.ResizableDoubleArray | ||
---|---|---|
public static final int |
ADDITIVE_MODE |
1 |
public static final int |
MULTIPLICATIVE_MODE |
0 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |