Constant Field Values
Contents
org.apache.*
-
org.apache.commons.statistics.descriptive.DoubleStatistics Modifier and Type Constant Field Value private static final java.lang.StringNO_CONFIGURED_STATISTICS"No configured statistics"private static final java.lang.StringUNSUPPORTED_STATISTIC"Unsupported statistic: " -
org.apache.commons.statistics.descriptive.org.apache.commons.statistics.descriptive.FirstMoment Modifier and Type Constant Field Value private static final doubleDOWNSCALE0.5private static final doubleRESCALE2.0 -
org.apache.commons.statistics.descriptive.org.apache.commons.statistics.descriptive.Int128 Modifier and Type Constant Field Value private static final longMASK324294967295L -
org.apache.commons.statistics.descriptive.org.apache.commons.statistics.descriptive.IntMath Modifier and Type Constant Field Value private static final intEXP_BIAS1023private static final intEXP_SHIFT52private static final doubleHALF0.5private static final longMASK324294967295Lprivate static final longMASK524503599627370495Lprivate static final longTWO_POW_539007199254740992L -
org.apache.commons.statistics.descriptive.IntMean Modifier and Type Constant Field Value private static final longSMALL_N2097152L -
org.apache.commons.statistics.descriptive.IntStatistics Modifier and Type Constant Field Value private static final java.lang.StringNO_CONFIGURED_STATISTICS"No configured statistics"private static final java.lang.StringUNSUPPORTED_STATISTIC"Unsupported statistic: " -
org.apache.commons.statistics.descriptive.IntSumOfSquares Modifier and Type Constant Field Value private static final intSMALL_SAMPLE10 -
org.apache.commons.statistics.descriptive.IntVariance Modifier and Type Constant Field Value static final intSMALL_SAMPLE10 -
org.apache.commons.statistics.descriptive.Kurtosis Modifier and Type Constant Field Value private static final intLENGTH_FOUR4private static final intLENGTH_TWO2 -
org.apache.commons.statistics.descriptive.LongMean Modifier and Type Constant Field Value private static final longSMALL_SUM9007199254740992L -
org.apache.commons.statistics.descriptive.LongStatistics Modifier and Type Constant Field Value private static final java.lang.StringNO_CONFIGURED_STATISTICS"No configured statistics"private static final java.lang.StringUNSUPPORTED_STATISTIC"Unsupported statistic: " -
org.apache.commons.statistics.descriptive.Quantile Modifier and Type Constant Field Value private static final java.lang.StringINVALID_NUMBER_OF_PROBABILITIES"Invalid number of probabilities: "private static final java.lang.StringINVALID_PROBABILITY"Invalid probability: "private static final java.lang.StringINVALID_SIZE"Invalid size: "private static final java.lang.StringNO_PROBABILITIES_SPECIFIED"No probabilities specified" -
org.apache.commons.statistics.descriptive.Skewness Modifier and Type Constant Field Value private static final intLENGTH_THREE3private static final intLENGTH_TWO2 -
org.apache.commons.statistics.descriptive.org.apache.commons.statistics.descriptive.Statistics Modifier and Type Constant Field Value private static final java.lang.StringINCOMPATIBLE_STATISTICS"Incompatible statistics" -
org.apache.commons.statistics.descriptive.org.apache.commons.statistics.descriptive.SumOfCubedDeviations Modifier and Type Constant Field Value static final intLENGTH_TWO2 -
org.apache.commons.statistics.descriptive.org.apache.commons.statistics.descriptive.UInt128 Modifier and Type Constant Field Value private static final longMASK324294967295L -
org.apache.commons.statistics.descriptive.org.apache.commons.statistics.descriptive.UInt192 Modifier and Type Constant Field Value private static final longMASK324294967295L -
org.apache.commons.statistics.descriptive.org.apache.commons.statistics.descriptive.UInt96 Modifier and Type Constant Field Value private static final longMASK324294967295L
-
org.apache.commons.statistics.distribution.org.apache.commons.statistics.distribution.AbstractContinuousDistribution Modifier and Type Constant Field Value private static final doubleSOLVER_ABSOLUTE_ACCURACY4.9E-324private static final doubleSOLVER_FUNCTION_VALUE_ACCURACY4.9E-324private static final doubleSOLVER_RELATIVE_ACCURACY1.1102230246251565E-16 -
org.apache.commons.statistics.distribution.org.apache.commons.statistics.distribution.AbstractDiscreteDistribution Modifier and Type Constant Field Value private static final longNO_MEDIAN-9223372036854775808L -
org.apache.commons.statistics.distribution.BinomialDistribution Modifier and Type Constant Field Value private static final floatHALF0.5f -
org.apache.commons.statistics.distribution.org.apache.commons.statistics.distribution.Constants Modifier and Type Constant Field Value static final doubleHALF_LOG_TWO_PI0.9189385332046728static final doubleLN_TWO0.6931471805599453static final doubleROOT_PI_DIV_TWO1.2533141373155003static final doubleROOT_TWO1.4142135623730951static final doubleROOT_TWO_DIV_PI0.7978845608028654 -
org.apache.commons.statistics.distribution.org.apache.commons.statistics.distribution.DistributionException Modifier and Type Constant Field Value static final java.lang.StringINVALID_NON_ZERO_PROBABILITY"Not a non-zero probability: %s is out of range (0, 1]"static final java.lang.StringINVALID_PROBABILITY"Not a probability: %s is out of range [0, 1]"static final java.lang.StringINVALID_RANGE_LOW_GT_HIGH"Lower bound %s > upper bound %s"static final java.lang.StringINVALID_RANGE_LOW_GTE_HIGH"Lower bound %s >= upper bound %s"static final java.lang.StringNEGATIVE"Number %s is negative"static final java.lang.StringNOT_STRICTLY_POSITIVE"Number %s is not greater than 0"static final java.lang.StringNOT_STRICTLY_POSITIVE_FINITE"Number %s is not greater than 0 and finite"static final java.lang.StringOUT_OF_RANGE"Number %s is out of range [%s, %s]"private static final longserialVersionUID20180119Lstatic final java.lang.StringTOO_LARGE"%s > %s"static final java.lang.StringTOO_SMALL"%s < %s" -
org.apache.commons.statistics.distribution.ExponentialDistribution Modifier and Type Constant Field Value private static final doubleSUPPORT_HI1d/0dprivate static final doubleSUPPORT_LO0.0 -
org.apache.commons.statistics.distribution.org.apache.commons.statistics.distribution.ExtendedPrecision Modifier and Type Constant Field Value private static final doubleBIG3.273390607896142E150private static final intEXP_M_HALF_XX_MAX_VALUE1491private static final intEXP_M_HALF_XX_MIN_VALUE2private static final doubleSCALE_DOWN2.409919865102884E-181private static final doubleSCALE_UP4.149515568880993E180private static final doubleSMALL3.0549363634996047E-151 -
org.apache.commons.statistics.distribution.FDistribution Modifier and Type Constant Field Value private static final doubleMIN_DENOMINATOR_DF_FOR_MEAN2.0private static final doubleMIN_DENOMINATOR_DF_FOR_VARIANCE4.0private static final doubleSUPPORT_HI1d/0dprivate static final doubleSUPPORT_LO0.0 -
org.apache.commons.statistics.distribution.org.apache.commons.statistics.distribution.FoldedNormalDistribution.HalfNormalDistribution Modifier and Type Constant Field Value private static final doubleVAR0.3633802276324187 -
org.apache.commons.statistics.distribution.GammaDistribution Modifier and Type Constant Field Value private static final doubleSUPPORT_HI1d/0dprivate static final doubleSUPPORT_LO0.0 -
org.apache.commons.statistics.distribution.GeometricDistribution Modifier and Type Constant Field Value private static final doubleHALF0.5 -
org.apache.commons.statistics.distribution.GumbelDistribution Modifier and Type Constant Field Value private static final doubleEULER0.5772156649015329private static final doubleLN_LN_2-0.36651292058166435private static final doublePI_SQUARED_OVER_SIX1.6449340668482264private static final doubleSUPPORT_HI1d/0dprivate static final doubleSUPPORT_LO-1d/0d -
org.apache.commons.statistics.distribution.HypergeometricDistribution Modifier and Type Constant Field Value private static final doubleHALF0.5 -
org.apache.commons.statistics.distribution.LevyDistribution Modifier and Type Constant Field Value private static final doubleHALF_OVER_ERFCINV_HALF_SQUARED2.1981093383177326 -
org.apache.commons.statistics.distribution.LogisticDistribution Modifier and Type Constant Field Value private static final doublePI_SQUARED_OVER_THREE3.289868133696453private static final doubleSUPPORT_HI1d/0dprivate static final doubleSUPPORT_LO-1d/0d -
org.apache.commons.statistics.distribution.NakagamiDistribution Modifier and Type Constant Field Value private static final doubleSUPPORT_HI1d/0dprivate static final doubleSUPPORT_LO0.0 -
org.apache.commons.statistics.distribution.ParetoDistribution Modifier and Type Constant Field Value private static final doubleMIN_SHAPE_FOR_VARIANCE2.0 -
org.apache.commons.statistics.distribution.PoissonDistribution Modifier and Type Constant Field Value private static final doubleMAX_MEAN1.0737418235E9 -
org.apache.commons.statistics.distribution.org.apache.commons.statistics.distribution.SaddlePointExpansionUtils Modifier and Type Constant Field Value private static final doubleONE_TENTH0.1private static final intSTIRLING_ERROR_THRESHOLD15private static final doubleTWO_PI6.283185307179586 -
org.apache.commons.statistics.distribution.org.apache.commons.statistics.distribution.TDistribution.StudentsTDistribution Modifier and Type Constant Field Value private static final doubleCLOSE_TO_ZERO0.25private static final doubleTWO2.0 -
org.apache.commons.statistics.distribution.TruncatedNormalDistribution Modifier and Type Constant Field Value private static final doubleMAX_X1.3407807929942596E154private static final doubleMIN_P0.0private static final doubleREJECTION_THRESHOLD0.2private static final doubleROOT_2_PI0.7978845608028654private static final doubleROOT_PI_21.2533141373155003private static final doubleROOT21.4142135623730951 -
org.apache.commons.statistics.distribution.WeibullDistribution Modifier and Type Constant Field Value private static final doubleSUPPORT_HI1d/0dprivate static final doubleSUPPORT_LO0.0
-
org.apache.commons.statistics.inference.org.apache.commons.statistics.inference.Arguments Modifier and Type Constant Field Value private static final intTWO2 -
org.apache.commons.statistics.inference.org.apache.commons.statistics.inference.BracketFinder Modifier and Type Constant Field Value private static final doubleEPS_MIN1.0E-21private static final doubleGOLD1.618033988749895 -
org.apache.commons.statistics.inference.org.apache.commons.statistics.inference.BrentOptimizer Modifier and Type Constant Field Value private static final doubleGOLDEN_SECTION0.3819660112501051private static final doubleMIN_RELATIVE_TOLERANCE4.440892098500626E-16 -
org.apache.commons.statistics.inference.ChiSquareTest Modifier and Type Constant Field Value private static final java.lang.StringCOLUMN"column"private static final java.lang.StringROW"row" -
org.apache.commons.statistics.inference.org.apache.commons.statistics.inference.Hypergeom Modifier and Type Constant Field Value private static final doubleHALF0.5 -
org.apache.commons.statistics.inference.org.apache.commons.statistics.inference.InferenceException Modifier and Type Constant Field Value static final java.lang.StringCATEGORIES_REQUIRED"Categories size %s < %s"static final java.lang.StringINVALID_PROBABILITY"Not a probability: %s is out of range [0, 1]"static final java.lang.StringINVALID_SIGNIFICANCE"Not a significance: %s is out of range (0, 0.5]"static final java.lang.StringNEGATIVE"%s is negative"static final java.lang.StringNO_DATA"No data"static final java.lang.StringNOT_RECTANGULAR"Non-rectangular matrix: somes rows have size %s while others are %s"static final java.lang.StringNOT_STRICTLY_POSITIVE"Number %s is not greater than 0"private static final longserialVersionUID20221203Lstatic final java.lang.StringTWO_CATEGORIES_REQUIRED"Categories size %s < 2"static final java.lang.StringTWO_VALUES_REQUIRED"Values size %s < 2"static final java.lang.StringVALUES_MISMATCH"Values size mismatch %s != %s"static final java.lang.StringVALUES_REQUIRED"Values size %s < %s"static final java.lang.StringX_GT_Y"%s > %s"static final java.lang.StringX_GTE_Y"%s >= %s"static final java.lang.StringX_LT_Y"%s < %s"static final java.lang.StringZERO"%s is zero"static final java.lang.StringZERO_AT"%s[%s] is zero" -
org.apache.commons.statistics.inference.org.apache.commons.statistics.inference.KolmogorovSmirnovDistribution Modifier and Type Constant Field Value private static final doubleEPS2.220446049250313E-16private static final doublePI29.869604401089358private static final doubleROOT_TWO_PI2.5066282746310007private static final doubleX_KS_HALF0.8275735551899077private static final doubleX_KS_ONE0.1754243674345323 -
org.apache.commons.statistics.inference.org.apache.commons.statistics.inference.KolmogorovSmirnovDistribution.One Modifier and Type Constant Field Value private static final intSD_MAX_TERMS3private static final intSD_MIN_N8private static final intSD_SUM_PRECISION_BITS107private static final intSUM_PRECISION_BITS53private static final intVERY_LARGE_N1000000 -
org.apache.commons.statistics.inference.org.apache.commons.statistics.inference.KolmogorovSmirnovDistribution.Two Modifier and Type Constant Field Value private static final doubleFOUR_A-288.3492271129372private static final doubleHALF0.5private static final intLOG_MIN_NORMAL-708private static final doubleLOG_PG_MIN-55.451774444795625private static final intMAX_FACTORIAL170private static final doubleMTW_SCALE_THRESHOLD3.8725919148493183E-121private static final doubleMTW_UP_SCALE2.5822498780869086E120private static final intMTW_UP_SCALE_POWER400private static final intN_100000100000private static final intN140140private static final doubleNX32_1_41.4private static final doubleNXX_0_7546930.754693private static final doubleNXX_2_22.2private static final intNXX_44private static final doubleP_DOWN_SCALE2.9387358770557188E-39private static final intP_SCALE_POWER128private static final doubleP_UP_SCALE3.4028236692093846E38private static final doublePI29.869604401089358private static final doublePI497.40909103400244private static final doublePI6961.3891935753045private static final doubleROOT_HALF_PI1.2533141373155003private static final doubleROOT_TWO_PI2.5066282746310007 -
org.apache.commons.statistics.inference.KolmogorovSmirnovTest Modifier and Type Constant Field Value private static final intLARGE_SAMPLE10000private static final intMAX_ARRAY_SIZE2147483639private static final intMAX_FACTORIAL170private static final longMAX_LCM_TWO_SAMPLE_EXACT_P2147483648Lprivate static final java.lang.StringSAMPLE_1_NAME"Sample 1"private static final java.lang.StringSAMPLE_2_NAME"Sample 2" -
org.apache.commons.statistics.inference.MannWhitneyUTest Modifier and Type Constant Field Value private static final intAUTO_LIMIT50private static final doubleUNSET-1.0 -
org.apache.commons.statistics.inference.org.apache.commons.statistics.inference.Searches Modifier and Type Constant Field Value private static final intBINARY_SEARCH8 -
org.apache.commons.statistics.inference.org.apache.commons.statistics.inference.SquareMatrixSupport.ArrayRealSquareMatrix Modifier and Type Constant Field Value private static final doubleSCALE_THRESHOLD2.5822498780869086E120 -
org.apache.commons.statistics.inference.UnconditionedExactTest Modifier and Type Constant Field Value private static final java.lang.StringCOLUMN_SUM"Column sum"private static final doubleINC_FRACTION0.125private static final doubleLOWER_BOUND1.0E-5private static final intMAX_CANDIDATES3private static final intMAX_TABLES2147483639private static final doubleMINIMA_EPS0.02private static final doubleSOLVER_RELATIVE_EPS1.4901161193847656E-8 -
org.apache.commons.statistics.inference.WilcoxonSignedRankTest Modifier and Type Constant Field Value private static final intAUTO_LIMIT50private static final intEXACT_LIMIT1023
-
org.apache.commons.statistics.ranking.NaturalRanking Modifier and Type Constant Field Value private static final java.lang.StringNULL_NAN_STRATEGY"nanStrategy"private static final java.lang.StringNULL_RANDOM_SOURCE"randomIntFunction"private static final java.lang.StringNULL_TIES_STRATEGY"tiesStrategy"