Surefire Report

Summary


Tests Errors Failures Skipped Success Rate Time
1244 0 0 0 100% 26.37

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.stat.descriptive.summary 28 0 0 0 100% 0.02
org.apache.commons.math.ode 8 0 0 0 100% 0.039
org.apache.commons.math.stat.descriptive.rank 26 0 0 0 100% 0.025
org.apache.commons.math.stat.descriptive 44 0 0 0 100% 0.086
org.apache.commons.math.geometry 81 0 0 0 100% 0.415
org.apache.commons.math.linear 140 0 0 0 100% 0.128
org.apache.commons.math.analysis 87 0 0 0 100% 0.118
org.apache.commons.math.stat.data 2 0 0 0 100% 0.005
org.apache.commons.math.stat.descriptive.moment 74 0 0 0 100% 0.068
org.apache.commons.math.ode.nonstiff 98 0 0 0 100% 3.381
org.apache.commons.math.complex 156 0 0 0 100% 0.103
org.apache.commons.math.estimation 54 0 0 0 100% 2.304
org.apache.commons.math.random 76 0 0 0 100% 1.563
org.apache.commons.math.ode.sampling 7 0 0 0 100% 0.039
org.apache.commons.math.stat 21 0 0 0 100% 0.127
org.apache.commons.math.distribution 101 0 0 0 100% 17.632
org.apache.commons.math.fraction 37 0 0 0 100% 0.02
org.apache.commons.math.special 33 0 0 0 100% 0.016
org.apache.commons.math.util 65 0 0 0 100% 0.089
org.apache.commons.math.stat.regression 29 0 0 0 100% 0.07
org.apache.commons.math.optimization 6 0 0 0 100% 0.055
org.apache.commons.math 22 0 0 0 100% 0.025
org.apache.commons.math.transform 9 0 0 0 100% 0.019
org.apache.commons.math.stat.inference 40 0 0 0 100% 0.023

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

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

Class Tests Errors Failures Skipped Success Rate Time
SumSqTest 7 0 0 0 100% 0.005
SumTest 7 0 0 0 100% 0.004
SumLogTest 7 0 0 0 100% 0.004
ProductTest 7 0 0 0 100% 0.007

org.apache.commons.math.ode

Class Tests Errors Failures Skipped Success Rate Time
FirstOrderConverterTest 4 0 0 0 100% 0.023
ContinuousOutputModelTest 4 0 0 0 100% 0.016

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

Class Tests Errors Failures Skipped Success Rate Time
MinTest 8 0 0 0 100% 0.01
MaxTest 8 0 0 0 100% 0.009
MedianTest 1 0 0 0 100% 0.001
PercentileTest 9 0 0 0 100% 0.005

org.apache.commons.math.stat.descriptive

Class Tests Errors Failures Skipped Success Rate Time
MultivariateSummaryStatisticsTest 8 0 0 0 100% 0.017
MixedListUnivariateImplTest 4 0 0 0 100% 0.002
ListUnivariateImplTest 5 0 0 0 100% 0.025
AbstractUnivariateStatisticTest 2 0 0 0 100% 0.003
InteractionTest 1 0 0 0 100% 0
SynchronizedDescriptiveStatisticsTest 2 0 0 0 100% 0.003
StatisticalSummaryValuesTest 2 0 0 0 100% 0.005
SummaryStatisticsTest 9 0 0 0 100% 0.018
SynchronizedSummaryStatisticsTest 9 0 0 0 100% 0.011
DescriptiveStatisticsTest 2 0 0 0 100% 0.002

org.apache.commons.math.geometry

Class Tests Errors Failures Skipped Success Rate Time
Vector3DFormatTest 28 0 0 0 100% 0.02
FrenchVector3DFormatTest 28 0 0 0 100% 0.02
RotationTest 12 0 0 0 100% 0.363
Vector3DTest 12 0 0 0 100% 0.011
RotationOrderTest 1 0 0 0 100% 0.001

org.apache.commons.math.linear

Class Tests Errors Failures Skipped Success Rate Time
InvalidMatrixExceptionTest 2 0 0 0 100% 0.001
MatrixIndexExceptionTest 1 0 0 0 100% 0.001
RealVectorImplTest 6 0 0 0 100% 0.01
MatrixUtilsTest 8 0 0 0 100% 0.007
RealVectorFormatTest 30 0 0 0 100% 0.013
QRDecompositionImplTest 4 0 0 0 100% 0.004
FrenchRealVectorFormatTest 30 0 0 0 100% 0.018
RealMatrixImplTest 31 0 0 0 100% 0.022
BigMatrixImplTest 28 0 0 0 100% 0.052

org.apache.commons.math.analysis

Class Tests Errors Failures Skipped Success Rate Time
RombergIntegratorTest 3 0 0 0 100% 0.002
UnivariateRealSolverUtilsTest 9 0 0 0 100% 0.005
PolynomialFunctionNewtonFormTest 4 0 0 0 100% 0.002
PolynomialFunctionTest 5 0 0 0 100% 0.002
RiddersSolverTest 4 0 0 0 100% 0.003
BrentSolverTest 5 0 0 0 100% 0.003
SplineInterpolatorTest 5 0 0 0 100% 0.003
MullerSolverTest 7 0 0 0 100% 0.032
UnivariateRealSolverFactoryImplTest 8 0 0 0 100% 0.006
PolynomialSplineFunctionTest 2 0 0 0 100% 0.003
NewtonSolverTest 3 0 0 0 100% 0.003
SimpsonIntegratorTest 3 0 0 0 100% 0.003
NevilleInterpolatorTest 3 0 0 0 100% 0.002
TrapezoidIntegratorTest 3 0 0 0 100% 0.008
PolynomialFunctionLagrangeFormTest 4 0 0 0 100% 0.002
BisectionSolverTest 11 0 0 0 100% 0.027
DividedDifferenceInterpolatorTest 3 0 0 0 100% 0.005
LaguerreSolverTest 5 0 0 0 100% 0.007

org.apache.commons.math.stat.data

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

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

Class Tests Errors Failures Skipped Success Rate Time
VarianceTest 8 0 0 0 100% 0.007
MeanTest 7 0 0 0 100% 0.006
SkewnessTest 7 0 0 0 100% 0.006
ThirdMomentTest 6 0 0 0 100% 0.011
FirstMomentTest 6 0 0 0 100% 0.006
GeometricMeanTest 7 0 0 0 100% 0.005
StandardDeviationTest 8 0 0 0 100% 0.006
SecondMomentTest 6 0 0 0 100% 0.005
VectorialCovarianceTest 3 0 0 0 100% 0.002
VectorialMeanTest 3 0 0 0 100% 0.002
FourthMomentTest 6 0 0 0 100% 0.004
KurtosisTest 7 0 0 0 100% 0.008

org.apache.commons.math.ode.nonstiff

Class Tests Errors Failures Skipped Success Rate Time
EulerIntegratorTest 5 0 0 0 100% 0.35
ClassicalRungeKuttaStepInterpolatorTest 2 0 0 0 100% 0.064
EulerStepInterpolatorTest 5 0 0 0 100% 0.025
ClassicalRungeKuttaIntegratorTest 6 0 0 0 100% 0.257
GraggBulirschStoerStepInterpolatorTest 3 0 0 0 100% 0.103
DormandPrince54StepInterpolatorTest 3 0 0 0 100% 0.024
HighamHall54IntegratorTest 8 0 0 0 100% 0.049
GraggBulirschStoerIntegratorTest 9 0 0 0 100% 0.463
DormandPrince853StepInterpolatorTest 3 0 0 0 100% 0.049
AdamsBashforthIntegratorTest 5 0 0 0 100% 0.288
GillStepInterpolatorTest 2 0 0 0 100% 0.121
HighamHall54StepInterpolatorTest 3 0 0 0 100% 0.026
ThreeEighthesStepInterpolatorTest 2 0 0 0 100% 0.177
DormandPrince853IntegratorTest 9 0 0 0 100% 0.209
AdamsMoultonIntegratorTest 6 0 0 0 100% 0.752
MidpointIntegratorTest 5 0 0 0 100% 0.069
MidpointStepInterpolatorTest 2 0 0 0 100% 0.133
ThreeEighthesIntegratorTest 6 0 0 0 100% 0.083
DormandPrince54IntegratorTest 7 0 0 0 100% 0.06
GillIntegratorTest 7 0 0 0 100% 0.079

org.apache.commons.math.complex

Class Tests Errors Failures Skipped Success Rate Time
ComplexFormatTest 35 0 0 0 100% 0.022
ComplexTest 82 0 0 0 100% 0.031
FrenchComplexFormatTest 35 0 0 0 100% 0.048
ComplexUtilsTest 4 0 0 0 100% 0.002

org.apache.commons.math.estimation

Class Tests Errors Failures Skipped Success Rate Time
EstimatedParameterTest 3 0 0 0 100% 0.001
LevenbergMarquardtEstimatorTest 15 0 0 0 100% 0.363
GaussNewtonEstimatorTest 15 0 0 0 100% 0.073
WeightedMeasurementTest 3 0 0 0 100% 0.002
MinpackTest 18 0 0 0 100% 1.865

org.apache.commons.math.random

Class Tests Errors Failures Skipped Success Rate Time
EmpiricalDistributionTest 11 0 0 0 100% 0.124
RandomDataTest 16 0 0 0 100% 0.28
UncorrelatedRandomVectorGeneratorTest 1 0 0 0 100% 0.018
RandomAdaptorTest 17 0 0 0 100% 0.142
GaussianRandomGeneratorTest 1 0 0 0 100% 0.004
CorrelatedRandomVectorGeneratorTest 3 0 0 0 100% 0.065
ValueServerTest 8 0 0 0 100% 0.141
AbstractRandomGeneratorTest 18 0 0 0 100% 0.779
UniformRandomGeneratorTest 1 0 0 0 100% 0.01

org.apache.commons.math.ode.sampling

Class Tests Errors Failures Skipped Success Rate Time
DummyStepInterpolatorTest 5 0 0 0 100% 0.011
StepNormalizerTest 2 0 0 0 100% 0.028

org.apache.commons.math.stat

Class Tests Errors Failures Skipped Success Rate Time
StatUtilsTest 13 0 0 0 100% 0.016
FrequencyTest 6 0 0 0 100% 0.004
CertifiedDataTest 2 0 0 0 100% 0.107

org.apache.commons.math.distribution

Class Tests Errors Failures Skipped Success Rate Time
PascalDistributionTest 7 0 0 0 100% 0.008
GammaDistributionTest 8 0 0 0 100% 0.004
WeibullDistributionTest 9 0 0 0 100% 0.005
HypergeometricDistributionTest 11 0 0 0 100% 17.433
ExponentialDistributionTest 8 0 0 0 100% 0.005
NormalDistributionTest 11 0 0 0 100% 0.062
CauchyDistributionTest 8 0 0 0 100% 0.01
ChiSquareDistributionTest 6 0 0 0 100% 0.005
FDistributionTest 8 0 0 0 100% 0.013
BinomialDistributionTest 7 0 0 0 100% 0.008
PoissonDistributionTest 10 0 0 0 100% 0.06
TDistributionTest 8 0 0 0 100% 0.019

org.apache.commons.math.fraction

Class Tests Errors Failures Skipped Success Rate Time
FractionTest 21 0 0 0 100% 0.009
FractionFormatTest 16 0 0 0 100% 0.011

org.apache.commons.math.special

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

org.apache.commons.math.util

Class Tests Errors Failures Skipped Success Rate Time
MathUtilsTest 40 0 0 0 100% 0.076
DefaultTransformerTest 6 0 0 0 100% 0.003
ResizableDoubleArrayTest 11 0 0 0 100% 0.007
ContinuedFractionTest 1 0 0 0 100% 0
TransformerMapTest 7 0 0 0 100% 0.003

org.apache.commons.math.stat.regression

Class Tests Errors Failures Skipped Success Rate Time
OLSMultipleLinearRegressionTest 10 0 0 0 100% 0.03
SimpleRegressionTest 9 0 0 0 100% 0.006
GLSMultipleLinearRegressionTest 10 0 0 0 100% 0.034

org.apache.commons.math.optimization

Class Tests Errors Failures Skipped Success Rate Time
MultiDirectionalTest 3 0 0 0 100% 0.009
NelderMeadTest 3 0 0 0 100% 0.046

org.apache.commons.math

Class Tests Errors Failures Skipped Success Rate Time
ArgumentOutsideDomainExceptionTest 1 0 0 0 100% 0.003
ConvergenceExceptionTest 4 0 0 0 100% 0.003
FunctionEvaluationExceptionTest 4 0 0 0 100% 0.003
MathConfigurationExceptionTest 4 0 0 0 100% 0.003
MaxIterationsExceededExceptionTest 2 0 0 0 100% 0.001
MathExceptionTest 6 0 0 0 100% 0.011
DuplicateSampleAbscissaExceptionTest 1 0 0 0 100% 0.001

org.apache.commons.math.transform

Class Tests Errors Failures Skipped Success Rate Time
FastFourierTransformerTest 3 0 0 0 100% 0.007
FastSineTransformerTest 3 0 0 0 100% 0.008
FastCosineTransformerTest 3 0 0 0 100% 0.004

org.apache.commons.math.stat.inference

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

Test Cases

LotteryTest

testCertifiedValues 0.002

VarianceTest

testNaN 0.001
testPopulation 0
testConsistency 0
testSerialization 0.002
testEqualsAndHashCode 0.001
testIncrementation 0
testMomentSmallSamples 0
testEvaluation 0

EulerIntegratorTest

testDecreasingSteps 0.333
testSmallStep 0.01
testBigStep 0
testDimensionCheck 0.001
testStepSize 0.002

MultivariateSummaryStatisticsTest

testSerialization 0.012
testSetterInjection 0.001
testSetterIllegalState 0.001
testDimension 0
testStats 0
testN0andN1Conditions 0
testNaNContracts 0
testEqualsAndHashCode 0

ClassicalRungeKuttaStepInterpolatorTest

testSerialization 0.056
testDerivativesConsistency 0.006

InvalidMatrixExceptionTest

testConstructor 0.001
testConstructorMessage 0

EmpiricalDistributionTest

testSerialization 0.038
testLoad 0.014
testDoubleLoad 0.006
testNext 0.016
testNexFail 0.003
testGridTooFine 0.024
testGridTooFat 0.009
testBinIndexOverflow 0.004
testLoadNullDoubleArray 0.002
testLoadNullURL 0.002
testLoadNullFile 0.002

MixedListUnivariateImplTest

testStats 0
testN0andN1Conditions 0
testSkewAndKurtosis 0
testProductAndGeometricMean 0

EulerStepInterpolatorTest

testSerialization 0.018
testDerivativesConsistency 0.005
testNoReset 0
testInterpolationAtBounds 0
testInterpolationInside 0

ChiSquareFactoryTest

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

ArgumentOutsideDomainExceptionTest

testConstructor 0.002

PascalDistributionTest

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

MeanTest

testSmallSamples 0
testConsistency 0
testSerialization 0.002
testEqualsAndHashCode 0
testIncrementation 0
testMomentSmallSamples 0
testEvaluation 0

GammaDistributionTest

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

MatrixIndexExceptionTest

testConstructorMessage 0

ComplexFormatTest

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

SkewnessTest

testNaN 0
testConsistency 0
testSerialization 0.003
testEqualsAndHashCode 0
testIncrementation 0.001
testMomentSmallSamples 0
testEvaluation 0.001

MathUtilsTest

test0Choose0 0
testAddAndCheck 0
testAddAndCheckLong 0
testBinomialCoefficient 0.001
testBinomialCoefficientFail 0.001
testCosh 0
testCoshNaN 0
testEquals 0
testArrayEquals 0
testFactorial 0
testFactorialFail 0
testGcd 0
testHash 0.001
testArrayHash 0
testIndicatorByte 0.001
testIndicatorDouble 0
testIndicatorFloat 0.001
testIndicatorInt 0
testIndicatorLong 0
testIndicatorShort 0
testLcm 0
testLog 0
testMulAndCheck 0.001
testMulAndCheckLong 0
testNextAfter 0.001
testNextAfterSpecialCases 0
testNormalizeAngle 0.049
testRoundDouble 0.003
testRoundFloat 0
testSignByte 0.001
testSignDouble 0
testSignFloat 0
testSignInt 0
testSignLong 0
testSignShort 0
testSinh 0
testSinhNaN 0
testSubAndCheck 0
testSubAndCheckErrorMessage 0
testSubAndCheckLong 0.001

ClassicalRungeKuttaIntegratorTest

testDecreasingSteps 0.186
testSmallStep 0.014
testBigStep 0
testStepSize 0.002
testSanityChecks 0.001
testKepler 0.053

GraggBulirschStoerStepInterpolatorTest

testSerialization 0.044
testDerivativesConsistency 0.027
testClone 0.03

RombergIntegratorTest

testQuinticFunction 0.001
testParameters 0.001
testSinFunction 0

UnivariateRealSolverUtilsTest

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

RandomDataTest

testNextIntExtremeValues 0
testNextLongExtremeValues 0
testNextInt 0.002
testNextLong 0.002
testNextSecureLong 0.006
testNextSecureInt 0.007
testNextPoisson 0.046
testNextHex 0.081
testNextSecureHex 0.093
testNextUniform 0
testNextUniformExclusiveEndpoints 0
testNextGaussian 0.023
testNextExponential 0.007
testConfig 0
testNextSample 0.007
testNextPermutation 0.002

FractionTest

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

DefaultTransformerTest

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

ThirdMomentTest

testConsistency 0
testSerialization 0.007
testEqualsAndHashCode 0
testIncrementation 0.001
testMomentSmallSamples 0
testEvaluation 0

PolynomialFunctionNewtonFormTest

testLinearFunction 0
testQuadraticFunction 0
testQuinticFunction 0
testParameters 0

DormandPrince54StepInterpolatorTest

testSerialization 0.012
testDerivativesConsistency 0.001
testClone 0.01

PolynomialFunctionTest

testConstants 0
testLinear 0
testQuadratic 0.001
testQuintic 0
testfirstDerivativeComparison 0

RiddersSolverTest

testQuinticFunction 0.001
testParameters 0
testSinFunction 0.001
testExpm1Function 0

RealVectorImplTest

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

UncorrelatedRandomVectorGeneratorTest

testMeanAndCorrelation 0.017

FirstMomentTest

testConsistency 0
testSerialization 0.001
testEqualsAndHashCode 0
testIncrementation 0.001
testMomentSmallSamples 0.001
testEvaluation 0

GeometricMeanTest

testSpecialValues 0
testConsistency 0.001
testSerialization 0.002
testEqualsAndHashCode 0
testIncrementation 0.001
testMomentSmallSamples 0
testEvaluation 0

RandomAdaptorTest

testAdaptor 0.001
testNextIntExtremeValues 0.001
testNextLongExtremeValues 0
testNextInt 0.001
testNextLong 0.001
testNextSecureLong 0.005
testNextSecureInt 0.004
testNextPoisson 0.012
testNextHex 0.023
testNextSecureHex 0.079
testNextUniform 0
testNextUniformExclusiveEndpoints 0.001
testNextGaussian 0.003
testNextExponential 0.003
testConfig 0.001
testNextSample 0.004
testNextPermutation 0

ListUnivariateImplTest

testSerialization 0.021
testStats 0
testN0andN1Conditions 0.001
testSkewAndKurtosis 0
testProductAndGeometricMean 0.001

MatrixUtilsTest

testCreateRealMatrix 0
testCreateBigMatrix 0.003
testCreateRowRealMatrix 0.001
testCreateRowBigMatrix 0
testCreateColumnRealMatrix 0.001
testCreateColumnBigMatrix 0
testCreateIdentityMatrix 0.001
testCreateBigIdentityMatrix 0

BrentSolverTest

testSinZero 0.001
testQuinticZero 0
testRootEndpoints 0
testBadEndpoints 0
testInitialGuess 0.001

EstimatedParameterTest

testConstruction 0
testBound 0
testEstimate 0

AbstractUnivariateStatisticTest

testTestPositive 0.001
testTestNegative 0

HighamHall54IntegratorTest

testSanityChecks 0.002
testKepler 0.007
testMinStep 0
testIncreasingTolerance 0.03
testEvents 0.002
testWrongDerivative 0.001
testEventsErrors 0.002
testEventsNoConvergence 0.001

RealVectorFormatTest

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

MultiDirectionalTest

testCostExceptions 0.001
testRosenbrock 0.001
testPowell 0.005

OLSMultipleLinearRegressionTest

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

ConvergenceExceptionTest

testConstructor 0
testConstructorPatternArguments 0.001
testConstructorCause 0
testConstructorPatternArgumentsCause 0

SplineInterpolatorTest

testIllegalArguments 0
testInterpolateLinearDegenerateTwoSegment 0
testInterpolateLinearDegenerateThreeSegment 0
testInterpolateLinear 0.001
testInterpolateSin 0

GammaTest

testRegularizedGammaNanPositive 0.001
testRegularizedGammaPositiveNan 0
testRegularizedGammaNegativePositive 0
testRegularizedGammaPositiveNegative 0
testRegularizedGammaZeroPositive 0
testRegularizedGammaPositiveZero 0
testRegularizedGammaPositivePositive 0.001
testLogGammaNan 0
testLogGammaNegative 0
testLogGammaZero 0
testLogGammaPositive 0

FirstOrderConverterTest

testDoubleDimension 0.001
testDecreasingSteps 0.01
testSmallStep 0.011
testBigStep 0

ComplexTest

testConstructor 0
testCosh 0
testCoshNaN 0
testLog 0
testSinh 0
testSinhNaN 0
testAdd 0
testConstructorNaN 0
testAbs 0
testAbsNaN 0
testAbsInfinite 0
testAddNaN 0
testAddInfinite 0.001
testConjugate 0
testConjugateNaN 0
testConjugateInfiinite 0.001
testDivide 0
testDivideInfinite 0
testDivideNaN 0
testDivideNaNInf 0
testMultiply 0
testMultiplyNaN 0
testMultiplyNaNInf 0
testNegate 0
testNegateNaN 0
testSubtract 0
testSubtractNaN 0
testEqualsNull 0
testEqualsClass 0
testEqualsSame 0
testEqualsTrue 0
testEqualsRealDifference 0
testEqualsImaginaryDifference 0.001
testEqualsNaN 0
testHashCode 0
testAcos 0
testAcosInf 0
testAcosNaN 0
testAsin 0
testAsinNaN 0
testAsinInf 0.001
testAtan 0
testAtanInf 0.001
testAtanNaN 0
testCos 0
testCosNaN 0.001
testCosInf 0
testCoshInf 0
testExp 0
testExpNaN 0
testExpInf 0.001
testLogNaN 0
testLogInf 0
testLogZero 0
testPow 0
testPowNaNBase 0
testPowNaNExponent 0
testPowInf 0
testPowZero 0
testpowNull 0
testSin 0
testSinInf 0
testSinNaN 0
testSinhInf 0.001
testSqrtRealPositive 0
testSqrtRealZero 0
testSqrtRealNegative 0
testSqrtImaginaryZero 0
testSqrtImaginaryNegative 0
testSqrtPolar 0.001
testSqrtNaN