Surefire Report

Summary


Tests Errors Failures Skipped Success Rate Time
2051 0 0 0 100% 11.382

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 23 0 0 0 100% 0.061
org.apache.commons.math.special 36 0 0 0 100% 0.015
org.apache.commons.math.util 124 0 0 0 100% 0.995
org.apache.commons.math.stat.descriptive 77 0 0 0 100% 0.125
org.apache.commons.math.stat.correlation 20 0 0 0 100% 0.025
org.apache.commons.math.stat.regression 38 0 0 0 100% 0.068
org.apache.commons.math.stat.clustering 5 0 0 0 100% 0.008
org.apache.commons.math.stat.ranking 7 0 0 0 100% 0.006
org.apache.commons.math 26 0 0 0 100% 0.027
org.apache.commons.math.ode.sampling 8 0 0 0 100% 0.063
org.apache.commons.math.analysis.polynomials 30 0 0 0 100% 0.114
org.apache.commons.math.genetics 22 0 0 0 100% 0.081
org.apache.commons.math.optimization.linear 16 0 0 0 100% 0.149
org.apache.commons.math.optimization.univariate 4 0 0 0 100% 0.004
org.apache.commons.math.ode.nonstiff 108 0 0 0 100% 2.281
org.apache.commons.math.optimization.direct 13 0 0 0 100% 0.058
org.apache.commons.math.optimization.general 61 0 0 0 100% 0.378
org.apache.commons.math.stat 23 0 0 0 100% 0.054
org.apache.commons.math.distribution 114 0 0 0 100% 0.512
org.apache.commons.math.stat.descriptive.summary 40 0 0 0 100% 0.022
org.apache.commons.math.geometry 87 0 0 0 100% 0.24
org.apache.commons.math.linear 481 0 0 0 100% 2.086
org.apache.commons.math.estimation 54 0 0 0 100% 1.853
org.apache.commons.math.analysis.integration 12 0 0 0 100% 0.025
org.apache.commons.math.stat.descriptive.rank 34 0 0 0 100% 0.014
org.apache.commons.math.fraction 89 0 0 0 100% 0.096
org.apache.commons.math.random 90 0 0 0 100% 1.529
org.apache.commons.math.complex 172 0 0 0 100% 0.077
org.apache.commons.math.stat.data 2 0 0 0 100% 0.011
org.apache.commons.math.transform 14 0 0 0 100% 0.024
org.apache.commons.math.optimization.fitting 8 0 0 0 100% 0.048
org.apache.commons.math.stat.inference 40 0 0 0 100% 0.031
org.apache.commons.math.optimization 6 0 0 0 100% 0.038
org.apache.commons.math.ode 8 0 0 0 100% 0.118
org.apache.commons.math.stat.descriptive.moment 106 0 0 0 100% 0.065
org.apache.commons.math.analysis.solvers 53 0 0 0 100% 0.081

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
SplineInterpolatorTest 5 0 0 0 100% 0.002
NevilleInterpolatorTest 3 0 0 0 100% 0.003
LoessInterpolatorTest 12 0 0 0 100% 0.054

org.apache.commons.math.special

Class Tests Errors Failures Skipped Success Rate Time
GammaTest 14 0 0 0 100% 0.007
BetaTest 17 0 0 0 100% 0.006
ErfTest 5 0 0 0 100% 0.002

org.apache.commons.math.util

Class Tests Errors Failures Skipped Success Rate Time
BigRealTest 5 0 0 0 100% 0.004
TransformerMapTest 8 0 0 0 100% 0.006
BigRealFieldTest 3 0 0 0 100% 0.005
OpenIntToFieldTest 17 0 0 0 100% 0.063
OpenIntToDoubleHashMapTest 17 0 0 0 100% 0.102
MathUtilsTest 53 0 0 0 100% 0.798
ContinuedFractionTest 1 0 0 0 100% 0.001
ResizableDoubleArrayTest 13 0 0 0 100% 0.009
DefaultTransformerTest 7 0 0 0 100% 0.007

org.apache.commons.math.stat.descriptive

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

org.apache.commons.math.stat.correlation

Class Tests Errors Failures Skipped Success Rate Time
SpearmansRankCorrelationTest 8 0 0 0 100% 0.01
CovarianceTest 5 0 0 0 100% 0.005
PearsonsCorrelationTest 7 0 0 0 100% 0.01

org.apache.commons.math.stat.regression

Class Tests Errors Failures Skipped Success Rate Time
SimpleRegressionTest 16 0 0 0 100% 0.006
OLSMultipleLinearRegressionTest 11 0 0 0 100% 0.028
GLSMultipleLinearRegressionTest 11 0 0 0 100% 0.034

org.apache.commons.math.stat.clustering

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

org.apache.commons.math.stat.ranking

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

org.apache.commons.math

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

org.apache.commons.math.ode.sampling

Class Tests Errors Failures Skipped Success Rate Time
StepNormalizerTest 2 0 0 0 100% 0.003
NordsieckStepInterpolatorTest 2 0 0 0 100% 0.039
DummyStepInterpolatorTest 4 0 0 0 100% 0.021

org.apache.commons.math.analysis.polynomials

Class Tests Errors Failures Skipped Success Rate Time
PolynomialSplineFunctionTest 2 0 0 0 100% 0.001
PolynomialsUtilsTest 10 0 0 0 100% 0.098
PolynomialFunctionNewtonFormTest 4 0 0 0 100% 0.004
PolynomialFunctionTest 10 0 0 0 100% 0.005
PolynomialFunctionLagrangeFormTest 4 0 0 0 100% 0.006

org.apache.commons.math.genetics

Class Tests Errors Failures Skipped Success Rate Time
BinaryMutationTest 1 0 0 0 100% 0.001
ListPopulationTest 1 0 0 0 100% 0.003
RandomKeyMutationTest 1 0 0 0 100% 0.005
FixedGenerationCountTest 1 0 0 0 100% 0.002
ElitisticListPopulationTest 1 0 0 0 100% 0.003
FitnessCachingTest 1 0 0 0 100% 0.022
TournamentSelectionTest 1 0 0 0 100% 0.003
ChromosomeTest 2 0 0 0 100% 0.004
BinaryChromosomeTest 3 0 0 0 100% 0.003
RandomKeyTest 9 0 0 0 100% 0.024
OnePointCrossoverTest 1 0 0 0 100% 0.011

org.apache.commons.math.optimization.linear

Class Tests Errors Failures Skipped Success Rate Time
SimplexSolverTest 12 0 0 0 100% 0.142
SimplexTableauTest 4 0 0 0 100% 0.007

org.apache.commons.math.optimization.univariate

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

org.apache.commons.math.ode.nonstiff

Class Tests Errors Failures Skipped Success Rate Time
ThreeEighthesStepInterpolatorTest 2 0 0 0 100% 0.04
DormandPrince853IntegratorTest 10 0 0 0 100% 0.024
HighamHall54StepInterpolatorTest 3 0 0 0 100% 0.022
DormandPrince54StepInterpolatorTest 3 0 0 0 100% 0.023
DormandPrince853StepInterpolatorTest 3 0 0 0 100% 0.073
ThreeEighthesIntegratorTest 7 0 0 0 100% 0.092
HighamHall54IntegratorTest 9 0 0 0 100% 0.056
EulerIntegratorTest 6 0 0 0 100% 0.068
GraggBulirschStoerIntegratorTest 10 0 0 0 100% 0.228
GillStepInterpolatorTest 2 0 0 0 100% 0.116
ClassicalRungeKuttaIntegratorTest 7 0 0 0 100% 0.077
MidpointIntegratorTest 6 0 0 0 100% 0.076
ClassicalRungeKuttaStepInterpolatorTest 2 0 0 0 100% 0.112
AdamsBashforthIntegratorTest 6 0 0 0 100% 0.654
MidpointStepInterpolatorTest 2 0 0 0 100% 0.071
DormandPrince54IntegratorTest 8 0 0 0 100% 0.077
GraggBulirschStoerStepInterpolatorTest 3 0 0 0 100% 0.068
EulerStepInterpolatorTest 5 0 0 0 100% 0.081
AdamsMoultonIntegratorTest 6 0 0 0 100% 0.192
GillIntegratorTest 8 0 0 0 100% 0.131

org.apache.commons.math.optimization.direct

Class Tests Errors Failures Skipped Success Rate Time
MultiDirectionalTest 4 0 0 0 100% 0.008
NelderMeadTest 9 0 0 0 100% 0.05

org.apache.commons.math.optimization.general

Class Tests Errors Failures Skipped Success Rate Time
MinpackTest 18 0 0 0 100% 0.324
LevenbergMarquardtOptimizerTest 16 0 0 0 100% 0.023
NonLinearConjugateGradientOptimizerTest 12 0 0 0 100% 0.01
GaussNewtonOptimizerTest 15 0 0 0 100% 0.021

org.apache.commons.math.stat

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

org.apache.commons.math.distribution

Class Tests Errors Failures Skipped Success Rate Time
HypergeometricDistributionTest 11 0 0 0 100% 0.26
ExponentialDistributionTest 9 0 0 0 100% 0.003
WeibullDistributionTest 9 0 0 0 100% 0.005
PascalDistributionTest 7 0 0 0 100% 0.006
NormalDistributionTest 13 0 0 0 100% 0.013
PoissonDistributionTest 10 0 0 0 100% 0.112
ZipfDistributionTest 5 0 0 0 100% 0.004
GammaDistributionTest 9 0 0 0 100% 0.007
ChiSquareDistributionTest 7 0 0 0 100% 0.005
BinomialDistributionTest 7 0 0 0 100% 0.008
CauchyDistributionTest 8 0 0 0 100% 0.016
BetaDistributionTest 2 0 0 0 100% 0.031
TDistributionTest 8 0 0 0 100% 0.018
FDistributionTest 9 0 0 0 100% 0.024

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

Class Tests Errors Failures Skipped Success Rate Time
SumLogTest 10 0 0 0 100% 0.003
ProductTest 10 0 0 0 100% 0.006
SumSqTest 10 0 0 0 100% 0.006
SumTest 10 0 0 0 100% 0.007

org.apache.commons.math.geometry

Class Tests Errors Failures Skipped Success Rate Time
RotationOrderTest 1 0 0 0 100% 0.002
Vector3DFormatTest 28 0 0 0 100% 0.011
Vector3DTest 18 0 0 0 100% 0.006
FrenchVector3DFormatTest 28 0 0 0 100% 0.014
RotationTest 12 0 0 0 100% 0.207

org.apache.commons.math.linear

Class Tests Errors Failures Skipped Success Rate Time
CholeskyDecompositionImplTest 9 0 0 0 100% 0.011
FieldLUDecompositionImplTest 9 0 0 0 100% 0.005
RealMatrixImplTest 38 0 0 0 100% 0.041
ArrayFieldVectorTest 6 0 0 0 100% 0.015
EigenDecompositionImplTest 15 0 0 0 100% 0.165
QRSolverTest 6 0 0 0 100% 0.089
SingularValueDecompositionImplTest 10 0 0 0 100% 0.006
SparseFieldVectorTest 4 0 0 0 100% 0.007
QRDecompositionImplTest 6 0 0 0 100% 0.281
EigenSolverTest 4 0 0 0 100% 0.004
SparseRealMatrixTest 27 0 0 0 100% 0.02
FrenchRealVectorFormatTest 30 0 0 0 100% 0.01
TriDiagonalTransformerTest 8 0 0 0 100% 0.009
FieldMatrixImplTest 36 0 0 0 100% 0.084
MatrixUtilsTest 14 0 0 0 100% 0.01
MatrixIndexExceptionTest 1 0 0 0 100% 0.001
LUDecompositionImplTest 9 0 0 0 100% 0.005
RealVectorFormatTest 30 0 0 0 100% 0.023
BiDiagonalTransformerTest 7 0 0 0 100% 0.008
BlockFieldMatrixTest 46 0 0 0 100% 0.803
Array2DRowRealMatrixTest 38 0 0 0 100% 0.048
InvalidMatrixExceptionTest 1 0 0 0 100% 0.001
CholeskySolverTest 3 0 0 0 100% 0.005
LUSolverTest 6 0 0 0 100% 0.004
SparseFieldMatrixTest 24 0 0 0 100% 0.029
SparseRealVectorTest 7 0 0 0 100% 0.019
ArrayRealVectorTest 7 0 0 0 100% 0.008
SingularValueSolverTest 4 0 0 0 100% 0.01
BigMatrixImplTest 28 0 0 0 100% 0.06
BlockRealMatrixTest 48 0 0 0 100% 0.305

org.apache.commons.math.estimation

Class Tests Errors Failures Skipped Success Rate Time
WeightedMeasurementTest 3 0 0 0 100% 0.002
GaussNewtonEstimatorTest 15 0 0 0 100% 0.027
MinpackTest 18 0 0 0 100% 1.719
EstimatedParameterTest 3 0 0 0 100% 0.002
LevenbergMarquardtEstimatorTest 15 0 0 0 100% 0.103

org.apache.commons.math.analysis.integration

Class Tests Errors Failures Skipped Success Rate Time
TrapezoidIntegratorTest 3 0 0 0 100% 0.005
SimpsonIntegratorTest 3 0 0 0 100% 0.004
RombergIntegratorTest 3 0 0 0 100% 0.003
LegendreGaussIntegratorTest 3 0 0 0 100% 0.013

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

Class Tests Errors Failures Skipped Success Rate Time
PercentileTest 10 0 0 0 100% 0.004
MedianTest 2 0 0 0 100% 0.001
MaxTest 11 0 0 0 100% 0.005
MinTest 11 0 0 0 100% 0.004

org.apache.commons.math.fraction

Class Tests Errors Failures Skipped Success Rate Time
BigFractionFormatTest 19 0 0 0 100% 0.012
FractionFieldTest 3 0 0 0 100% 0.007
BigFractionTest 23 0 0 0 100% 0.019
FractionFormatTest 18 0 0 0 100% 0.012
BigFractionFieldTest 3 0 0 0 100% 0.006
FractionTest 23 0 0 0 100% 0.04

org.apache.commons.math.random

Class Tests Errors Failures Skipped Success Rate Time
GaussianRandomGeneratorTest 1 0 0 0 100% 0.003
RandomDataTest 17 0 0 0 100% 0.2
UniformRandomGeneratorTest 1 0 0 0 100% 0.003
ValueServerTest 8 0 0 0 100% 0.041
RandomAdaptorTest 18 0 0 0 100% 0.314
EmpiricalDistributionTest 11 0 0 0 100% 0.215
MersenneTwisterTest 10 0 0 0 100% 0.123
AbstractRandomGeneratorTest 19 0 0 0 100% 0.586
UncorrelatedRandomVectorGeneratorTest 1 0 0 0 100% 0.013
CorrelatedRandomVectorGeneratorTest 4 0 0 0 100% 0.031

org.apache.commons.math.complex

Class Tests Errors Failures Skipped Success Rate Time
ComplexFormatTest 35 0 0 0 100% 0.015
ComplexTest 95 0 0 0 100% 0.033
ComplexUtilsTest 4 0 0 0 100% 0.005
ComplexFieldTest 3 0 0 0 100% 0.004
FrenchComplexFormatTest 35 0 0 0 100% 0.02

org.apache.commons.math.stat.data

Class Tests Errors Failures Skipped Success Rate Time
LewTest 1 0 0 0 100% 0.002
LotteryTest 1 0 0 0 100% 0.009

org.apache.commons.math.transform

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

org.apache.commons.math.optimization.fitting

Class Tests Errors Failures Skipped Success Rate Time
PolynomialFitterTest 4 0 0 0 100% 0.025
HarmonicFitterTest 4 0 0 0 100% 0.023

org.apache.commons.math.stat.inference

Class Tests Errors Failures Skipped Success Rate Time
ChiSquareTestTest 7 0 0 0 100% 0.003
ChiSquareFactoryTest 7 0 0 0 100% 0.004
OneWayAnovaTest 3 0 0 0 100% 0.003
TTestTest 6 0 0 0 100% 0.004
TestUtilsTest 11 0 0 0 100% 0.01
TTestFactoryTest 6 0 0 0 100% 0.007

org.apache.commons.math.optimization

Class Tests Errors Failures Skipped Success Rate Time
MultiStartMultivariateRealOptimizerTest 1 0 0 0 100% 0.007
MultiStartDifferentiableMultivariateVectorialOptimizerTest 2 0 0 0 100% 0.009
MultiStartDifferentiableMultivariateRealOptimizerTest 1 0 0 0 100% 0.015
MultiStartUnivariateRealOptimizerTest 2 0 0 0 100% 0.007

org.apache.commons.math.ode

Class Tests Errors Failures Skipped Success Rate Time
ContinuousOutputModelTest 4 0 0 0 100% 0.008
FirstOrderConverterTest 4 0 0 0 100% 0.11

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

Class Tests Errors Failures Skipped Success Rate Time
VarianceTest 11 0 0 0 100% 0.007
SkewnessTest 10 0 0 0 100% 0.005
ThirdMomentTest 9 0 0 0 100% 0.008
VectorialCovarianceTest 4 0 0 0 100% 0.003
FourthMomentTest 9 0 0 0 100% 0.004
SecondMomentTest 9 0 0 0 100% 0.004
KurtosisTest 10 0 0 0 100% 0.005
StandardDeviationTest 11 0 0 0 100% 0.008
MeanTest 10 0 0 0 100% 0.005
GeometricMeanTest 10 0 0 0 100% 0.005
VectorialMeanTest 4 0 0 0 100% 0.005
FirstMomentTest 9 0 0 0 100% 0.006

org.apache.commons.math.analysis.solvers

Class Tests Errors Failures Skipped Success Rate Time
UnivariateRealSolverFactoryImplTest 4 0 0 0 100% 0.002
RiddersSolverTest 5 0 0 0 100% 0.003
MullerSolverTest 9 0 0 0 100% 0.004
NewtonSolverTest 3 0 0 0 100% 0.004
BisectionSolverTest 11 0 0 0 100% 0.005
UnivariateRealSolverUtilsTest 9 0 0 0 100% 0.005
BrentSolverTest 6 0 0 0 100% 0.018
LaguerreSolverTest 6 0 0 0 100% 0.04

Test Cases

AggregateSummaryStatisticsTest

testAggregation 0.001
testAggregationConsistency 0
testAggregate 0
testAggregateDegenerate 0
testAggregateSpecialValues 0

SummaryStatisticsTest

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

CholeskyDecompositionImplTest

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

UnivariateRealSolverFactoryImplTest

testNewBisectionSolverValid 0
testNewNewtonSolverValid 0
testNewBrentSolverValid 0
testNewSecantSolverValid 0

StepNormalizerTest

testBoundaries 0.002
testBeforeEnd 0.001

RiddersSolverTest

testSinFunction 0
testParameters 0
testExpm1Function 0
testQuinticFunction 0
testDeprecated 0

SimplexSolverTest

testMath272 0.004
testSimplexSolver 0.001
testSingleVariableAndConstraint 0.001
testModelWithNoArtificialVars 0.002
testMinimization 0.001
testSolutionWithNegativeDecisionVariable 0.001
testInfeasibleSolution 0.002
testUnboundedSolution 0.001
testRestrictVariablesToNonNegative 0.002
testEpsilon 0.001
testTrivialModel 0.001
testLargeModel 0.123

DividedDifferenceInterpolatorTest

testSinFunction 0.001
testParameters 0.001
testExpm1Function 0

DuplicateSampleAbscissaExceptionTest

testConstructor 0

HypergeometricDistributionTest

testDegenerateNoFailures 0.001
testDegenerateNoSuccesses 0
testDegenerateFullSample 0
testPopulationSize 0.001
testLargeValues 0.157
testMoreLargeValues 0.097
testDensities 0
testCumulativeProbabilities 0
testFloatingPointArguments 0.001
testInverseCumulativeProbabilities 0.001
testIllegalArguments 0.001

VarianceTest

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

PolynomialFitterTest

testNoError 0.004
testSmallError 0.01
testRedundantSolvable 0.006
testRedundantUnsolvable 0.004

ExponentialDistributionTest

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

FieldLUDecompositionImplTest

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

SimplexTableauTest

testSerial 0.006
testInitialization 0
testdiscardArtificialVariables 0
testTableauWithNoArtificialVars 0

SumLogTest

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

ContinuousOutputModelTest

testBoundaries 0.001
testRandomAccess 0.004
testModelsMerging 0.002
testErrorConditions 0

ThreeEighthesStepInterpolatorTest

derivativesConsistency 0.002
serialization 0.037

WeibullDistributionTest

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

PascalDistributionTest

testDegenerate0 0.001
testDegenerate1 0
testDensities 0
testCumulativeProbabilities 0
testFloatingPointArguments 0
testInverseCumulativeProbabilities 0.001
testIllegalArguments 0

NormalDistributionTest

testInverseCumulativeProbabilityExtremes 0
testDensity 0
testQuantiles 0.001
testGetMean 0
testSetMean 0
testGetStandardDeviation 0
testSetStandardDeviation 0.001
testExtremeValues 0.009
testMath280 0
testCumulativeProbabilities 0
testInverseCumulativeProbabilities 0
testIllegalArguments 0
testConsistency 0

DormandPrince853IntegratorTest

testDimensionCheck 0
testMinStep 0.001
testBackward 0
testIncreasingTolerance 0.003
testEvents 0.008
testKepler 0.008
testVariableSteps 0.002
testNullIntervalCheck 0
testUnstableDerivative 0
testNoDenseOutput 0.001

ChiSquareTestTest

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

MaxIterationsExceededExceptionTest

testSimpleConstructor 0
testComplexConstructor 0.001

GaussianRandomGeneratorTest

testMeanAndStandardDeviation 0.002

RandomDataTest

testNextIntExtremeValues 0
testNextLongExtremeValues 0
testNextInt 0.001
testNextLong 0.001
testNextSecureLong 0.003
testNextSecureInt 0.003
testNextPoisson 0.005
testNextPoissonLargeMean 0.089
testNextHex 0.018
testNextSecureHex 0.064
testNextUniform 0.001
testNextUniformExclusiveEndpoints 0
testNextGaussian 0.008
testNextExponential 0.002
testConfig 0.001
testNextSample 0.003
testNextPermutation 0

SplineInterpolatorTest

testIllegalArguments 0.001
testInterpolateLinearDegenerateTwoSegment 0
testInterpolateLinearDegenerateThreeSegment 0
testInterpolateLinear 0
testInterpolateSin 0

PolynomialSplineFunctionTest

testConstructor 0.001
testValues 0

PoissonDistributionTest

testNormalApproximateProbability 0.001
testDegenerateInverseCumulativeProbability 0.001
testMean 0
testLargeMeanCumulativeProbability 0.002
testLargeMeanInverseCumulativeProbability 0.105
testDensities 0.001
testCumulativeProbabilities 0
testFloatingPointArguments 0
testInverseCumulativeProbabilities 0.001
testIllegalArguments 0

SynchronizedSummaryStatisticsTest

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

MathConfigurationExceptionTest

testConstructor 0
testConstructorPatternArguments 0
testConstructorCause 0
testConstructorPatternArgumentsCause 0

RealMatrixImplTest

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

ChiSquareFactoryTest

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

LewTest

testCertifiedValues 0.001

BigRealTest

testConstructor 0
testEqualsAndHashCode 0
testCompareTo 0.001
testDoubleValue 0
testBigDecimalValue 0.001

HighamHall54StepInterpolatorTest

derivativesConsistency 0.001
serialization 0.012
checkClone 0.008

BinaryMutationTest

testMutate 0

MinpackTest

testMinpackLinearFullRank 0.002
testMinpackLinearRank1 0.001
testMinpackLinearRank1ZeroColsAndRows 0.001
testMinpackRosenbrok 0.001
testMinpackHelicalValley 0.003
testMinpackPowellSingular 0.011
testMinpackFreudensteinRoth 0.002
testMinpackBard 0.003
testMinpackKowalikOsborne 0.029
testMinpackMeyer 0.026
testMinpackWatson 0.052
testMinpackBox3Dimensional 0.001
testMinpackJennrichSampson 0.001
testMinpackBrownDennis 0.069
testMinpackChebyquad 0.014
testMinpackBrownAlmostLinear 0.099
testMinpackOsborne1 0.002
testMinpackOsborne2 0.006

SkewnessTest

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

MullerSolverTest

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

PolynomialsUtilsTest

testFirstChebyshevPolynomials 0.002
testChebyshevBounds 0.015
testChebyshevDifferentials 0.001
testFirstHermitePolynomials 0.002
testHermiteDifferentials 0.001
testFirstLaguerrePolynomials 0.002
testLaguerreDifferentials 0.002
testFirstLegendrePolynomials 0.001
testLegendreDifferentials 0.002
testHighDegreeLegendre 0.067

DormandPrince54StepInterpolatorTest

derivativesConsistency 0.001
serialization 0.012
checkClone 0.008

EuclideanIntegerPointTest

testSerial 0.001
testDistance 0
testArrayIsReference 0
testCentroid 0

UniformRandomGeneratorTest

testMeanAndStandardDeviation 0.003

ArrayFieldVectorTest

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

EigenDecompositionImplTest

testDimensions 0
testDimension1 0
testDimension2 0
testDimension3 0
testDimension4WithSplit 0
testDimension4WithoutSplit 0.001
testTridiagonal 0.004
testEigenvalues 0
testBigMatrix 0.147
testEigenvectors 0.009
testAEqualVDVt 0
testVOrthogonal 0
testDiagonal 0.001
testRepeatedEigenvalue 0
testDistinctEigenvalues 0

TransformerMapTest

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

ThirdMomentTest

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

ValueServerTest

testNextDigest 0.024
testNextDigestFail 0.01
testEmptyReplayFile 0.001
testEmptyDigestFile 0.001
testReplay 0.002
testModes 0
testFill 0.001
testProperties 0

DormandPrince853StepInterpolatorTest

derivativesConsistency 0.006
serialization 0.025
checklone 0.04

TrapezoidIntegratorTest

testSinFunction 0.001
testParameters 0.001
testQuinticFunction 0.003

BigRealFieldTest

testZero 0.002
testOne 0
testSerial 0.001

ThreeEighthesIntegratorTest

testDecreasingSteps 0.07
testSmallStep 0.006
testBigStep 0
testDimensionCheck 0.001
testBackward 0.004
testKepler 0.009
testStepSize 0.001

NaturalRankingTest

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

QRSolverTest

testSolve 0.002
testSolveDimensionErrors 0
testRank 0.004
testSolveRankErrors 0
testOverdetermined 0.06
testUnderdetermined 0.022

RandomAdaptorTest

testAdaptor 0.001
testNextIntExtremeValues 0
testNextLongExtremeValues 0
testNextInt 0.001
testNextLong 0
testNextSecureLong 0.005
testNextSecureInt 0.004
testNextPoisson 0.022
testNextPoissonLargeMean 0.095
testNextHex 0.061
testNextSecureHex 0.078
testNextUniform 0.001
testNextUniformExclusiveEndpoints 0
testNextGaussian 0.013
testNextExponential 0.006
testConfig 0
testNextSample 0.011
testNextPermutation 0.009

VectorialCovarianceTest

testSerial 0.001
testMismatch 0
testSimplistic 0
testBasicStats 0

PercentileTest

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

ListPopulationTest

testGetFittestChromosome 0.002

DescriptiveStatisticsTest

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

FourthMomentTest

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

WeightedMeasurementTest

testIgnored 0
testConstruction 0
testTheory 0

SecondMomentTest

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

RotationOrderTest

testName 0.001

BrentMinimizerTest

testSinMin 0.001
testQuinticMin 0.001
testQuinticMax 0.001
testMinEndpoints 0

Vector3DFormatTest

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

SingularValueDecompositionImplTest

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

OpenIntToFieldTest

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

MultiStartMultivariateRealOptimizerTest

testRosenbrock 0.004

MultiDirectionalTest

testRosenbrock 0.001
testFunctionEvaluationExceptions 0
testMinimizeMaximize 0.002
testPowell 0.003

SparseFieldVectorTest

testMapFunctions 0.004
testBasicFunctions 0
testMisc 0
testPredicates 0

BigFractionFormatTest

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

LevenbergMarquardtOptimizerTest

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

NonLinearConjugateGradientOptimizerTest

testTrivial 0.002
testNoDependency 0
testOneSet 0
testTwoSets 0.001
testNonInversible 0
testIllConditioned 0.001
testMoreEstimatedParametersSimple 0.001
testMoreEstimatedParametersUnsorted 0
testRedundantEquations 0
testInconsistentEquations 0
testCircleFitting 0.001
testColumnsPermutation 0

CertifiedDataTest

testSummaryStatistics 0.016
testDescriptiveStatistics 0.02

MultivariateSummaryStatisticsTest

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

QRDecompositionImplTest

testDimensions 0.114
testAEqualQR 0.121
testQOrthogonal 0.035
testRUpperTriangular 0.004
testHTrapezoidal 0.004
testMatricesValues 0

HighamHall54IntegratorTest

testMinStep 0.002
testBackward 0.002
testIncreasingTolerance 0.025
testEvents 0.008
testKepler 0.013
testSanityChecks 0
testWrongDerivative 0
testEventsErrors 0.002
testEventsNoConvergence 0.002

EulerIntegratorTest

testDecreasingSteps 0.057
testSmallStep 0.005
testBigStep 0
testDimensionCheck 0
testBackward 0.004
testStepSize 0.001

KurtosisTest

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

EigenSolverTest

testSolve 0.002
testSolveDimensionErrors 0.001
testNonInvertible 0.001
testInvertible 0

NordsieckStepInterpolatorTest

derivativesConsistency 0.022
serialization 0.015

StandardDeviationTest

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

Vector3DTest

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

SynchronizedDescriptiveStatisticsTest

testGetValues 0
testCopy 0.001
testToString 0.001
testSetterInjection 0
testWindowSize 0.003
testShuffledStatistics 0.001
testPercentileSetter 0.001
test20090720 0
testRemoval 0

SparseRealMatrixTest

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

SimpleRegressionTest

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

ArgumentOutsideDomainExceptionTest

testConstructor 0.002

MedianTest

testCopy 0.001
testEvaluation 0

GraggBulirschStoerIntegratorTest

testDimensionCheck 0.001
testMinStep 0
testBackward 0.001
testIncreasingTolerance 0.004
testEvents 0.003
testKepler 0.018
testVariableSteps 0.002
testNullIntervalCheck 0.001
testIntegratorControls 0.198
testUnstableDerivative 0

GaussNewtonEstimatorTest

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

StatisticalSummaryValuesTest

testSerialization 0.002
testEqualsAndHashCode 0

OLSMultipleLinearRegressionTest

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

FrenchRealVectorFormatTest

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

ZipfDistributionTest

testDensities 0.002
testCumulativeProbabilities 0
testFloatingPointArguments 0.001
testInverseCumulativeProbabilities 0
testIllegalArguments 0.001

ListUnivariateImplTest

testSerialization 0.009
testStats 0.001
testN0andN1Conditions 0
testProductAndGeometricMean 0
testSkewAndKurtosis 0

StatUtilsTest

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

MinpackTest

testMinpackLinearFullRank 0.025
testMinpackLinearRank1 0.027
testMinpackLinearRank1ZeroColsAndRows 0.022
testMinpackRosenbrok 0.001
testMinpackHelicalValley 0.002
testMinpackPowellSingular 0.052
testMinpackFreudensteinRoth 0.001
testMinpackBard 0.03
testMinpackKowalikOsborne 0.223
testMinpackMeyer 0.136
testMinpackWatson 0.142
testMinpackBox3Dimensional 0.002
testMinpackJennrichSampson 0.002
testMinpackBrownDennis 0.302
testMinpackChebyquad 0.019
testMinpackBrownAlmostLinear 0.314
testMinpackOsborne1 0.038
testMinpackOsborne2 0.368

DummyStepInterpolatorTest

testSerialization 0.002
testNoReset 0.004
testFixedState 0
testImpossibleSerialization 0.005

NelderMeadTest

testMaxIterations 0.013
testRosenbrock 0.001
testFunctionEvaluationExceptions 0.001
testMinimizeMaximize 0.006
testPowell 0.001
testLeastSquares1 0.009
testLeastSquares2 0.002
testLeastSquares3 0.007
testMaxEvaluations 0.003

TriDiagonalTransformerTest

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

GillStepInterpolatorTest

serialization 0.11
testDerivativesConsistency 0.004

KMeansPlusPlusClustererTest

dimension2 0.002

FieldMatrixImplTest

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

ClassicalRungeKuttaIntegratorTest

testDecreasingSteps 0.047
testSmallStep 0.006
testBigStep 0
testBackward 0.005
testKepler 0.013
testStepSize 0.002
testSanityChecks 0.001

ConvergenceExceptionTest

testConstructor 0
testConstructorPatternArguments 0.001
testConstructorCause 0
testConstructorPatternArgumentsCause 0

MatrixUtilsTest

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

MatrixIndexExceptionTest

testConstructorMessage 0

FastHadamardTransformerTest

test8Points 0.001
test4Points 0
testNoIntInverse 0
test3Points 0

SpearmansRankCorrelationTest

testConsistency 0.004
testLongly 0
testConstant 0.001
testInsufficientData 0
testSwiss 0.001
testStdErrorConsistency 0
testCovarianceConsistency 0
testSwissFertility 0

OpenIntToDoubleHashMapTest

testPutAndGetWith0ExpectedSize 0.008
testPutAndGetWithExpectedSize 0.01
testPutAndGet 0.007
testPutAbsentOnExisting 0.015
testPutOnExisting 0.011
testGetAbsent 0.005
testGetFromEmpty 0.001
testRemove 0.005
testRemove2 0.003
testRemoveFromEmpty 0.001
testRemoveAbsent 0.005
testCopy 0.003
testContainsKey 0.014
testIterator 0.005
testConcurrentModification 0.001
testPutKeysWithCollisions 0.001
testPutKeysWithCollision2 0.001

MultiStartDifferentiableMultivariateVectorialOptimizerTest

testTrivial 0.003
testNoOptimum 0.004

PolynomialFunctionNewtonFormTest

testParameters 0.001
testQuinticFunction 0
testLinearFunction 0
testQuadraticFunction 0

ProductTest

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

InteractionTest

testInteraction 0

GammaDistributionTest

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

LUDecompositionImplTest

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

NewtonSolverTest

testDeprecated 0.002
testSinZero 0
testQuinticZero 0.001

RandomKeyMutationTest

testMutate 0.003

FractionFieldTest

testZero 0.001
testOne 0
testSerial 0.003

OneWayAnovaTest

testAnovaFValue 0
testAnovaPValue 0
testAnovaTest 0

MidpointIntegratorTest

testDecreasingSteps 0.059
testSmallStep 0.006
testBigStep 0
testDimensionCheck 0
testBackward 0.007
testStepSize 0.002

RealVectorFormatTest

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

EmpiricalDistributionTest

testSerialization 0.059
testLoad 0.055
testDoubleLoad 0.013
testNext 0.036
testNexFail 0.005
testGridTooFine 0.019
testGridTooFat 0.011
testBinIndexOverflow 0.006
testLoadNullDoubleArray 0.003
testLoadNullURL 0.003
testLoadNullFile 0.003

CovarianceTest

testConsistency 0.001
testLongly 0
testSwissFertility 0.001
testConstant 0
testInsufficientData 0.001

HarmonicFitterTest

testNoError 0.009
test1PercentError 0.004
testInitialGuess 0.004
testUnsorted 0.004

ClassicalRungeKuttaStepInterpolatorTest

derivativesConsistency 0.015
serialization 0.096

MeanTest

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

FixedGenerationCountTest

testIsSatisfied 0.001

AdamsBashforthIntegratorTest

testMinStep 0.003
testIncreasingTolerance 0.028
dimensionCheck 0.001
exceedMaxEvaluations 0.013
backward 0.014
polynomial 0.594

MidpointStepInterpolatorTest

serialization 0.052
testDerivativesConsistency 0.019

ChiSquareDistributionTest

testDensity 0.001
testDfAccessors 0
testSmallDf 0.001
testCumulativeProbabilities 0.001
testInverseCumulativeProbabilities 0.001
testIllegalArguments 0.001
testConsistency 0

TTestTest

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

MersenneTwisterTest

testNextInt 0.01
testNextLong 0.016
testGaussian 0.004
testDouble 0.003
testFloat 0.002
testNextIntNeg 0.001
testNextIntN 0.052
testNexBoolean 0.002
testNexBytes 0.027
testMakotoNishimura 0.001

MathUtilsTest

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

BiDiagonalTransformerTest

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

ComplexFormatTest

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

BlockFieldMatrixTest

testSerial 0.005
testAdd 0
testMultiply 0.001
testEqualsAndHashCode 0
testToString 0.001
testDimensions 0
testCopyFunctions 0.006
testAddFail 0.001
testPlusMinus 0
testMultiply2 0
testTrace 0.001
testScalarAdd 0
testOperate 0
testMath209 0
testTranspose 0
testPremultiplyVector 0
testPremultiply 0
testGetVectors 0.001
testGetColumnMatrix 0
testGetRowMatrix 0.001
testSetSubMatrix 0.001
testGetEntry 0
testExamples 0.001
testGetSubMatrix 0.001
testCopySubMatrix 0.002
testSetRowMatrix 0
testSetColumnMatrix 0
testGetRowVector 0
testSetRowVector 0
testGetColumnVector 0.001
testSetColumnVector 0
testGetRow 0.001
testSetRow 0
testGetColumn 0.001
testSetColumn 0
testWalk 0.052
testSeveralBlocks 0.581
testOperateLarge 0.067
testOperatePremultiplyLarge 0.049
testGetSetMatrixLarge 0.005
testGetSetRowMatrixLarge 0.002
testGetSetColumnMatrixLarge 0.002
testGetSetRowVectorLarge 0.003
testGetSetColumnVectorLarge 0.003
testGetSetRowLarge 0.003
testGetSetColumnLarge 0.002

FastFourierTransformerTest

testAdHocData 0.001
test2DData 0.001
testSinFunction 0.003
testParameters 0

MaxTest

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

GeometricMeanTest

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

AbstractRandomGeneratorTest

testNextInt 0.002
testNextLong 0.002
testNextBoolean 0
testNextFloat 0.002
testNextIntExtremeValues 0
testNextLongExtremeValues 0
testNextSecureLong 0.023
testNextSecureInt 0.025
testNextPoisson 0.096
testNextPoissonLargeMean 0.193
testNextHex 0.052
testNextSecureHex 0.136
testNextUniform 0.001
testNextUniformExclusiveEndpoints 0
testNextGaussian 0.015
testNextExponential 0.004
testConfig 0
testNextSample 0.026
testNextPermutation 0.001

SimpsonIntegratorTest

testSinFunction 0.001
testParameters 0
testQuinticFunction 0.001

ElitisticListPopulationTest

testNextGeneration 0

BinomialDistributionTest

testDegenerate0 0.002
testDegenerate1 0
testDensities 0
testCumulativeProbabilities 0.001
testFloatingPointArguments 0.001
testInverseCumulativeProbabilities 0.001
testIllegalArguments 0.001

EstimatedParameterTest

testConstruction 0
testBound 0
testEstimate 0

CauchyDistributionTest

testInverseCumulativeProbabilityExtremes 0.001
testMedian 0
testScale 0
testSetScale 0
testCumulativeProbabilities 0
testInverseCumulativeProbabilities 0
testIllegalArguments 0.011
testConsistency 0.001

GLSMultipleLinearRegressionTest

cannotAddXSampleData 0.003
cannotAddNullYSampleData 0.002
cannotAddSampleDataWithSizeMismatch 0.002
cannotAddNullCovarianceData 0.002
notEnoughData 0.002
cannotAddCovarianceDataWithSampleSizeMismatch 0.002
cannotAddCovarianceDataThatIsNotSquare 0.002
canEstimateRegressionParameters 0.002
canEstimateResiduals 0.003
canEstimateRegressionParametersVariance 0.002
canEstimateRegressandVariance 0.003

FitnessCachingTest

testFitnessCaching 0.02

Array2DRowRealMatrixTest

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

GaussNewtonOptimizerTest

testTrivial 0.004
testNoDependency 0
testOneSet 0
testTwoSets 0.001
testNonInversible 0
testIllConditioned 0
testMoreEstimatedParametersSimple 0.001
testMoreEstimatedParametersUnsorted 0
testRedundantEquations 0.001
testInconsistentEquations 0
testMaxIterations 0.006
testCircleFitting 0
testCircleFittingBadInit 0.004
testInconsistentSizes 0.001
testColumnsPermutation 0

DormandPrince54IntegratorTest

testDimensionCheck 0.002
testMinStep 0.001
testSmallLastStep 0.001
testBackward 0.003
testIncreasingTolerance 0.031
testEvents 0.007
testKepler 0.021
testVariableSteps 0.007

TournamentSelectionTest

testSelect 0.002

BetaDistributionTest

testDensity 0.022
testCumulative 0.009

TestUtilsTest

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

BisectionSolverTest

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

BigFractionTest

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

GraggBulirschStoerStepInterpolatorTest

derivativesConsistency 0.018
serialization 0.031
checklone 0.018

FunctionEvaluationExceptionTest

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

ContinuedFractionTest

testGoldenRatio 0

ResizableDoubleArrayTest

testConstructors 0.001
testSetElementArbitraryExpansion 0.001
testAdd1000 0.001
testAddElementRolling 0.001
testSetNumberOfElements 0
testWithInitialCapacity 0
testWithInitialCapacityAndExpansionFactor 0.001
testDiscard 0.001
testSubstitute 0
testMutators 0.001
testEqualsAndHashCode 0
testGetValues 0.001
testMinMax 0

EulerStepInterpolatorTest

derivativesConsistency 0.017
serialization 0.059
noReset 0
interpolationAtBounds 0.001
interpolationInside 0.001

ChromosomeTest

testCompareTo 0
testFindSameChromosome 0.002

GammaTest

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

InvalidMatrixExceptionTest

testConstructorMessage 0.001

BinaryChromosomeTest

testIsSame 0
testInvalidConstructor 0.001
testRandomConstructor 0.001

MinTest

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

AdamsMoultonIntegratorTest

testMinStep 0.018
testIncreasingTolerance 0.077
dimensionCheck 0.002
exceedMaxEvaluations 0.008
backward 0.015
polynomial 0.07

ComplexTest

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

CholeskySolverTest

testSolve 0.002
testDeterminant 0
testSolveDimensionErrors 0.001

LUSolverTest

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

UnivariateRealSolverUtilsTest

testSolveNull 0
testSolveBadParameters 0
testSolveSin 0
testSolveAccuracyNull 0
testSolveAccuracySin 0
testSolveNoRoot 0
testBracketSin 0
testBracketEndpointRoot 0
testBadParameters 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
testLogBetaPositiveNan 0
testLogBetaNegativePositive 0
testLogBetaPositiveNegative 0.001
testLogBetaZeroPositive 0
testLogBetaPositiveZero 0
testLogBetaPositivePositive 0.001

MultiStartDifferentiableMultivariateRealOptimizerTest

testCircleFitting 0.014

SparseFieldMatrixTest

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

ErfTest

testErf0 0.001
testErf1960 0
testErf2576 0.001
testErf2807 0
testErf3291 0

FractionFormatTest

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

MixedListUnivariateImplTest

testStats 0.011
testN0andN1Conditions 0
testProductAndGeometricMean 0.001
testSkewAndKurtosis 0

TTestFactoryTest

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

SparseRealVectorTest

testSerial 0.009
testConstructors 0.002
testDataInOut 0.001
testMapFunctions 0.003
testBasicFunctions 0.002
testMisc 0.001
testPredicates 0

PolynomialFunctionTest

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

LevenbergMarquardtEstimatorTest

testTrivial 0.004
testQRColumnsPermutation 0
testNoDependency 0
testOneSet 0
testTwoSets 0
testNonInversible 0
testIllConditioned 0
testMoreEstimatedParametersSimple 0
testMoreEstimatedParametersUnsorted 0
testRedundantEquations 0.001
testInconsistentEquations 0
testCircleFitting 0.086
testCircleFittingBadInit 0.004
testControlParameters 0.001
testMath199 0.001

ComplexUtilsTest

testPolar2Complex 0.002
testPolar2ComplexIllegalModulus 0
testPolar2ComplexNaN 0
testPolar2ComplexInf 0

SumSqTest

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

VectorialMeanTest

testSerial 0.001
testMismatch 0
testSimplistic 0
testBasicStats 0

DefaultTransformerTest

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

ComplexFieldTest

testZero 0.002
testOne 0
testSerial 0.001

RombergIntegratorTest

testSinFunction 0.001
testParameters 0.001
testQuinticFunction 0

GillIntegratorTest

testDecreasingSteps 0.108
testSmallStep 0.004
testBigStep 0
testDimensionCheck 0
testBackward 0.005
testKepler 0.009
testStepSize 0.001
testUnstableDerivative 0.001

UncorrelatedRandomVectorGeneratorTest

testMeanAndCorrelation 0.013

MathExceptionTest

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

FrenchVector3DFormatTest

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

FirstOrderConverterTest

testDoubleDimension 0.001
testDecreasingSteps 0.032
testSmallStep 0.075
testBigStep 0

PearsonsCorrelationTest

testConsistency 0.003
testLongly 0.001
testSwissFertility 0.001
testConstant 0
testInsufficientData 0.001
testStdErrorConsistency 0.001
testCovarianceConsistency 0.002

RandomKeyTest

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

FirstMomentTest

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

LotteryTest

testCertifiedValues 0.008

ArrayRealVectorTest

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

RotationTest

testIdentity 0.003
testAxisAngle 0.001
testRevert 0
testVectorOnePair 0.001
testVectorTwoPairs 0
testMatrix 0.002
testAngles 0.19
testSingularities 0.002
testQuaternion 0.001
testCompose 0.001
testComposeInverse 0
testApplyInverseTo 0.003

FastCosineTransformerTest

testAdHocData 0.001
testSinFunction 0
testParameters 0.001

FrenchComplexFormatTest

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

SingularValueSolverTest

testSolve 0.008
testSolveDimensionErrors 0.001
testSolveSingularityErrors 0
testConditionNumber 0

BigMatrixImplTest

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

LegendreGaussIntegratorTest

testSinFunction 0.003
testQuinticFunction 0
testExactIntegration 0.008

NevilleInterpolatorTest

testSinFunction 0.001
testParameters 0.001
testExpm1Function 0

FastSineTransformerTest

testAdHocData 0.003
testSinFunction 0.004
testParameters 0.001

BigFractionFieldTest

testZero 0.002
testOne 0
testSerial 0.001

CorrelatedRandomVectorGeneratorTest

testRank 0.002
testMath226 0.001
testRootMatrix 0
testMeanAndCovariance 0.027

LoessInterpolatorTest

testOnOnePoint 0.001
testOnTwoPoints 0.001
testOnStraightLine 0.002
testOnDistortedSine 0.006
testIncreasingBandwidthIncreasesSmoothness 0.02
testIncreasingRobustnessItersIncreasesSmoothnessWithOutliers 0.004
testUnequalSizeArguments 0.002
testEmptyData 0.002
testNonStrictlyIncreasing 0.002
testNotAllFiniteReal 0.003
testInsufficientBandwidth 0.002
testCompletelyIncorrectBandwidth 0.001

SumTest

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

FrequencyTest

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

TDistributionTest

testInverseCumulativeProbabilityExtremes 0
testDfAccessors 0.001
testSmallDf 0.01
testCumulativeProbabilityAgaintStackOverflow 0
testCumulativeProbabilities 0.001
testInverseCumulativeProbabilities 0.002
testIllegalArguments 0
testConsistency 0.001

BlockRealMatrixTest

testSerial 0.004
testAdd 0
testMultiply 0.001
testNorm 0
testEqualsAndHashCode 0
testToString 0.001
testDimensions 0
testCopyFunctions 0.005
testAddFail 0.001
testPlusMinus 0
testMultiply2 0
testTrace 0.001
testScalarAdd 0
testOperate 0.003
testMath209 0
testTranspose 0.004
testPremultiplyVector 0.001
testPremultiply 0
testGetVectors 0
testGetColumnMatrix 0.001
testGetRowMatrix 0.001
testSetSubMatrix 0.001
testFrobeniusNorm 0
testGetEntry 0
testExamples 0.001
testGetSubMatrix 0.003
testCopySubMatrix 0.002
testSetRowMatrix 0.001
testSetColumnMatrix 0.001
testGetRowVector 0
testSetRowVector 0
testGetColumnVector 0
testSetColumnVector 0.001
testGetRow 0.001
testSetRow 0.001
testGetColumn 0
testSetColumn 0
testWalk 0.035
testSeveralBlocks 0.041
testOperateLarge 0.115
testOperatePremultiplyLarge 0.039
testGetSetMatrixLarge 0.009
testGetSetRowMatrixLarge 0.003
testGetSetColumnMatrixLarge 0.003
testGetSetRowVectorLarge 0.003
testGetSetColumnVectorLarge 0.003
testGetSetRowLarge 0.003
testGetSetColumnLarge 0.003

MultiStartUnivariateRealOptimizerTest

testSinMin 0.004
testQuinticMin 0.001

OnePointCrossoverTest

testCrossover 0.007

BrentSolverTest

testInitialGuess 0.001
testDeprecated 0.001
testSinZero 0
testQuinticZero 0.001
testRootEndpoints 0.001
testBadEndpoints 0.006

PolynomialFunctionLagrangeFormTest

testParameters 0.003
testQuinticFunction 0
testLinearFunction 0
testQuadraticFunction 0.001

FractionTest

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

FDistributionTest

testCumulativeProbabilityExtremes 0.001
testInverseCumulativeProbabilityExtremes 0.001
testDfAccessors 0.001
testLargeDegreesOfFreedom 0.006
testSmallDegreesOfFreedom 0
testCumulativeProbabilities 0
testInverseCumulativeProbabilities 0.003
testIllegalArguments 0.002
testConsistency 0.004

AbstractUnivariateStatisticTest

testTestPositive 0
testTestNegative 0.001

SynchronizedMultivariateSummaryStatisticsTest

testSerialization 0.043
testEqualsAndHashCode 0.001
testToString 0.001
testStats 0
testN0andN1Conditions 0
testSetterInjection 0.001
testShuffledStatistics 0.001
testNaNContracts 0
testSetterIllegalState 0.001
testDimension 0.001

LaguerreSolverTest

testParameters 0.017
testQuinticFunction 0.001
testLinearFunction 0.001
testQuadraticFunction 0
testDeprecated 0
testQuinticFunction2 0.003