Surefire Report

Summary


Tests Errors Failures Skipped Success Rate Time
2103 0 0 0 100% 252.935

Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Package List


Package Tests Errors Failures Skipped Success Rate Time
org.apache.commons.math.analysis.interpolation 34 0 0 0 100% 5.16
org.apache.commons.math.special 36 0 0 0 100% 0.019
org.apache.commons.math.util 125 0 0 0 100% 6.371
org.apache.commons.math.stat.descriptive 77 0 0 0 100% 0.256
org.apache.commons.math.stat.regression 38 0 0 0 100% 0.209
org.apache.commons.math.stat.correlation 20 0 0 0 100% 0.143
org.apache.commons.math.stat.clustering 5 0 0 0 100% 0.009
org.apache.commons.math.stat.ranking 7 0 0 0 100% 0.005
org.apache.commons.math 26 0 0 0 100% 0.031
org.apache.commons.math.ode.sampling 8 0 0 0 100% 0.882
org.apache.commons.math.genetics 24 0 0 0 100% 2.224
org.apache.commons.math.analysis.polynomials 30 0 0 0 100% 0.243
org.apache.commons.math.optimization.linear 22 0 0 0 100% 11.959
org.apache.commons.math.ode.nonstiff 108 0 0 0 100% 39.034
org.apache.commons.math.optimization.univariate 4 0 0 0 100% 0.011
org.apache.commons.math.optimization.direct 14 0 0 0 100% 0.155
org.apache.commons.math.optimization.general 61 0 0 0 100% 3.852
org.apache.commons.math.stat 23 0 0 0 100% 0.16
org.apache.commons.math.distribution 115 0 0 0 100% 9.923
org.apache.commons.math.stat.descriptive.summary 46 0 0 0 100% 0.031
org.apache.commons.math.geometry 87 0 0 0 100% 1.611
org.apache.commons.math.linear 485 0 0 0 100% 73.383
org.apache.commons.math.estimation 54 0 0 0 100% 8.83
org.apache.commons.math.analysis.integration 12 0 0 0 100% 0.129
org.apache.commons.math.stat.descriptive.rank 38 0 0 0 100% 0.017
org.apache.commons.math.fraction 89 0 0 0 100% 0.082
org.apache.commons.math.random 91 0 0 0 100% 85.077
org.apache.commons.math.complex 175 0 0 0 100% 0.373
org.apache.commons.math.stat.data 2 0 0 0 100% 0.024
org.apache.commons.math.transform 14 0 0 0 100% 0.094
org.apache.commons.math.stat.inference 40 0 0 0 100% 0.048
org.apache.commons.math.optimization.fitting 8 0 0 0 100% 0.945
org.apache.commons.math.optimization 6 0 0 0 100% 0.064
org.apache.commons.math.ode 8 0 0 0 100% 1.394
org.apache.commons.math.stat.descriptive.moment 118 0 0 0 100% 0.1
org.apache.commons.math.analysis.solvers 53 0 0 0 100% 0.087

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.commons.math.analysis.interpolation

Class Tests Errors Failures Skipped Success Rate Time
DividedDifferenceInterpolatorTest 3 0 0 0 100% 0.002
LoessInterpolatorTest 21 0 0 0 100% 0.664
MicrosphereInterpolatorTest 2 0 0 0 100% 4.485
NevilleInterpolatorTest 3 0 0 0 100% 0.006
SplineInterpolatorTest 5 0 0 0 100% 0.003

org.apache.commons.math.special

Class Tests Errors Failures Skipped Success Rate Time
BetaTest 17 0 0 0 100% 0.005
ErfTest 5 0 0 0 100% 0.003
GammaTest 14 0 0 0 100% 0.011

org.apache.commons.math.util

Class Tests Errors Failures Skipped Success Rate Time
BigRealFieldTest 3 0 0 0 100% 0.005
BigRealTest 5 0 0 0 100% 0.004
ContinuedFractionTest 1 0 0 0 100% 0.001
DefaultTransformerTest 7 0 0 0 100% 0.003
MathUtilsTest 54 0 0 0 100% 5.474
OpenIntToDoubleHashMapTest 17 0 0 0 100% 0.78
OpenIntToFieldTest 17 0 0 0 100% 0.079
ResizableDoubleArrayTest 13 0 0 0 100% 0.022
TransformerMapTest 8 0 0 0 100% 0.003

org.apache.commons.math.stat.descriptive

Class Tests Errors Failures Skipped Success Rate Time
AbstractUnivariateStatisticTest 2 0 0 0 100% 0.003
AggregateSummaryStatisticsTest 5 0 0 0 100% 0.008
DescriptiveStatisticsTest 9 0 0 0 100% 0.013
InteractionTest 1 0 0 0 100% 0.005
ListUnivariateImplTest 5 0 0 0 100% 0.009
MixedListUnivariateImplTest 4 0 0 0 100% 0.004
MultivariateSummaryStatisticsTest 10 0 0 0 100% 0.021
StatisticalSummaryValuesTest 2 0 0 0 100% 0.002
SummaryStatisticsTest 10 0 0 0 100% 0.009
SynchronizedDescriptiveStatisticsTest 9 0 0 0 100% 0.03
SynchronizedMultivariateSummaryStatisticsTest 10 0 0 0 100% 0.141
SynchronizedSummaryStatisticsTest 10 0 0 0 100% 0.011

org.apache.commons.math.stat.regression

Class Tests Errors Failures Skipped Success Rate Time
GLSMultipleLinearRegressionTest 11 0 0 0 100% 0.144
OLSMultipleLinearRegressionTest 11 0 0 0 100% 0.044
SimpleRegressionTest 16 0 0 0 100% 0.021

org.apache.commons.math.stat.correlation

Class Tests Errors Failures Skipped Success Rate Time
CovarianceTest 5 0 0 0 100% 0.032
PearsonsCorrelationTest 7 0 0 0 100% 0.072
SpearmansRankCorrelationTest 8 0 0 0 100% 0.039

org.apache.commons.math.stat.clustering

Class Tests Errors Failures Skipped Success Rate Time
EuclideanIntegerPointTest 4 0 0 0 100% 0.004
KMeansPlusPlusClustererTest 1 0 0 0 100% 0.005

org.apache.commons.math.stat.ranking

Class Tests Errors Failures Skipped Success Rate Time
NaturalRankingTest 7 0 0 0 100% 0.005

org.apache.commons.math

Class Tests Errors Failures Skipped Success Rate Time
ArgumentOutsideDomainExceptionTest 1 0 0 0 100% 0.002
ConvergenceExceptionTest 4 0 0 0 100% 0.002
DuplicateSampleAbscissaExceptionTest 1 0 0 0 100% 0.002
FunctionEvaluationExceptionTest 8 0 0 0 100% 0.004
MathConfigurationExceptionTest 4 0 0 0 100% 0.002
MathExceptionTest 6 0 0 0 100% 0.016
MaxIterationsExceededExceptionTest 2 0 0 0 100% 0.003

org.apache.commons.math.ode.sampling

Class Tests Errors Failures Skipped Success Rate Time
DummyStepInterpolatorTest 4 0 0 0 100% 0.009
NordsieckStepInterpolatorTest 2 0 0 0 100% 0.782
StepNormalizerTest 2 0 0 0 100% 0.091

org.apache.commons.math.genetics

Class Tests Errors Failures Skipped Success Rate Time
BinaryChromosomeTest 3 0 0 0 100% 0.003
BinaryMutationTest 1 0 0 0 100% 0.002
ChromosomeTest 2 0 0 0 100% 0.003
ElitisticListPopulationTest 1 0 0 0 100% 0.001
FitnessCachingTest 1 0 0 0 100% 0.179
FixedGenerationCountTest 1 0 0 0 100% 0.002
GeneticAlgorithmTestBinary 1 0 0 0 100% 0.258
GeneticAlgorithmTestPermutations 1 0 0 0 100% 1.735
ListPopulationTest 1 0 0 0 100% 0.002
OnePointCrossoverTest 1 0 0 0 100% 0.015
RandomKeyMutationTest 1 0 0 0 100% 0.003
RandomKeyTest 9 0 0 0 100% 0.017
TournamentSelectionTest 1 0 0 0 100% 0.004

org.apache.commons.math.analysis.polynomials

Class Tests Errors Failures Skipped Success Rate Time
PolynomialFunctionLagrangeFormTest 4 0 0 0 100% 0.005
PolynomialFunctionNewtonFormTest 4 0 0 0 100% 0.017
PolynomialFunctionTest 10 0 0 0 100% 0.012
PolynomialSplineFunctionTest 2 0 0 0 100% 0.002
PolynomialsUtilsTest 10 0 0 0 100% 0.207

org.apache.commons.math.optimization.linear

Class Tests Errors Failures Skipped Success Rate Time
SimplexSolverTest 18 0 0 0 100% 11.947
SimplexTableauTest 4 0 0 0 100% 0.012

org.apache.commons.math.ode.nonstiff

Class Tests Errors Failures Skipped Success Rate Time
AdamsBashforthIntegratorTest 6 0 0 0 100% 18.692
AdamsMoultonIntegratorTest 6 0 0 0 100% 1.852
ClassicalRungeKuttaIntegratorTest 7 0 0 0 100% 1.775
ClassicalRungeKuttaStepInterpolatorTest 2 0 0 0 100% 0.901
DormandPrince54IntegratorTest 8 0 0 0 100% 0.713
DormandPrince54StepInterpolatorTest 3 0 0 0 100% 0.354
DormandPrince853IntegratorTest 10 0 0 0 100% 0.204
DormandPrince853StepInterpolatorTest 3 0 0 0 100% 0.509
EulerIntegratorTest 6 0 0 0 100% 0.93
EulerStepInterpolatorTest 5 0 0 0 100% 0.35
GillIntegratorTest 8 0 0 0 100% 2.125
GillStepInterpolatorTest 2 0 0 0 100% 0.733
GraggBulirschStoerIntegratorTest 10 0 0 0 100% 3.867
GraggBulirschStoerStepInterpolatorTest 3 0 0 0 100% 0.751
HighamHall54IntegratorTest 9 0 0 0 100% 0.477
HighamHall54StepInterpolatorTest 3 0 0 0 100% 0.397
MidpointIntegratorTest 6 0 0 0 100% 1.343
MidpointStepInterpolatorTest 2 0 0 0 100% 0.486
ThreeEighthesIntegratorTest 7 0 0 0 100% 1.899
ThreeEighthesStepInterpolatorTest 2 0 0 0 100% 0.676

org.apache.commons.math.optimization.univariate

Class Tests Errors Failures Skipped Success Rate Time
BrentMinimizerTest 4 0 0 0 100% 0.011

org.apache.commons.math.optimization.direct

Class Tests Errors Failures Skipped Success Rate Time
MultiDirectionalTest 5 0 0 0 100% 0.088
NelderMeadTest 9 0 0 0 100% 0.067

org.apache.commons.math.optimization.general

Class Tests Errors Failures Skipped Success Rate Time
GaussNewtonOptimizerTest 15 0 0 0 100% 0.069
LevenbergMarquardtOptimizerTest 16 0 0 0 100% 0.156
MinpackTest 18 0 0 0 100% 3.573
NonLinearConjugateGradientOptimizerTest 12 0 0 0 100% 0.054

org.apache.commons.math.stat

Class Tests Errors Failures Skipped Success Rate Time
CertifiedDataTest 2 0 0 0 100% 0.143
FrequencyTest 8 0 0 0 100% 0.012
StatUtilsTest 13 0 0 0 100% 0.005

org.apache.commons.math.distribution

Class Tests Errors Failures Skipped Success Rate Time
BetaDistributionTest 2 0 0 0 100% 0.325
BinomialDistributionTest 7 0 0 0 100% 0.044
CauchyDistributionTest 8 0 0 0 100% 0.004
ChiSquareDistributionTest 7 0 0 0 100% 0.023
ExponentialDistributionTest 9 0 0 0 100% 0.004
FDistributionTest 9 0 0 0 100% 0.069
GammaDistributionTest 9 0 0 0 100% 0.031
HypergeometricDistributionTest 11 0 0 0 100% 5.532
NormalDistributionTest 13 0 0 0 100% 0.335
PascalDistributionTest 7 0 0 0 100% 0.052
PoissonDistributionTest 11 0 0 0 100% 3.286
TDistributionTest 8 0 0 0 100% 0.206
WeibullDistributionTest 9 0 0 0 100% 0.005
ZipfDistributionTest 5 0 0 0 100% 0.007

org.apache.commons.math.stat.descriptive.summary

Class Tests Errors Failures Skipped Success Rate Time
ProductTest 12 0 0 0 100% 0.012
SumLogTest 11 0 0 0 100% 0.005
SumSqTest 11 0 0 0 100% 0.005
SumTest 12 0 0 0 100% 0.009

org.apache.commons.math.geometry

Class Tests Errors Failures Skipped Success Rate Time
FrenchVector3DFormatTest 28 0 0 0 100% 0.015
RotationOrderTest 1 0 0 0 100% 0.001
RotationTest 12 0 0 0 100% 1.577
Vector3DFormatTest 28 0 0 0 100% 0.012
Vector3DTest 18 0 0 0 100% 0.006

org.apache.commons.math.linear

Class Tests Errors Failures Skipped Success Rate Time
Array2DRowRealMatrixTest 38 0 0 0 100% 0.354
ArrayFieldVectorTest 6 0 0 0 100% 0.011
ArrayRealVectorTest 7 0 0 0 100% 0.008
BiDiagonalTransformerTest 7 0 0 0 100% 0.008
BigMatrixImplTest 28 0 0 0 100% 0.04
BlockFieldMatrixTest 46 0 0 0 100% 46.441
BlockRealMatrixTest 48 0 0 0 100% 5.775
CholeskyDecompositionImplTest 9 0 0 0 100% 0.012
CholeskySolverTest 3 0 0 0 100% 0.009
EigenDecompositionImplTest 19 0 0 0 100% 6.716
EigenSolverTest 4 0 0 0 100% 0.086
FieldLUDecompositionImplTest 9 0 0 0 100% 0.075
FieldMatrixImplTest 36 0 0 0 100% 5.281
FrenchRealVectorFormatTest 30 0 0 0 100% 0.066
InvalidMatrixExceptionTest 1 0 0 0 100% 0.001
LUDecompositionImplTest 9 0 0 0 100% 0.052
LUSolverTest 6 0 0 0 100% 0.004
MatrixIndexExceptionTest 1 0 0 0 100% 0
MatrixUtilsTest 14 0 0 0 100% 0.008
QRDecompositionImplTest 6 0 0 0 100% 6.354
QRSolverTest 6 0 0 0 100% 1.601
RealMatrixImplTest 38 0 0 0 100% 0.204
RealVectorFormatTest 30 0 0 0 100% 0.016
SingularValueDecompositionImplTest 10 0 0 0 100% 0.016
SingularValueSolverTest 4 0 0 0 100% 0.043
SparseFieldMatrixTest 24 0 0 0 100% 0.08
SparseFieldVectorTest 4 0 0 0 100% 0.015
SparseRealMatrixTest 27 0 0 0 100% 0.046
SparseRealVectorTest 7 0 0 0 100% 0.052
TriDiagonalTransformerTest 8 0 0 0 100% 0.009

org.apache.commons.math.estimation

Class Tests Errors Failures Skipped Success Rate Time
EstimatedParameterTest 3 0 0 0 100% 0.011
GaussNewtonEstimatorTest 15 0 0 0 100% 0.088
LevenbergMarquardtEstimatorTest 15 0 0 0 100% 1.773
MinpackTest 18 0 0 0 100% 6.957
WeightedMeasurementTest 3 0 0 0 100% 0.001

org.apache.commons.math.analysis.integration

Class Tests Errors Failures Skipped Success Rate Time
LegendreGaussIntegratorTest 3 0 0 0 100% 0.089
RombergIntegratorTest 3 0 0 0 100% 0.003
SimpsonIntegratorTest 3 0 0 0 100% 0.021
TrapezoidIntegratorTest 3 0 0 0 100% 0.016

org.apache.commons.math.stat.descriptive.rank

Class Tests Errors Failures Skipped Success Rate Time
MaxTest 12 0 0 0 100% 0.006
MedianTest 3 0 0 0 100% 0.002
MinTest 12 0 0 0 100% 0.005
PercentileTest 11 0 0 0 100% 0.004

org.apache.commons.math.fraction

Class Tests Errors Failures Skipped Success Rate Time
BigFractionFieldTest 3 0 0 0 100% 0.007
BigFractionFormatTest 19 0 0 0 100% 0.013
BigFractionTest 23 0 0 0 100% 0.02
FractionFieldTest 3 0 0 0 100% 0.004
FractionFormatTest 18 0 0 0 100% 0.015
FractionTest 23 0 0 0 100% 0.023

org.apache.commons.math.random

Class Tests Errors Failures Skipped Success Rate Time
AbstractRandomGeneratorTest 19 0 0 0 100% 26.699
CorrelatedRandomVectorGeneratorTest 4 0 0 0 100% 0.386
EmpiricalDistributionTest 12 0 0 0 100% 1.509
GaussianRandomGeneratorTest 1 0 0 0 100% 0.036
MersenneTwisterTest 10 0 0 0 100% 2.576
RandomAdaptorTest 18 0 0 0 100% 26.437
RandomDataTest 17 0 0 0 100% 26.47
UncorrelatedRandomVectorGeneratorTest 1 0 0 0 100% 0.273
UniformRandomGeneratorTest 1 0 0 0 100% 0.053
ValueServerTest 8 0 0 0 100% 0.638

org.apache.commons.math.complex

Class Tests Errors Failures Skipped Success Rate Time
ComplexFieldTest 3 0 0 0 100% 0.014
ComplexFormatTest 35 0 0 0 100% 0.267
ComplexTest 98 0 0 0 100% 0.054
ComplexUtilsTest 4 0 0 0 100% 0.01
FrenchComplexFormatTest 35 0 0 0 100% 0.028

org.apache.commons.math.stat.data

Class Tests Errors Failures Skipped Success Rate Time
LewTest 1 0 0 0 100% 0.007
LotteryTest 1 0 0 0 100% 0.017

org.apache.commons.math.transform

Class Tests Errors Failures Skipped Success Rate Time
FastCosineTransformerTest 3 0 0 0 100% 0.004
FastFourierTransformerTest 4 0 0 0 100% 0.039
FastHadamardTransformerTest 4 0 0 0 100% 0.003
FastSineTransformerTest 3 0 0 0 100% 0.048

org.apache.commons.math.stat.inference

Class Tests Errors Failures Skipped Success Rate Time
ChiSquareFactoryTest 7 0 0 0 100% 0.004
ChiSquareTestTest 7 0 0 0 100% 0.004
OneWayAnovaTest 3 0 0 0 100% 0.002
TestUtilsTest 11 0 0 0 100% 0.016
TTestFactoryTest 6 0 0 0 100% 0.014
TTestTest 6 0 0 0 100% 0.008

org.apache.commons.math.optimization.fitting

Class Tests Errors Failures Skipped Success Rate Time
HarmonicFitterTest 4 0 0 0 100% 0.171
PolynomialFitterTest 4 0 0 0 100% 0.774

org.apache.commons.math.optimization

Class Tests Errors Failures Skipped Success Rate Time
MultiStartDifferentiableMultivariateRealOptimizerTest 1 0 0 0 100% 0.025
MultiStartDifferentiableMultivariateVectorialOptimizerTest 2 0 0 0 100% 0.01
MultiStartMultivariateRealOptimizerTest 1 0 0 0 100% 0.01
MultiStartUnivariateRealOptimizerTest 2 0 0 0 100% 0.019

org.apache.commons.math.ode

Class Tests Errors Failures Skipped Success Rate Time
ContinuousOutputModelTest 4 0 0 0 100% 0.188
FirstOrderConverterTest 4 0 0 0 100% 1.206

org.apache.commons.math.stat.descriptive.moment

Class Tests Errors Failures Skipped Success Rate Time
FirstMomentTest 10 0 0 0 100% 0.006
FourthMomentTest 10 0 0 0 100% 0.009
GeometricMeanTest 11 0 0 0 100% 0.005
KurtosisTest 11 0 0 0 100% 0.009
MeanTest 12 0 0 0 100% 0.01
SecondMomentTest 10 0 0 0 100% 0.005
SkewnessTest 11 0 0 0 100% 0.008
StandardDeviationTest 12 0 0 0 100% 0.025
ThirdMomentTest 10 0 0 0 100% 0.006
VarianceTest 13 0 0 0 100% 0.012
VectorialCovarianceTest 4 0 0 0 100% 0.001
VectorialMeanTest 4 0 0 0 100% 0.004

org.apache.commons.math.analysis.solvers

Class Tests Errors Failures Skipped Success Rate Time
BisectionSolverTest 11 0 0 0 100% 0.005
BrentSolverTest 6 0 0 0 100% 0.015
LaguerreSolverTest 6 0 0 0 100% 0.038
MullerSolverTest 9 0 0 0 100% 0.008
NewtonSolverTest 3 0 0 0 100% 0.003
RiddersSolverTest 5 0 0 0 100% 0.004
UnivariateRealSolverFactoryImplTest 4 0 0 0 100% 0.001
UnivariateRealSolverUtilsTest 9 0 0 0 100% 0.013

Test Cases

LegendreGaussIntegratorTest

testSinFunction 0.003
testQuinticFunction 0.001
testExactIntegration 0.084

RombergIntegratorTest

testSinFunction 0.002
testQuinticFunction 0.001
testParameters 0

SimpsonIntegratorTest

testSinFunction 0.002
testQuinticFunction 0
testParameters 0.018

TrapezoidIntegratorTest

testSinFunction 0.004
testQuinticFunction 0.012
testParameters 0

DividedDifferenceInterpolatorTest

testSinFunction 0
testParameters 0
testExpm1Function 0

LoessInterpolatorTest

testOnOnePoint 0.005
testOnTwoPoints 0.003
testOnStraightLine 0.004
testOnDistortedSine 0.08
testIncreasingBandwidthIncreasesSmoothness 0.336
testIncreasingRobustnessItersIncreasesSmoothnessWithOutliers 0.128
testUnequalSizeArguments 0.003
testEmptyData 0.003
testNonStrictlyIncreasing1 0.004
testNonStrictlyIncreasing2 0.009
testNotAllFiniteReal1 0.003
testNotAllFiniteReal2 0.004
testNotAllFiniteReal3 0.002
testNotAllFiniteReal4 0.002
testNotAllFiniteReal5 0.002
testNotAllFiniteReal6 0.044
testInsufficientBandwidth 0.002
testCompletelyIncorrectBandwidth1 0.002
testCompletelyIncorrectBandwidth2 0.002
testMath296withoutWeights 0.005
testMath296withWeights 0.005

MicrosphereInterpolatorTest

testLinearFunction2D 0.449
testParaboloid2D 4.034

NevilleInterpolatorTest

testSinFunction 0.001
testParameters 0.003
testExpm1Function 0.001

SplineInterpolatorTest

testInterpolateLinearDegenerateTwoSegment 0.002
testInterpolateLinearDegenerateThreeSegment 0
testInterpolateLinear 0
testInterpolateSin 0.001
testIllegalArguments 0

PolynomialFunctionLagrangeFormTest

testQuinticFunction 0.003
testParameters 0
testLinearFunction 0.001
testQuadraticFunction 0

PolynomialFunctionNewtonFormTest

testQuinticFunction 0.003
testParameters 0
testLinearFunction 0
testQuadraticFunction 0

PolynomialFunctionTest

testConstants 0
testLinear 0
testQuadratic 0
testQuintic 0
testfirstDerivativeComparison 0
testString 0
testAddition 0.001
testSubtraction 0
testMultiplication 0.001
testSerial 0.001

PolynomialSplineFunctionTest

testConstructor 0.001
testValues 0

PolynomialsUtilsTest

testFirstChebyshevPolynomials 0.003
testChebyshevBounds 0.041
testChebyshevDifferentials 0.007
testFirstHermitePolynomials 0.003
testHermiteDifferentials 0.005
testFirstLaguerrePolynomials 0.004
testLaguerreDifferentials 0.008
testFirstLegendrePolynomials 0.003
testLegendreDifferentials 0.005
testHighDegreeLegendre 0.125

BisectionSolverTest

testDeprecated 0.001
testSinZero 0
testQuinticZero 0.001
testSetFunctionValueAccuracy 0
testResetFunctionValueAccuracy 0
testSetAbsoluteAccuracy 0
testResetAbsoluteAccuracy 0
testSetMaximalIterationCount 0
testResetMaximalIterationCount 0
testSetRelativeAccuracy 0
testResetRelativeAccuracy 0

BrentSolverTest

testDeprecated 0.002
testSinZero 0
testQuinticZero 0.005
testRootEndpoints 0.001
testBadEndpoints 0
testInitialGuess 0.002

LaguerreSolverTest

testQuinticFunction 0.013
testParameters 0.001
testLinearFunction 0.001
testQuadraticFunction 0.001
testDeprecated 0
testQuinticFunction2 0.007

MullerSolverTest

testSinFunction 0.002
testQuinticFunction 0
testParameters 0
testExpm1Function 0
testDeprecated 0
testQuinticFunction2 0.001
testDeprecated2 0
testSinFunction2 0
testExpm1Function2 0.001

NewtonSolverTest

testDeprecated 0.002
testSinZero 0.001
testQuinticZero 0

RiddersSolverTest

testSinFunction 0.001
testQuinticFunction 0.001
testParameters 0
testExpm1Function 0.001
testDeprecated 0

UnivariateRealSolverFactoryImplTest

testNewBisectionSolverValid 0
testNewNewtonSolverValid 0.001
testNewBrentSolverValid 0
testNewSecantSolverValid 0

UnivariateRealSolverUtilsTest

testSolveNull 0
testSolveBadParameters 0
testSolveSin 0.001
testSolveAccuracyNull 0
testSolveAccuracySin 0
testSolveNoRoot 0
testBracketSin 0
testBracketEndpointRoot 0
testBadParameters 0

ArgumentOutsideDomainExceptionTest

testConstructor 0.002

ComplexFieldTest

testSerial 0.002
testZero 0
testOne 0

ComplexFormatTest

testSimpleNoDecimals 0.001
testSimpleWithDecimals 0
testSimpleWithDecimalsTrunc 0
testNegativeReal 0
testNegativeImaginary 0.001
testNegativeBoth 0
testZeroReal 0.001
testZeroImaginary 0
testDifferentImaginaryChar 0
testStaticFormatComplex 0.001
testNan 0
testPositiveInfinity 0.001
testNegativeInfinity 0
testParseSimpleNoDecimals 0
testParseSimpleWithDecimals 0
testParseSimpleWithDecimalsTrunc 0
testParseNegativeReal 0.001
testParseNegativeImaginary 0
testParseNegativeBoth 0.001
testParseZeroReal 0
testParseZeroImaginary 0
testParseDifferentImaginaryChar 0
testParseNan 0
testParsePositiveInfinity 0.001
testPaseNegativeInfinity 0
testConstructorSingleFormat 0
testGetImaginaryFormat 0
testSetImaginaryFormatNull 0
testSetRealFormatNull 0.001
testGetRealFormat 0
testSetImaginaryCharacterNull 0
testSetImaginaryCharacterEmpty 0.001
testFormatNumber 0
testFormatObject 0
testForgottenImaginaryCharacter 0.001

ComplexTest

testSerial 0.003
testConstructor 0
testConstructorNaN 0.001
testAbs 0
testAbsNaN 0
testAbsInfinite 0
testAdd 0
testAddNaN 0
testAddInfinite 0
testConjugate 0.001
testConjugateNaN 0
testConjugateInfiinite 0
testDivide 0
testDivideReal 0
testDivideImaginary 0
testDivideInfinite 0
testDivideZero 0
testDivideNaN 0
testDivideNaNInf 0
testMultiply 0.001
testMultiplyNaN 0
testMultiplyNaNInf 0
testScalarMultiply 0
testScalarMultiplyNaN 0
testScalarMultiplyInf 0
testNegate 0
testNegateNaN 0
testSubtract 0
testSubtractNaN 0
testEqualsNull 0
testEqualsClass 0
testEqualsSame 0
testEqualsTrue 0
testEqualsRealDifference 0.001
testEqualsImaginaryDifference 0
testEqualsNaN 0
testHashCode 0.001
testAcos 0.001
testAcosInf 0.001
testAcosNaN 0
testAsin 0
testAsinNaN 0
testAsinInf 0
testAtan 0
testAtanInf 0
testAtanNaN 0.001
testCos 0
testCosNaN 0
testCosInf 0
testCosh 0
testCoshNaN 0
testCoshInf 0
testExp 0.001
testExpNaN 0
testExpInf 0.001
testLog 0
testLogNaN 0
testLogInf 0.001
testLogZero 0
testPow 0
testPowNaNBase 0
testPowNaNExponent 0
testPowInf 0
testPowZero 0
testpowNull 0
testSin 0
testSinInf 0
testSinNaN 0
testSinh 0
testSinhNaN 0.001
testSinhInf 0
testSqrtRealPositive 0
testSqrtRealZero 0
testSqrtRealNegative 0
testSqrtImaginaryZero 0
testSqrtImaginaryNegative 0
testSqrtPolar 0.002
testSqrtNaN 0
testSqrtInf 0
testSqrt1z 0.001
testSqrt1zNaN 0
testTan 0
testTanNaN 0
testTanInf 0
testTanCritical 0
testTanh 0
testTanhNaN 0
testTanhInf 0
testTanhCritical 0
testMath221 0.001
testNthRoot_normal_thirdRoot 0
testNthRoot_normal_fourthRoot 0
testNthRoot_cornercase_thirdRoot_imaginaryPartEmpty 0
testNthRoot_cornercase_thirdRoot_realPartZero 0
testNthRoot_cornercase_NAN_Inf 0
testGetArgument 0
testGetArgumentInf 0
testGetArgumentNaN 0

ComplexUtilsTest

testPolar2Complex 0.009
testPolar2ComplexIllegalModulus 0.001
testPolar2ComplexNaN 0
testPolar2ComplexInf 0

FrenchComplexFormatTest

testSimpleNoDecimals 0.007
testSimpleWithDecimals 0.001
testSimpleWithDecimalsTrunc 0.001
testNegativeReal 0
testNegativeImaginary 0
testNegativeBoth 0
testZeroReal 0
testZeroImaginary 0
testDifferentImaginaryChar 0
testStaticFormatComplex 0.001
testNan 0
testPositiveInfinity 0.001
testNegativeInfinity 0
testParseSimpleNoDecimals 0.001
testParseSimpleWithDecimals 0
testParseSimpleWithDecimalsTrunc 0
testParseNegativeReal 0.001
testParseNegativeImaginary 0
testParseNegativeBoth 0.001
testParseZeroReal 0.002
testParseZeroImaginary 0
testParseDifferentImaginaryChar 0.001
testParseNan 0
testParsePositiveInfinity 0.001
testPaseNegativeInfinity 0
testConstructorSingleFormat 0.001
testGetImaginaryFormat 0
testSetImaginaryFormatNull 0
testSetRealFormatNull 0
testGetRealFormat 0
testSetImaginaryCharacterNull 0
testSetImaginaryCharacterEmpty 0
testFormatNumber 0.001
testFormatObject 0
testForgottenImaginaryCharacter 0.001

ConvergenceExceptionTest

testConstructor 0.001
testConstructorPatternArguments 0
testConstructorCause 0
testConstructorPatternArgumentsCause 0

BetaDistributionTest

testCumulative 0.296
testDensity 0.023

BinomialDistributionTest

testDegenerate0 0.004
testDegenerate1 0.001
testIllegalArguments 0
testDensities 0.001
testCumulativeProbabilities 0.001
testFloatingPointArguments 0.019
testInverseCumulativeProbabilities 0.016

CauchyDistributionTest

testInverseCumulativeProbabilityExtremes 0.002
testMedian 0
testScale 0
testSetScale 0
testIllegalArguments 0
testCumulativeProbabilities 0
testInverseCumulativeProbabilities 0
testConsistency 0

ChiSquareDistributionTest

testDensity 0.001
testSmallDf 0.006
testDfAccessors 0
testIllegalArguments 0
testCumulativeProbabilities 0.001
testInverseCumulativeProbabilities 0.012
testConsistency 0.003

ExponentialDistributionTest

testDensity 0.002
testInverseCumulativeProbabilityExtremes 0
testCumulativeProbabilityExtremes 0
testCumulativeProbability2 0.001
testMeanAccessors 0
testIllegalArguments 0
testCumulativeProbabilities 0
testInverseCumulativeProbabilities 0
testConsistency 0

FDistributionTest

testInverseCumulativeProbabilityExtremes 0.001
testDfAccessors 0
testCumulativeProbabilityExtremes 0.003
testLargeDegreesOfFreedom 0.027
testSmallDegreesOfFreedom 0.004
testIllegalArguments 0
testCumulativeProbabilities 0.002
testInverseCumulativeProbabilities 0.021
testConsistency 0.008

GammaDistributionTest

testValues 0.003
testDensity 0.001
testInverseCumulativeProbabilityExtremes 0
testParameterAccessors 0
testProbabilities 0
testIllegalArguments 0
testCumulativeProbabilities 0.001
testInverseCumulativeProbabilities 0.015
testConsistency 0.003

HypergeometricDistributionTest

testDegenerateNoFailures 0.002
testDegenerateNoSuccesses 0
testDegenerateFullSample 0
testPopulationSize 0
testLargeValues 3.509
testMoreLargeValues 2.006
testIllegalArguments 0
testDensities 0
testCumulativeProbabilities 0.001
testFloatingPointArguments 0.004
testInverseCumulativeProbabilities 0.006

NormalDistributionTest

testDensity 0
testInverseCumulativeProbabilityExtremes 0.001
testQuantiles 0.001
testGetMean 0
testSetMean 0.001
testGetStandardDeviation 0
testSetStandardDeviation 0.001
testExtremeValues 0.321
testMath280 0.001
testIllegalArguments 0
testCumulativeProbabilities 0.001
testInverseCumulativeProbabilities 0.005
testConsistency 0.002

PascalDistributionTest

testDegenerate0 0.005
testDegenerate1 0.003
testIllegalArguments 0
testDensities 0
testCumulativeProbabilities 0.002
testFloatingPointArguments 0.013
testInverseCumulativeProbabilities 0.026

PoissonDistributionTest

testNormalApproximateProbability 0.001
testDegenerateInverseCumulativeProbability 0.002
testMean 0
testLargeMeanCumulativeProbability 0.034
testCumulativeProbabilitySpecial 0
testLargeMeanInverseCumulativeProbability 3.237
testIllegalArguments 0.001
testDensities 0
testCumulativeProbabilities 0
testFloatingPointArguments 0.002
testInverseCumulativeProbabilities 0.007

TDistributionTest

testInverseCumulativeProbabilityExtremes 0
testSmallDf 0.14
testDfAccessors 0.001
testCumulativeProbabilityAgaintStackOverflow 0
testIllegalArguments 0
testCumulativeProbabilities 0.002
testInverseCumulativeProbabilities 0.051
testConsistency 0.009

WeibullDistributionTest

testInverseCumulativeProbabilityExtremes 0.001
testAlpha 0
testBeta 0.001
testSetAlpha 0
testSetBeta 0
testIllegalArguments 0
testCumulativeProbabilities 0
testInverseCumulativeProbabilities 0
testConsistency 0

ZipfDistributionTest

testIllegalArguments 0.001
testDensities 0
testCumulativeProbabilities 0
testFloatingPointArguments 0.002
testInverseCumulativeProbabilities 0.002

DuplicateSampleAbscissaExceptionTest

testConstructor 0.001

EstimatedParameterTest

testConstruction 0
testBound 0
testEstimate 0.011

GaussNewtonEstimatorTest

testTrivial 0.003
testQRColumnsPermutation 0.001
testNoDependency 0.003
testOneSet 0.001
testTwoSets 0.002
testNonInversible 0
testIllConditioned 0.003
testMoreEstimatedParametersSimple 0
testMoreEstimatedParametersUnsorted 0.001
testRedundantEquations 0
testInconsistentEquations 0.001
testBoundParameters 0.001
testMaxIterations 0.003
testCircleFitting 0.002
testCircleFittingBadInit 0.065

LevenbergMarquardtEstimatorTest

testTrivial 0.007
testQRColumnsPermutation 0
testNoDependency 0.002
testOneSet 0.001
testTwoSets 0.002
testNonInversible 0.002
testIllConditioned 0.002
testMoreEstimatedParametersSimple 0.001
testMoreEstimatedParametersUnsorted 0.001
testRedundantEquations 0.001
testInconsistentEquations 0
testCircleFitting 1.612
testCircleFittingBadInit 0.114
testControlParameters 0.01
testMath199 0.002

MinpackTest

testMinpackLinearFullRank 0.024
testMinpackLinearRank1 0.013
testMinpackLinearRank1ZeroColsAndRows 0.04
testMinpackRosenbrok 0.014
testMinpackHelicalValley 0.016
testMinpackPowellSingular 0.285
testMinpackFreudensteinRoth 0.015
testMinpackBard 0.083
testMinpackKowalikOsborne 0.72
testMinpackMeyer 0.402
testMinpackWatson 2.471
testMinpackBox3Dimensional 0.004
testMinpackJennrichSampson 0.006
testMinpackBrownDennis 0.555
testMinpackChebyquad 0.115
testMinpackBrownAlmostLinear 1.853
testMinpackOsborne1 0.048
testMinpackOsborne2 0.292

WeightedMeasurementTest

testIgnored 0.001
testConstruction 0
testTheory 0

BigFractionFieldTest

testSerial 0.002
testZero 0.003
testOne 0.001

BigFractionFormatTest

testFormat 0.003
testFormatNegative 0
testFormatZero 0
testFormatImproper 0
testFormatImproperNegative 0.001
testParse 0
testParseInteger 0
testParseInvalid 0
testParseInvalidDenominator 0
testParseNegative 0.001
testParseProper 0.001
testParseProperNegative 0
testParseProperInvalidMinus 0.001
testParseBig 0.002
testNumeratorFormat 0
testDenominatorFormat 0
testWholeFormat 0
testLongFormat 0
testDoubleFormat 0

BigFractionTest

testSerial 0.005
testConstructor 0.001
testAbs 0
testAdd 0.001
testDivide 0.001
testMultiply 0.001
testNegate 0
testSubtract 0.001
testPow 0.001
testGoldenRatio 0.001
testDoubleConstructor 0.001
testDigitLimitConstructor 0
testEpsilonLimitConstructor 0.001
testCompareTo 0
testDoubleValue 0
testFloatValue 0.001
testIntValue 0
testLongValue 0
testConstructorDouble 0
testReciprocal 0
testBigDecimalValue 0
testEqualsAndHashCode 0
testGetReducedFraction 0

FractionFieldTest

testSerial 0.002
testZero 0
testOne 0.001

FractionFormatTest

testFormat 0.004
testFormatNegative 0
testFormatZero 0
testFormatImproper 0
testFormatImproperNegative 0.001
testParse 0.001
testParseInteger 0
testParseInvalid 0
testParseInvalidDenominator 0.001
testParseNegative 0
testParseProper 0
testParseProperNegative 0
testParseProperInvalidMinus 0
testNumeratorFormat 0
testDenominatorFormat 0
testWholeFormat 0.002
testLongFormat 0
testDoubleFormat 0.001

FractionTest

testSerial 0.002
testConstructor 0.001
testAbs 0
testAdd 0.002
testDivide 0.002
testMultiply 0.001
testNegate 0
testSubtract 0.002
testGoldenRatio 0.001
testDoubleConstructor 0.001
testDigitLimitConstructor 0
testEpsilonLimitConstructor 0.001
testCompareTo 0.001
testDoubleValue 0
testFloatValue 0.001
testIntValue 0
testLongValue 0.001
testConstructorDouble 0
testReciprocal 0.001
testEqualsAndHashCode 0
testGetReducedFraction 0
testIntegerOverflow 0
testToString 0

FunctionEvaluationExceptionTest

testConstructor 0.001
testConstructorPatternArguments 0
testConstructorPatternArgumentsCause 0.001
testConstructorArray 0
testConstructorArrayPatternArguments 0
testConstructorArrayPatternArgumentsCause 0
testConstructorArgumentCause 0
testConstructorArrayArgumentCause 0

BinaryChromosomeTest

testInvalidConstructor 0.001
testRandomConstructor 0.001
testIsSame 0.001

BinaryMutationTest

testMutate 0.002

ChromosomeTest

testCompareTo 0
testFindSameChromosome 0.002

ElitisticListPopulationTest

testNextGeneration 0.001

FitnessCachingTest

testFitnessCaching 0.177

FixedGenerationCountTest

testIsSatisfied 0.001

GeneticAlgorithmTestBinary

test 0.257

GeneticAlgorithmTestPermutations

test 1.734

ListPopulationTest

testGetFittestChromosome 0.002

OnePointCrossoverTest

testCrossover 0.008

RandomKeyMutationTest

testMutate 0.002

RandomKeyTest

testIsSame 0.002
testConstructor1 0.001
testConstructor2 0.001
testDecode 0.001
testRandomPermutation 0.003
testIdentityPermutation 0.001
testComparatorPermutation 0.002
testInducedPermutation 0.001
testEqualRepr 0.001

TournamentSelectionTest

testSelect 0.003

FrenchVector3DFormatTest

testSimpleNoDecimals 0.001
testSimpleWithDecimals 0
testSimpleWithDecimalsTrunc 0
testNan 0
testPositiveInfinity 0.001
testParseSimpleNoDecimals 0
testParseSimpleWithDecimals 0.001
testParseSimpleWithDecimalsTrunc 0
testParseNan 0.001
testParsePositiveInfinity 0
testConstructorSingleFormat 0.001
testFormatObject 0
testNegativeX 0.001
testNegativeY 0
testNegativeZ 0.001
testNonDefaultSetting 0
testStaticFormatVector3D 0.001
testParseIgnoredWhitespace 0.001
testParseNegativeX 0
testParseNegativeY 0.001
testParseNegativeZ 0
testParseNegativeAll 0.001
testParseZeroX 0
testParseNonDefaultSetting 0.001
testParseNegativeInfinity 0
testForgottenPrefix 0
testForgottenSeparator 0
testForgottenSuffix 0.001

RotationOrderTest

testName 0

RotationTest

testIdentity 0.007
testAxisAngle 0
testRevert 0
testVectorOnePair 0
testVectorTwoPairs 0.001
testMatrix 0.001
testAngles 1.528
testSingularities 0.001
testQuaternion 0.004
testCompose 0.006
testComposeInverse 0.006
testApplyInverseTo 0.02

Vector3DFormatTest

testSimpleNoDecimals 0.001
testSimpleWithDecimals 0
testSimpleWithDecimalsTrunc 0
testNan 0
testPositiveInfinity 0
testParseSimpleNoDecimals 0
testParseSimpleWithDecimals 0
testParseSimpleWithDecimalsTrunc 0
testParseNan 0.001
testParsePositiveInfinity 0
testConstructorSingleFormat 0
testFormatObject 0.001
testNegativeX 0
testNegativeY 0
testNegativeZ 0.001
testNonDefaultSetting 0
testStaticFormatVector3D 0.001
testParseIgnoredWhitespace 0
testParseNegativeX 0.001
testParseNegativeY 0
testParseNegativeZ 0
testParseNegativeAll 0
testParseZeroX 0
testParseNonDefaultSetting 0.001
testParseNegativeInfinity 0
testForgottenPrefix 0
testForgottenSeparator 0
testForgottenSuffix 0.001

Vector3DTest

testAdd 0
testSubtract 0
testConstructors 0
testCoordinates 0
testNorm1 0
testNorm 0
testNormInf 0
testDistance1 0
testDistance 0
testDistanceSq 0
testDistanceInf 0
testScalarProduct 0
testVectorialProducts 0
testAngular 0
testAngularSeparation 0
testNormalize 0
testOrthogonal 0
testAngle 0

Array2DRowRealMatrixTest

testSerial 0.001
testAdd 0
testMultiply 0.001
testEqualsAndHashCode 0.001
testToString 0
testNorm 0
testDimensions 0
testCopyFunctions 0
testAddFail 0
testFrobeniusNorm 0.001
testPlusMinus 0
testMultiply2 0
testTrace 0
testScalarAdd 0.075
testOperate 0.001
testMath209 0
testTranspose 0.001
testPremultiplyVector 0
testPremultiply 0.001
testGetVectors 0.001
testGetEntry 0
testExamples 0
testGetSubMatrix 0
testCopySubMatrix 0.001
testGetRowMatrix 0
testSetRowMatrix 0
testGetColumnMatrix 0
testSetColumnMatrix 0
testGetRowVector 0.001
testSetRowVector 0
testGetColumnVector 0
testSetColumnVector 0.001
testGetRow 0
testSetRow 0
testGetColumn 0
testSetColumn 0
testSetSubMatrix 0.001
testWalk 0.259

ArrayFieldVectorTest

testSerial 0.001
testConstructors 0.002
testDataInOut 0.001
testMapFunctions 0.001
testBasicFunctions 0.005
testMisc 0

ArrayRealVectorTest

testSerial 0.001
testConstructors 0.001
testDataInOut 0.001
testMapFunctions 0.001
testBasicFunctions 0.001
testMisc 0
testPredicates 0.001

BiDiagonalTransformerTest

testDimensions 0.001
testAEqualUSVt 0.001
testUOrthogonal 0.002
testVOrthogonal 0.001
testBBiDiagonal 0.001
testMatricesValues 0
testUpperOrLower 0.001

BigMatrixImplTest

testAdd 0.01
testMultiply 0.001
testEqualsAndHashCode 0
testToString 0.001
testConstructors 0.001
testNorm 0
testDimensions 0
testCopyFunctions 0
testAddFail 0
testPlusMinus 0.001
testMultiply2 0
testTrace 0.001
testScalarAdd 0
testOperate 0.001
testMath209 0
testTranspose 0.003
testPremultiplyVector 0
testPremultiply 0.002
testGetVectors 0
testGetRowMatrix 0
testGetColumnMatrix 0
testSetSubMatrix 0.001
testIsSingular 0.001
testInverse 0.002
testSolve 0.002
testDeterminant 0.002
testLUDecomposition 0.003
testSubMatrix 0.001

BlockFieldMatrixTest

testSerial 0.01
testAdd 0.001
testMultiply 0.006
testEqualsAndHashCode 0
testToString 0.001
testDimensions 0
testCopyFunctions 0.084
testAddFail 0.001
testPlusMinus 0.001
testMultiply2 0.001
testTrace 0.001
testScalarAdd 0
testOperate 0.001
testMath209 0.001
testTranspose 0.004
testPremultiplyVector 0.002
testPremultiply 0.005
testGetVectors 0.001
testGetEntry 0
testExamples 0.005
testGetSubMatrix 0.001
testCopySubMatrix 0.002
testGetRowMatrix 0
testSetRowMatrix 0
testGetColumnMatrix 0
testSetColumnMatrix 0
testGetRowVector 0
testSetRowVector 0
testGetColumnVector 0
testSetColumnVector 0.001
testGetRow 0
testSetRow 0
testGetColumn 0.001
testSetColumn 0
testSetSubMatrix 0.002
testWalk 4.024
testSeveralBlocks 32.643
testOperateLarge 4.446
testOperatePremultiplyLarge 4.451
testGetSetMatrixLarge 0.192
testGetSetRowMatrixLarge 0.112
testGetSetColumnMatrixLarge 0.09
testGetSetRowVectorLarge 0.086
testGetSetColumnVectorLarge 0.086
testGetSetRowLarge 0.085
testGetSetColumnLarge 0.086

BlockRealMatrixTest

testSerial 0.013
testAdd 0
testMultiply 0.001
testEqualsAndHashCode 0.001
testToString 0.001
testNorm 0
testDimensions 0.001
testCopyFunctions 0.046
testAddFail 0
testFrobeniusNorm 0
testPlusMinus 0
testMultiply2 0
testTrace 0
testScalarAdd 0.001
testOperate 0.009
testMath209 0
testTranspose 0.006
testPremultiplyVector 0
testPremultiply 0.001
testGetVectors 0
testGetEntry 0
testExamples 0
testGetSubMatrix 0.002
testCopySubMatrix 0.001
testGetRowMatrix 0.001
testSetRowMatrix 0
testGetColumnMatrix 0
testSetColumnMatrix 0.001
testGetRowVector 0
testSetRowVector 0.001
testGetColumnVector 0
testSetColumnVector 0.001
testGetRow 0
testSetRow 0.001
testGetColumn 0
testSetColumn 0
testSetSubMatrix 0.001
testWalk 0.34
testSeveralBlocks 0.26
testOperateLarge 2.239
testOperatePremultiplyLarge 2.481
testGetSetMatrixLarge 0.135
testGetSetRowMatrixLarge 0.033
testGetSetColumnMatrixLarge 0.05
testGetSetRowVectorLarge 0.04
testGetSetColumnVectorLarge 0.032
testGetSetRowLarge 0.031
testGetSetColumnLarge 0.031

CholeskyDecompositionImplTest

testDimensions 0.001
testNonSquare 0.001
testMatricesValues 0.001
testNotSymmetricMatrixException 0.001
testNotPositiveDefinite 0.001
testMath274 0.001
testAEqualLLT 0.001
testLLowerTriangular 0.001
testLTTransposed 0.002

CholeskySolverTest

testSolve 0.007
testDeterminant 0
testSolveDimensionErrors 0

EigenDecompositionImplTest

testDimensions 0.004
testVOrthogonal 0.004
testDimension1 0.001
testDimension2 0.001
testDimension3 0.001
testDimension4WithSplit 0.001
testDimension4WithoutSplit 0.002
testMath308 0.002
testMathpbx02 0.004
testMathpbx03 0.004
testTridiagonal 0.071
testEigenvalues 0.002
testBigMatrix 6.604
testEigenvectors 0.004
testAEqualVDVt 0.004
testDiagonal 0.001
testRepeatedEigenvalue 0.001
testDistinctEigenvalues 0.001
testZeroDivide 0.002

EigenSolverTest

testSolve 0.007
testSolveDimensionErrors 0.004
testNonInvertible 0.003
testInvertible 0.019

FieldLUDecompositionImplTest

testDimensions 0.001
testNonSquare 0.001
testLLowerTriangular 0
testPAEqualLU 0.065
testUUpperTriangular 0.001
testPPermutation 0.001
testSingular 0.002
testMatricesValues1 0.001
testMatricesValues2 0.001

FieldMatrixImplTest

testSerial 0.001
testAdd 0.001
testMultiply 0.006
testEqualsAndHashCode 0
testToString 0.001
testDimensions 0
testCopyFunctions 0
testAddFail 0
testPlusMinus 0.001
testMultiply2 0
testTrace 0.001
testScalarAdd 0
testOperate 0.001
testMath209 0.001
testTranspose 0.005
testPremultiplyVector 0.001
testPremultiply 0.006
testGetVectors 0
testGetEntry 0
testExamples 0.005
testGetSubMatrix 0.001
testCopySubMatrix 0.001
testGetRowMatrix 0.001
testSetRowMatrix 0
testGetColumnMatrix 0.001
testSetColumnMatrix 0
testGetRowVector 0.001
testSetRowVector 0
testGetColumnVector 0.001
testSetColumnVector 0
testGetRow 0
testSetRow 0.001
testGetColumn 0
testSetColumn 0
testSetSubMatrix 0.001
testWalk 5.226

FrenchRealVectorFormatTest

testSimpleNoDecimals 0
testSimpleWithDecimals 0
testSimpleWithDecimalsTrunc 0
testNan 0
testPositiveInfinity 0
testParseSimpleNoDecimals 0
testParseSimpleWithDecimals 0
testParseSimpleWithDecimalsTrunc 0.001
testParseNan 0
testParsePositiveInfinity 0.001
testConstructorSingleFormat 0
testFormatObject 0
testNegativeX 0.001
testNegativeY 0
testNegativeZ 0
testNonDefaultSetting 0
testParseIgnoredWhitespace 0
testParseNegativeX 0
testParseNegativeY 0
testParseNegativeZ 0.001
testParseNegativeAll 0
testParseZeroX 0.001
testParseNonDefaultSetting 0.053
testParseNegativeInfinity 0
testForgottenPrefix 0
testForgottenSeparator 0
testForgottenSuffix 0.001
testStaticFormatRealVectorImpl 0
testParseNoComponents 0
testParseManyComponents 0.001

InvalidMatrixExceptionTest

testConstructorMessage 0

LUDecompositionImplTest

testDimensions 0.001
testNonSquare 0
testLLowerTriangular 0.001
testPAEqualLU 0.047
testUUpperTriangular 0.001
testPPermutation 0
testSingular 0.001
testMatricesValues1 0
testMatricesValues2 0.001

LUSolverTest

testSolve 0.001
testDeterminant 0.001
testSolveDimensionErrors 0
testSingular 0
testThreshold 0.001
testSolveSingularityErrors 0

MatrixIndexExceptionTest

testConstructorMessage 0

MatrixUtilsTest

testCreateRealMatrix 0.001
testcreateFieldMatrix 0.001
testCreateBigMatrix 0
testCreateRowRealMatrix 0
testCreateRowFieldMatrix 0
testCreateRowBigMatrix 0
testCreateColumnRealMatrix 0
testCreateColumnFieldMatrix 0
testCreateColumnBigMatrix 0
testCreateIdentityMatrix 0
testcreateFieldIdentityMatrix 0
testBigFractionConverter 0.001
testFractionConverter 0.001
testCreateBigIdentityMatrix 0

QRDecompositionImplTest

testDimensions 1.863
testMatricesValues 0.002
testAEqualQR 1.945
testQOrthogonal 1.889
testRUpperTriangular 0.329
testHTrapezoidal 0.323

QRSolverTest

testSolve 0.002
testSolveDimensionErrors 0
testRank 0.001
testSolveRankErrors 0
testOverdetermined 1.049
testUnderdetermined 0.548

RealMatrixImplTest

testSerial 0.004
testAdd 0
testMultiply 0.001
testEqualsAndHashCode 0
testToString 0
testNorm 0
testDimensions 0
testCopyFunctions 0
testAddFail 0
testFrobeniusNorm 0
testPlusMinus 0
testMultiply2 0
testTrace 0.001
testScalarAdd 0.001
testOperate 0
testMath209 0
testTranspose 0.001
testPremultiplyVector 0.001
testPremultiply 0.013
testGetVectors 0
testGetEntry 0
testExamples 0.001
testGetSubMatrix 0.001
testCopySubMatrix 0.001
testGetRowMatrix 0
testSetRowMatrix 0
testGetColumnMatrix 0
testSetColumnMatrix 0
testGetRowVector 0.001
testSetRowVector 0
testGetColumnVector 0
testSetColumnVector 0.001
testGetRow 0
testSetRow 0
testGetColumn 0
testSetColumn 0
testSetSubMatrix 0.001
testWalk 0.165

RealVectorFormatTest

testSimpleNoDecimals 0
testSimpleWithDecimals 0.001
testSimpleWithDecimalsTrunc 0
testNan 0
testPositiveInfinity 0.001
testParseSimpleNoDecimals 0
testParseSimpleWithDecimals 0.001
testParseSimpleWithDecimalsTrunc 0
testParseNan 0.001
testParsePositiveInfinity 0
testConstructorSingleFormat 0.001
testFormatObject 0
testNegativeX 0
testNegativeY 0.001
testNegativeZ 0
testNonDefaultSetting 0
testParseIgnoredWhitespace 0
testParseNegativeX 0
testParseNegativeY 0
testParseNegativeZ 0
testParseNegativeAll 0.001
testParseZeroX 0.001
testParseNonDefaultSetting 0
testParseNegativeInfinity 0.001
testForgottenPrefix 0
testForgottenSeparator 0
testForgottenSuffix 0.001
testStaticFormatRealVectorImpl 0
testParseNoComponents 0.001
testParseManyComponents 0.001

SingularValueDecompositionImplTest

testDimensions 0.001
testAEqualUSVt 0.002
testUOrthogonal 0.002
testVOrthogonal 0.002
testMatricesValues1 0.001
testMatricesValues2 0.001
testMoreRows 0.001
testMoreColumns 0.002
testHadamard 0.003
testConditionNumber 0

SingularValueSolverTest

testSolve 0.032
testSolveDimensionErrors 0.001
testSolveSingularityErrors 0
testConditionNumber 0

SparseFieldMatrixTest

testAdd 0.01
testMultiply 0.014
testEqualsAndHashCode 0.002
testDimensions 0
testCopyFunctions 0.001
testAddFail 0
testPlusMinus 0.002
testMultiply2 0.001
testTrace 0
testScalarAdd 0.002
testOperate 0.005
testMath209 0
testTranspose 0.009
testPremultiplyVector 0.001
testPremultiply 0.009
testGetVectors 0.001
testGetEntry 0
testExamples 0.005
testGetRowMatrix 0.001
testGetColumnMatrix 0.001
testGetRowVector 0
testGetColumnVector 0
testSetSubMatrix 0.004
testSubMatrix 0.004

SparseFieldVectorTest

testMapFunctions 0.008
testBasicFunctions 0.005
testMisc 0
testPredicates 0.001

SparseRealMatrixTest

testSerial 0.003
testAdd 0.001
testMultiply 0.015
testEqualsAndHashCode 0.002
testToString 0
testNorm 0.001
testDimensions 0
testCopyFunctions 0.001
testAddFail 0
testPlusMinus 0.002
testMultiply2 0.001
testTrace 0.002
testScalarAdd 0.001
testOperate 0.001
testMath209 0
testTranspose 0.001
testPremultiplyVector 0.001
testPremultiply 0.004
testGetVectors 0
testGetEntry 0.001
testExamples 0.001
testGetRowMatrix 0.001
testGetColumnMatrix 0
testGetRowVector 0
testGetColumnVector 0
testSetSubMatrix 0.001
testSubMatrix 0.002

SparseRealVectorTest

testSerial 0.015
testConstructors 0.002
testDataInOut 0.002
testMapFunctions 0.022
testBasicFunctions 0.008
testMisc 0
testPredicates 0

TriDiagonalTransformerTest

testNonSquare 0.002
testQOrthogonal 0.001
testAEqualQTQt 0.001
testNoAccessBelowDiagonal 0.001
testQTOrthogonal 0.001
testTTriDiagonal 0
testMatricesValues5 0
testMatricesValues3 0.001

MathConfigurationExceptionTest

testConstructor 0
testConstructorPatternArguments 0.001
testConstructorCause 0
testConstructorPatternArgumentsCause 0.001

MathExceptionTest

testConstructor 0
testConstructorPatternArguments 0.003
testConstructorCause 0
testConstructorPatternArgumentsCause 0
testPrintStackTrace 0.002
testSerialization 0.008

MaxIterationsExceededExceptionTest

testSimpleConstructor 0.001
testComplexConstructor 0.001

ContinuousOutputModelTest

testBoundaries 0.066
testRandomAccess 0.107
testModelsMerging 0.014
testErrorConditions 0.001

FirstOrderConverterTest

testDoubleDimension 0.001
testDecreasingSteps 0.19
testSmallStep 1.01
testBigStep 0.003

AdamsBashforthIntegratorTest

dimensionCheck 0.004
testMinStep 0.002
testIncreasingTolerance 0.463
exceedMaxEvaluations 0.236
backward 0.227
polynomial 17.757

AdamsMoultonIntegratorTest

dimensionCheck 0.017
testMinStep 0.027
testIncreasingTolerance 0.749
exceedMaxEvaluations 0.119
backward 0.189
polynomial 0.748

ClassicalRungeKuttaIntegratorTest

testDecreasingSteps 1.197
testSmallStep 0.184
testBigStep 0.002
testSanityChecks 0
testBackward 0.204
testKepler 0.186
testStepSize 0.001

ClassicalRungeKuttaStepInterpolatorTest

derivativesConsistency 0.254
serialization 0.647

DormandPrince54IntegratorTest

testMinStep 0.002
testIncreasingTolerance 0.371
testBackward 0.019
testKepler 0.185
testDimensionCheck 0
testSmallLastStep 0.001
testEvents 0.047
testVariableSteps 0.086

DormandPrince54StepInterpolatorTest

derivativesConsistency 0.04
serialization 0.157
checkClone 0.156

DormandPrince853IntegratorTest

testMinStep 0.001
testIncreasingTolerance 0.044
testBackward 0.005
testKepler 0.083
testDimensionCheck 0
testEvents 0.015
testVariableSteps 0.05
testNullIntervalCheck 0
testNoDenseOutput 0.003
testUnstableDerivative 0.001

DormandPrince853StepInterpolatorTest

derivativesConsistency 0.029
serialization 0.215
checklone 0.262

EulerIntegratorTest

testDecreasingSteps 0.684
testSmallStep 0.106
testBigStep 0.001
testBackward 0.136
testStepSize 0.002
testDimensionCheck 0

EulerStepInterpolatorTest

derivativesConsistency 0.162
serialization 0.183
noReset 0.001
interpolationAtBounds 0.001
interpolationInside 0

GillIntegratorTest

testDecreasingSteps 1.531
testSmallStep 0.199
testBigStep 0.001
testBackward 0.192
testKepler 0.195
testStepSize 0.002
testDimensionCheck 0
testUnstableDerivative 0.003

GillStepInterpolatorTest

serialization 0.567
testDerivativesConsistency 0.165

GraggBulirschStoerIntegratorTest

testMinStep 0.001
testIncreasingTolerance 0.078
testBackward 0.01
testKepler 0.311
testDimensionCheck 0
testEvents 0.051
testVariableSteps 0.027
testNullIntervalCheck 0
testUnstableDerivative 0.002
testIntegratorControls 3.387

GraggBulirschStoerStepInterpolatorTest

derivativesConsistency 0.286
serialization 0.285
checklone 0.169

HighamHall54IntegratorTest

testMinStep 0.002
testIncreasingTolerance 0.238
testSanityChecks 0
testBackward 0.016
testKepler 0.17
testEvents 0.037
testWrongDerivative 0.001
testEventsErrors 0.006
testEventsNoConvergence 0.006

HighamHall54StepInterpolatorTest

derivativesConsistency 0.052
serialization 0.163
checkClone 0.18

MidpointIntegratorTest

testDecreasingSteps 1.048
testSmallStep 0.135
testBigStep 0.001
testBackward 0.156
testStepSize 0.002
testDimensionCheck 0

MidpointStepInterpolatorTest

serialization 0.319
testDerivativesConsistency 0.166

ThreeEighthesIntegratorTest

testDecreasingSteps 1.26
testSmallStep 0.224
testBigStep 0.002
testBackward 0.178
testKepler 0.233
testStepSize 0.001
testDimensionCheck 0.001

ThreeEighthesStepInterpolatorTest

derivativesConsistency 0.152
serialization 0.524

DummyStepInterpolatorTest

testSerialization 0.001
testNoReset 0.001
testFixedState 0
testImpossibleSerialization 0.006

NordsieckStepInterpolatorTest

derivativesConsistency 0.636
serialization 0.146

StepNormalizerTest

testBoundaries 0.046
testBeforeEnd 0.045

MultiDirectionalTest

testFunctionEvaluationExceptions 0.002
testMinimizeMaximize 0.017
testRosenbrock 0.003
testPowell 0.062
testMath283 0.003

NelderMeadTest

testMaxIterations 0.008
testFunctionEvaluationExceptions 0.002
testMinimizeMaximize 0.01
testRosenbrock 0.003
testPowell 0.007
testLeastSquares1 0.006
testLeastSquares2 0.016
testLeastSquares3 0.008
testMaxEvaluations 0.003

HarmonicFitterTest

testInitialGuess 0.032
testNoError 0.035
test1PercentError 0.049
testUnsorted 0.053

PolynomialFitterTest

testNoError 0.18
testSmallError 0.32
testRedundantSolvable 0.16
testRedundantUnsolvable 0.112

GaussNewtonOptimizerTest

testTrivial 0.005
testNoDependency 0.002
testOneSet 0.001
testTwoSets 0.003
testNonInversible 0
testIllConditioned 0.002
testMoreEstimatedParametersSimple 0.001
testMoreEstimatedParametersUnsorted 0
testRedundantEquations 0
testInconsistentEquations 0.001
testMaxIterations 0.022
testCircleFitting 0.002
testCircleFittingBadInit 0.024
testColumnsPermutation 0.001
testInconsistentSizes 0.001

LevenbergMarquardtOptimizerTest

testTrivial 0.002
testQRColumnsPermutation 0
testNoDependency 0.001
testOneSet 0
testTwoSets 0.001
testNonInversible 0.001
testIllConditioned 0.002
testMoreEstimatedParametersSimple 0
testMoreEstimatedParametersUnsorted 0.001
testRedundantEquations 0.001
testInconsistentEquations 0
testCircleFitting 0.1
testCircleFittingBadInit 0.035
testControlParameters 0.004
testMath199 0.001
testInconsistentSizes 0.001

MinpackTest

testMinpackLinearFullRank 0.008
testMinpackLinearRank1 0.012
testMinpackLinearRank1ZeroColsAndRows 0.007
testMinpackRosenbrok 0.022
testMinpackHelicalValley 0.022
testMinpackPowellSingular 0.261
testMinpackFreudensteinRoth 0.01
testMinpackBard 0.089
testMinpackKowalikOsborne 0.617
testMinpackMeyer 0.363
testMinpackWatson 0.479
testMinpackBox3Dimensional 0.002
testMinpackJennrichSampson 0.004
testMinpackBrownDennis 0.342
testMinpackChebyquad 0.092
testMinpackBrownAlmostLinear 1.117
testMinpackOsborne1 0.021
testMinpackOsborne2 0.104

NonLinearConjugateGradientOptimizerTest

testTrivial 0.002
testNoDependency 0.002
testOneSet 0.002
testTwoSets 0.01
testNonInversible 0.002
testIllConditioned 0.02
testMoreEstimatedParametersSimple 0.003
testMoreEstimatedParametersUnsorted 0.006
testRedundantEquations 0.001
testInconsistentEquations 0.001
testCircleFitting 0.002
testColumnsPermutation 0.001

SimplexSolverTest

testMath272 0.007
testMath286 0.008
testDegeneracy 0.004
testMath288 0.005
testMath290GEQ 0.002
testMath290LEQ 0.001
testMath293 0.015
testSimplexSolver 0.003
testSingleVariableAndConstraint 0.002
testModelWithNoArtificialVars 0.002
testMinimization 0.003
testSolutionWithNegativeDecisionVariable 0.003
testInfeasibleSolution 0.004
testUnboundedSolution 0.002
testRestrictVariablesToNonNegative 0.008
testEpsilon 0.003
testTrivialModel 0.002
testLargeModel 11.867

SimplexTableauTest

testSerial 0.008
testInitialization 0
testDropPhase1Objective 0
testTableauWithNoArtificialVars 0

MultiStartDifferentiableMultivariateRealOptimizerTest

testCircleFitting 0.025

MultiStartDifferentiableMultivariateVectorialOptimizerTest

testTrivial 0.008
testNoOptimum 0.001

MultiStartMultivariateRealOptimizerTest

testRosenbrock 0.01

MultiStartUnivariateRealOptimizerTest

testSinMin 0.014
testQuinticMin 0.004

BrentMinimizerTest

testSinMin 0.002
testQuinticMin 0.003
testQuinticMax 0.002
testMinEndpoints 0.002

AbstractRandomGeneratorTest

testNextInt 0.014
testNextLong 0.006
testNextBoolean 0.001
testNextFloat 0.026
testNextIntExtremeValues 0
testNextLongExtremeValues 0
testNextSecureLong 0.044
testNextSecureInt 0.041
testNextPoisson 0.441
testNextPoissonConsistency 24.911
testNextHex 0.426
testNextSecureHex 0.427
testNextUniform 0.003
testNextUniformExclusiveEndpoints 0.002
testNextGaussian 0.246
testNextExponential 0.023
testConfig 0.001
testNextSample 0.046
testNextPermutation 0.015

CorrelatedRandomVectorGeneratorTest

testRank 0.002
testMath226 0.001
testRootMatrix 0.001
testMeanAndCovariance 0.38

EmpiricalDistributionTest

testSerialization 0.146
testLoad 0.114
testDoubleLoad 0.058
testNext 0.222
testNexFail 0.002
testGridTooFine 0.75
testGridTooFat 0.168
testBinIndexOverflow 0.037
testLoadNullDoubleArray 0.002
testLoadNullURL 0.002
testLoadNullFile 0.001
testGetBinUpperBounds 0.003

GaussianRandomGeneratorTest

testMeanAndStandardDeviation 0.036

MersenneTwisterTest

testNextInt 0.032
testNextLong 0.071
testGaussian 0.024
testDouble 0.021
testFloat 0.018
testNextIntNeg 0.001
testNextIntN 1.179
testNexBoolean 0.03
testNexBytes 1.186
testMakotoNishimura 0.011

RandomAdaptorTest

testAdaptor 0.001
testNextInt 0.004
testNextLong 0.034
testNextIntExtremeValues 0
testNextLongExtremeValues 0.001
testNextSecureLong 0.009
testNextSecureInt 0.01
testNextPoisson 0.218
testNextPoissonConsistency 25.314
testNextHex 0.3
testNextSecureHex 0.337
testNextUniform 0.002
testNextUniformExclusiveEndpoints 0.003
testNextGaussian 0.124
testNextExponential 0.02
testConfig 0.001
testNextSample 0.041
testNextPermutation 0.013

RandomDataTest

testNextInt 0.005
testNextLong 0.004
testNextIntExtremeValues 0
testNextLongExtremeValues 0
testNextSecureLong 0.008
testNextSecureInt 0.008
testNextPoisson 0.119
testNextPoissonConsistency 25.588
testNextHex 0.218
testNextSecureHex 0.28
testNextUniform 0.002
testNextUniformExclusiveEndpoints 0.002
testNextGaussian 0.127
testNextExponential 0.022
testConfig 0.001
testNextSample 0.072
testNextPermutation 0.01

UncorrelatedRandomVectorGeneratorTest

testMeanAndCorrelation 0.272

UniformRandomGeneratorTest

testMeanAndStandardDeviation 0.051

ValueServerTest

testNextDigest 0.629
testNextDigestFail 0
testEmptyReplayFile 0.001
testEmptyDigestFile 0.001
testReplay 0.005
testModes 0.001
testFill 0
testProperties 0.001

BetaTest

testRegularizedBetaNanPositivePositive 0
testRegularizedBetaPositiveNanPositive 0
testRegularizedBetaPositivePositiveNan 0
testRegularizedBetaNegativePositivePositive 0
testRegularizedBetaPositiveNegativePositive 0
testRegularizedBetaPositivePositiveNegative 0
testRegularizedBetaZeroPositivePositive 0
testRegularizedBetaPositiveZeroPositive 0
testRegularizedBetaPositivePositiveZero 0
testRegularizedBetaPositivePositivePositive 0
testLogBetaNanPositive 0.001
testLogBetaPositiveNan 0
testLogBetaNegativePositive 0
testLogBetaPositiveNegative 0
testLogBetaZeroPositive 0
testLogBetaPositiveZero 0
testLogBetaPositivePositive 0

ErfTest

testErf0 0
testErf1960 0.001
testErf2576 0
testErf2807 0
testErf3291 0

GammaTest

testRegularizedGammaNanPositive 0
testRegularizedGammaPositiveNan 0.001
testRegularizedGammaNegativePositive 0
testRegularizedGammaPositiveNegative 0
testRegularizedGammaZeroPositive 0
testRegularizedGammaPositiveZero 0
testRegularizedGammaPositivePositive 0
testLogGammaNan 0
testLogGammaNegative 0
testLogGammaZero 0
testLogGammaPositive 0
testDigammaLargeArgs 0.001
testDigammaSmallArgs 0.005
testTrigamma 0.002

CertifiedDataTest

testSummaryStatistics 0.089
testDescriptiveStatistics 0.054

EuclideanIntegerPointTest

testSerial 0.001
testDistance 0
testArrayIsReference 0.001
testCentroid 0

KMeansPlusPlusClustererTest

dimension2 0.005

CovarianceTest

testConsistency 0.021
testLongly 0.005
testSwissFertility 0.005
testConstant 0.001
testInsufficientData 0

PearsonsCorrelationTest

testConsistency 0.01
testLongly 0.011
testSwissFertility 0.007
testConstant 0
testInsufficientData 0.001
testStdErrorConsistency 0.009
testCovarianceConsistency 0.032

SpearmansRankCorrelationTest

testConsistency 0.017
testLongly 0.005
testConstant 0
testInsufficientData 0.001
testStdErrorConsistency 0
testCovarianceConsistency 0
testSwiss 0.008
testSwissFertility 0.008

LewTest

testCertifiedValues 0.007

LotteryTest

testCertifiedValues 0.017

AbstractUnivariateStatisticTest

testTestPositive 0.001
testTestNegative 0

AggregateSummaryStatisticsTest

testAggregation 0.003
testAggregationConsistency 0.002
testAggregate 0.001
testAggregateDegenerate 0
testAggregateSpecialValues 0.001

DescriptiveStatisticsTest

testToString 0.001
testSetterInjection 0
testCopy 0.001
testWindowSize 0.001
testGetValues 0.001
testShuffledStatistics 0.006
testPercentileSetter 0
test20090720 0.002
testRemoval 0.001

InteractionTest

testInteraction 0.001

ListUnivariateImplTest

testSerialization 0.006
testStats 0
testN0andN1Conditions 0
testSkewAndKurtosis 0.001
testProductAndGeometricMean 0.001

MixedListUnivariateImplTest

testStats 0.001
testN0andN1Conditions 0.001
testSkewAndKurtosis 0.001
testProductAndGeometricMean 0.001

FirstMomentTest

testSerial 0
testConsistency 0.001
testEqualsAndHashCode 0
testSerialization 0.001
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0.001
testCopy 0
testEvaluation 0
testWeightedConsistency 0

FourthMomentTest

testSerial 0.001
testConsistency 0.001
testEqualsAndHashCode 0
testSerialization 0.002
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0.001
testEvaluation 0
testWeightedConsistency 0

GeometricMeanTest

testSpecialValues 0
testSerial 0
testConsistency 0.001
testEqualsAndHashCode 0
testSerialization 0.002
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0.001
testCopy 0
testEvaluation 0
testWeightedConsistency 0

KurtosisTest

testNaN 0
testSerial 0
testConsistency 0.001
testEqualsAndHashCode 0.001
testSerialization 0.002
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0.001
testEvaluation 0
testWeightedConsistency 0

MeanTest

testSmallSamples 0.001
testWeightedMean 0.001
testSerial 0
testConsistency 0.001
testEqualsAndHashCode 0
testSerialization 0.002
testIncrementation 0.001
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0
testEvaluation 0
testWeightedConsistency 0.001

SecondMomentTest

testSerial 0.001
testConsistency 0.001
testEqualsAndHashCode 0
testSerialization 0.001
testIncrementation 0.001
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0.001
testEvaluation 0
testWeightedConsistency 0

SkewnessTest

testNaN 0
testSerial 0.001
testConsistency 0.001
testEqualsAndHashCode 0
testSerialization 0.002
testIncrementation 0.001
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0.001
testEvaluation 0.001
testWeightedConsistency 0

StandardDeviationTest

testNaN 0.001
testPopulation 0
testSerial 0.001
testConsistency 0
testEqualsAndHashCode 0.001
testSerialization 0.002
testIncrementation 0.001
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0.003
testEvaluation 0
testWeightedConsistency 0

ThirdMomentTest

testSerial 0
testConsistency 0.001
testEqualsAndHashCode 0
testSerialization 0.002
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0
testEvaluation 0
testWeightedConsistency 0

VarianceTest

testNaN 0
testPopulation 0.001
testWeightedVariance 0.001
testSerial 0.001
testConsistency 0.001
testEqualsAndHashCode 0
testSerialization 0.002
testIncrementation 0.001
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0
testEvaluation 0
testWeightedConsistency 0

VectorialCovarianceTest

testSerial 0
testMismatch 0
testSimplistic 0
testBasicStats 0

VectorialMeanTest

testSerial 0.001
testMismatch 0
testSimplistic 0
testBasicStats 0.001

MultivariateSummaryStatisticsTest

testEqualsAndHashCode 0.003
testToString 0.001
testSerialization 0.007
testSetterInjection 0.001
testShuffledStatistics 0.006
testStats 0
testN0andN1Conditions 0.001
testSetterIllegalState 0
testDimension 0
testNaNContracts 0.001

MaxTest

testSpecialValues 0
testNaNs 0
testSerial 0
testConsistency 0
testEqualsAndHashCode 0
testSerialization 0.001
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0.001
testCopy 0
testEvaluation 0
testWeightedConsistency 0

MedianTest

testCopy 0.001
testEvaluation 0
testWeightedConsistency 0

MinTest

testSpecialValues 0
testNaNs 0
testSerial 0
testConsistency 0
testEqualsAndHashCode 0
testSerialization 0.001
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0
testEvaluation 0
testWeightedConsistency 0

PercentileTest

testSpecialValues 0
testHighPercentile 0
testPercentile 0
testNISTExample 0
test5 0
testNullEmpty 0
testSingleton 0
testSetQuantile 0
testCopy 0
testEvaluation 0
testWeightedConsistency 0

StatisticalSummaryValuesTest

testEqualsAndHashCode 0.001
testSerialization 0.001

ProductTest

testSpecialValues 0
testWeightedProduct 0.001
testSerial 0.001
testConsistency 0
testEqualsAndHashCode 0
testSerialization 0.001
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0
testEvaluation 0.001
testWeightedConsistency 0

SumLogTest

testSpecialValues 0
testSerial 0
testConsistency 0
testEqualsAndHashCode 0
testSerialization 0.001
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0
testCopy 0
testEvaluation 0
testWeightedConsistency 0.001

SumSqTest

testSpecialValues 0
testSerial 0.001
testConsistency 0
testEqualsAndHashCode 0
testSerialization 0.001
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0.001
testCopy 0
testEvaluation 0
testWeightedConsistency 0.001

SumTest

testSpecialValues 0
testWeightedSum 0
testSerial 0.001
testConsistency 0
testEqualsAndHashCode 0.001
testSerialization 0.001
testIncrementation 0
testMomentSmallSamples 0
testCopyConsistency 0.001
testCopy 0
testEvaluation 0
testWeightedConsistency 0

SummaryStatisticsTest

testEqualsAndHashCode 0.001
testSerialization 0.005
testSetterInjection 0
testCopy 0.001
testStats 0
testN0andN1Conditions 0
testProductAndGeometricMean 0
testSetterIllegalState 0
testNaNContracts 0
testGetSummary 0

SynchronizedDescriptiveStatisticsTest

testToString 0.001
testSetterInjection 0
testCopy 0.001
testWindowSize 0.001
testGetValues 0.001
testShuffledStatistics 0.02
testPercentileSetter 0.002
test20090720 0.001
testRemoval 0.001

SynchronizedMultivariateSummaryStatisticsTest

testEqualsAndHashCode 0.019
testToString 0.001
testSerialization 0.088
testSetterInjection 0.001
testShuffledStatistics 0.009
testStats 0.001
testN0andN1Conditions 0
testSetterIllegalState 0.004
testDimension 0.001
testNaNContracts 0

SynchronizedSummaryStatisticsTest

testEqualsAndHashCode 0.001
testSerialization 0.005
testSetterInjection 0
testCopy 0.001
testStats 0
testN0andN1Conditions 0
testProductAndGeometricMean 0
testSetterIllegalState 0
testNaNContracts 0
testGetSummary 0

FrequencyTest

testSerial 0.005
testAdd 0.002
testToString 0.001
testCounts 0.001
testPcts 0.001
testAddNonComparable 0
testEmptyTable 0.001
testIntegerValues 0

ChiSquareFactoryTest

testChiSquare 0
testChiSquareIndependence 0
testChiSquareLargeTestStatistic 0
testChiSquareZeroCount 0
testChiSquareDataSetsComparisonEqualCounts 0.001
testChiSquareDataSetsComparisonUnEqualCounts 0
testChiSquareDataSetsComparisonBadCounts 0

ChiSquareTestTest

testChiSquare 0.001
testChiSquareIndependence 0.001
testChiSquareLargeTestStatistic 0
testChiSquareZeroCount 0.001
testChiSquareDataSetsComparisonEqualCounts 0
testChiSquareDataSetsComparisonUnEqualCounts 0.001
testChiSquareDataSetsComparisonBadCounts 0

OneWayAnovaTest

testAnovaFValue 0.001
testAnovaPValue 0
testAnovaTest 0.001

TestUtilsTest

testSmallSamples 0.001
testChiSquare 0.001
testChiSquareIndependence 0.001
testChiSquareLargeTestStatistic 0
testChiSquareZeroCount 0.001
testOneSampleT 0.001
testOneSampleTTest 0.002
testTwoSampleTHeterscedastic 0.002
testTwoSampleTHomoscedastic 0.001
testPaired 0.001
testOneWayAnovaUtils 0.003

TTestFactoryTest

testSmallSamples 0.004
testOneSampleT 0.001
testOneSampleTTest 0.002
testTwoSampleTHeterscedastic 0.003
testTwoSampleTHomoscedastic 0.001
testPaired 0.001

TTestTest

testSmallSamples 0.001
testOneSampleT 0.001
testOneSampleTTest 0.002
testTwoSampleTHeterscedastic 0.002
testTwoSampleTHomoscedastic 0.001
testPaired 0

NaturalRankingTest

testDefault 0
testNaNsMaximalTiesMinimum 0.001
testNaNsRemovedTiesSequential 0.001
testNaNsMinimalTiesMaximum 0
testNaNsMinimalTiesAverage 0
testNaNsFixedTiesRandom 0.001
testNaNsAndInfs 0

GLSMultipleLinearRegressionTest

cannotAddXSampleData 0.003
cannotAddNullYSampleData 0.001
cannotAddSampleDataWithSizeMismatch 0.001
cannotAddNullCovarianceData 0.002
notEnoughData 0.012
cannotAddCovarianceDataWithSampleSizeMismatch 0.002
cannotAddCovarianceDataThatIsNotSquare 0.001
canEstimateRegressionParameters 0.004
canEstimateResiduals 0.099
canEstimateRegressionParametersVariance 0.014
canEstimateRegressandVariance 0.001

OLSMultipleLinearRegressionTest

testLongly 0.009
testSwissFertility 0.006
cannotAddXSampleData 0.002
cannotAddNullYSampleData 0.003
cannotAddSampleDataWithSizeMismatch 0.001
testPerfectFit 0.003
testHat 0.005
canEstimateRegressionParameters 0.002
canEstimateResiduals 0.002
canEstimateRegressionParametersVariance 0.002
canEstimateRegressandVariance 0.001

SimpleRegressionTest

testNaNs 0
testNorris 0.001
testCorr 0
testClear 0.001
testInference 0.008
testPerfect 0
testPerfectNegative 0
testRandom 0.001
testSSENonNegative 0
testRemoveXY 0.002
testRemoveSingle 0.003
testRemoveMultiple 0.002
testRemoveObsFromEmpty 0
testRemoveObsFromSingle 0
testRemoveMultipleToEmpty 0
testRemoveMultiplePastEmpty 0

StatUtilsTest

testMean 0.001
testStats 0
testN0andN1Conditions 0
testPercentile 0
testArrayIndexConditions 0
testSumSq 0
testProduct 0.001
testSumLog 0
testVariance 0
testMax 0.001
testMin 0
testDifferenceStats 0
testGeometricMean 0

FastCosineTransformerTest

testSinFunction 0.002
testParameters 0
testAdHocData 0.001

FastFourierTransformerTest

testSinFunction 0.033
testParameters 0
testAdHocData 0.002
test2DData 0.002

FastHadamardTransformerTest

test8Points 0.001
test4Points 0
testNoIntInverse 0.001
test3Points 0

FastSineTransformerTest

testSinFunction 0.045
testParameters 0.001
testAdHocData 0.001

BigRealFieldTest

testSerial 0.002
testZero 0.001
testOne 0

BigRealTest

testConstructor 0.001
testCompareTo 0.001
testDoubleValue 0
testBigDecimalValue 0
testEqualsAndHashCode 0.001

ContinuedFractionTest

testGoldenRatio 0

DefaultTransformerTest

testSerial 0
testTransformDouble 0.001
testTransformNull 0
testTransformInteger 0
testTransformBigDecimal 0.001
testTransformString 0
testTransformObject 0

MathUtilsTest

testCosh 0
testCoshNaN 0.001
testLog 0
testPow 0
testSinh 0
testSinhNaN 0
testCompareTo 0
test0Choose0 0
testAddAndCheck 0
testAddAndCheckLong 0
testBinomialCoefficient 0.075
testBinomialCoefficientLarge 5.358
testBinomialCoefficientFail 0.002
testEquals 0
testEqualsWithAllowedDelta 0
testEqualsWithAllowedUlps 0
testArrayEquals 0
testFactorial 0.001
testFactorialFail 0
testGcd 0.001
testHash 0
testArrayHash 0.001
testPermutedArrayHash 0
testIndicatorByte 0
testIndicatorDouble 0
testIndicatorFloat 0
testIndicatorInt 0
testIndicatorLong 0
testIndicatorShort 0.001
testLcm 0
testMulAndCheck 0
testMulAndCheckLong 0
testNextAfter 0
testNextAfterSpecialCases 0
testScalb 0
testNormalizeAngle 0.02
testNormalizeArray 0
testRoundDouble 0.002
testRoundFloat 0.001
testSignByte 0
testSignDouble 0
testSignFloat 0.001
testSignInt 0
testSignLong 0
testSignShort 0
testSubAndCheck 0.001
testSubAndCheckErrorMessage 0
testSubAndCheckLong 0
testL1DistanceDouble 0
testL1DistanceInt 0
testL2DistanceDouble 0
testL2DistanceInt 0
testLInfDistanceDouble 0
testLInfDistanceInt 0

OpenIntToDoubleHashMapTest

testCopy 0.059
testPutAndGetWith0ExpectedSize 0.061
testPutAndGetWithExpectedSize 0.048
testPutAndGet 0.119
testPutAbsentOnExisting 0.058
testPutOnExisting 0.089
testGetAbsent 0.027
testGetFromEmpty 0.001
testRemove 0.073
testRemove2 0.037
testRemoveFromEmpty 0.001
testRemoveAbsent 0.039
testContainsKey 0.079
testIterator 0.053
testConcurrentModification 0.024
testPutKeysWithCollisions 0.001
testPutKeysWithCollision2 0

OpenIntToFieldTest

testCopy 0
testPutAndGetWith0ExpectedSize 0.001
testPutAndGetWithExpectedSize 0
testPutAndGet 0
testPutAbsentOnExisting 0.023
testPutOnExisting 0.001
testGetAbsent 0.014
testGetFromEmpty 0
testRemove 0.001
testRemove2 0.001
testRemoveFromEmpty 0
testRemoveAbsent 0.016
testContainsKey 0.014
testIterator 0.001
testConcurrentModification 0
testPutKeysWithCollisions 0
testPutKeysWithCollision2 0.001

ResizableDoubleArrayTest

testEqualsAndHashCode 0.001
testConstructors 0.001
testSetElementArbitraryExpansion 0
testAdd1000 0.003
testAddElementRolling 0.005
testSetNumberOfElements 0
testWithInitialCapacity 0.002
testWithInitialCapacityAndExpansionFactor 0.006
testDiscard 0.001
testSubstitute 0
testMutators 0
testGetValues 0.001
testMinMax 0

TransformerMapTest

testSerial 0.002
testClear 0
testPutTransformer 0
testContainsClass 0
testContainsTransformer 0
testRemoveTransformer 0
testClasses 0
testTransformers 0