Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
1085 0 0 0 100% 110.0 s

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


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
com.irurueta.numerical.interpolation 101 0 0 0 100% 38.28 s
com.irurueta.numerical 91 0 0 0 100% 2.341 s
com.irurueta.numerical.polynomials 59 0 0 0 100% 0.036 s
com.irurueta.numerical.polynomials.estimators 149 0 0 0 100% 0.433 s
com.irurueta.numerical.optimization 80 0 0 0 100% 0.143 s
com.irurueta.numerical.integration 348 0 0 0 100% 37.17 s
com.irurueta.numerical.roots 49 0 0 0 100% 0.142 s
com.irurueta.numerical.signal.processing 38 0 0 0 100% 1.144 s
com.irurueta.numerical.robust 63 0 0 0 100% 0.692 s
com.irurueta.numerical.fitting 107 0 0 0 100% 29.64 s

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

com.irurueta.numerical.interpolation

- Class Tests Errors Failures Skipped Success Rate Time
BicubicSpline2DInterpolatorTest 2 0 0 0 100% 0.006 s
CurveInterpolatorTest 2 0 0 0 100% 0.004 s
Polynomial2DInterpolatorTest 7 0 0 0 100% 0.010 s
ThinPlateRadialBasisFunctionTest 2 0 0 0 100% 0.003 s
InverseMultiQuadricRadialBasisFunctionTest 2 0 0 0 100% 0.001 s
RationalInterpolatorTest 9 0 0 0 100% 5.958 s
LinearInterpolatorTest 4 0 0 0 100% 0.007 s
SimpleInterpolatingPolynomialEstimatorTest 8 0 0 0 100% 0.005 s
AccurateInterpolatingPolynomialEstimatorTest 12 0 0 0 100% 0.007 s
ShepardInterpolatorTest 2 0 0 0 100% 9.010 s
InterpolationExceptionTest 1 0 0 0 100% 0 s
KrigingInterpolatorTest 2 0 0 0 100% 0.036 s
RadialBasisFunctionInterpolatorTest 12 0 0 0 100% 22.83 s
BilinearInterpolatorTest 5 0 0 0 100% 0.345 s
MultiQuadricRadialBasisFunctionTest 2 0 0 0 100% 0.001 s
CubicSplineInterpolatorTest 8 0 0 0 100% 0.010 s
BarycentricRationalInterpolatorTest 8 0 0 0 100% 0.025 s
PolynomialInterpolatorTest 13 0 0 0 100% 0.023 s

com.irurueta.numerical

- Class Tests Errors Failures Skipped Success Rate Time
DirectionalEvaluatorTest 2 0 0 0 100% 0.003 s
SymmetricGradientEstimatorTest 2 0 0 0 100% 0.009 s
EvaluationExceptionTest 1 0 0 0 100% 0.001 s
DirectionalDerivativeEvaluatorTest 3 0 0 0 100% 0.005 s
BuildInfoTest 2 0 0 0 100% 0.037 s
JacobianEstimatorTest 2 0 0 0 100% 0.006 s
DerivativeEstimatorTest 2 0 0 0 100% 0.003 s
GradientEstimatorTest 2 0 0 0 100% 0.003 s
LongFactorialEstimatorTest 6 0 0 0 100% 0.004 s
DoubleFactorialEstimatorTest 6 0 0 0 100% 0.010 s
PolynomialEvaluatorTest 8 0 0 0 100% 0.010 s
SavitzkyGolayGradientEstimatorTest 2 0 0 0 100% 0.023 s
SavitzkyGolayDerivativeEstimatorTest 2 0 0 0 100% 0.002 s
RealPolynomialEvaluatorTest 2 0 0 0 100% 0.003 s
LockedExceptionTest 1 0 0 0 100% 0 s
PadeApproximantEstimatorTest 6 0 0 0 100% 0.008 s
NotAvailableExceptionTest 1 0 0 0 100% 0.001 s
ExponentialMatrixEstimatorTest 9 0 0 0 100% 0.012 s
ComplexPolynomialEvaluatorTest 2 0 0 0 100% 0.002 s
HistogramMaximumLikelihoodEstimatorTest 9 0 0 0 100% 0.265 s
AccurateMaximumLikelihoodEstimatorTest 9 0 0 0 100% 0.231 s
NotReadyExceptionTest 1 0 0 0 100% 0.001 s
SymmetricDerivativeEstimatorTest 2 0 0 0 100% 0.002 s
MaximumLikelihoodEstimatorTest 8 0 0 0 100% 1.699 s
InvalidBracketRangeExceptionTest 1 0 0 0 100% 0.001 s

com.irurueta.numerical.polynomials

- Class Tests Errors Failures Skipped Success Rate Time
PolynomialTest 58 0 0 0 100% 0.035 s
PolynomialsExceptionTest 1 0 0 0 100% 0.001 s

com.irurueta.numerical.polynomials.estimators

- Class Tests Errors Failures Skipped Success Rate Time
DirectPolynomialEvaluationTest 4 0 0 0 100% 0.003 s
LMedSPolynomialRobustEstimatorTest 16 0 0 0 100% 0.059 s
RANSACPolynomialRobustEstimatorTest 16 0 0 0 100% 0.055 s
PROMedSPolynomialRobustEstimatorTest 16 0 0 0 100% 0.054 s
PolynomialRobustEstimatorTest 6 0 0 0 100% 0.013 s
PROSACPolynomialRobustEstimatorTest 16 0 0 0 100% 0.041 s
IntegralPolynomialEvaluationTest 5 0 0 0 100% 0.005 s
MSACPolynomialRobustEstimatorTest 16 0 0 0 100% 0.122 s
IntegralIntervalPolynomialEvaluationTest 5 0 0 0 100% 0.031 s
LMSEPolynomialEstimatorTest 24 0 0 0 100% 0.023 s
DerivativePolynomialEvaluationTest 5 0 0 0 100% 0.005 s
PolynomialEstimatorTest 3 0 0 0 100% 0.002 s
PolynomialEstimationExceptionTest 1 0 0 0 100% 0.001 s
WeightedPolynomialEstimatorTest 16 0 0 0 100% 0.019 s

com.irurueta.numerical.optimization

- Class Tests Errors Failures Skipped Success Rate Time
SimplexMultiOptimizerTest 7 0 0 0 100% 0.024 s
PowellMultiOptimizerTest 10 0 0 0 100% 0.020 s
DerivativeBrentSingleOptimizerTest 11 0 0 0 100% 0.009 s
QuasiNewtonMultiOptimizerTest 9 0 0 0 100% 0.012 s
GoldenSingleOptimizerTest 10 0 0 0 100% 0.017 s
OptimizationExceptionTest 1 0 0 0 100% 0.001 s
ConjugateGradientMultiOptimizerTest 11 0 0 0 100% 0.025 s
DerivativeConjugateGradientMultiOptimizerTest 11 0 0 0 100% 0.023 s
BrentSingleOptimizerTest 10 0 0 0 100% 0.012 s

com.irurueta.numerical.integration

- Class Tests Errors Failures Skipped Success Rate Time
SimpsonUpperSquareRootMidPointQuadratureIntegratorTest 3 0 0 0 100% 0.047 s
RombergLowerSquareRootMidPointQuadratureIntegratorTest 11 0 0 0 100% 0.007 s
QuadratureIntegratorTest 3 0 0 0 100% 0.004 s
SimpsonDoubleExponentialRuleQuadratureIntegratorTest 13 0 0 0 100% 0.116 s
SimpsonLowerSquareRootMidPointQuadratureIntegratorTest 3 0 0 0 100% 0.034 s
SimpsonInfinityMidPointQuadratureIntegratorTest 3 0 0 0 100% 0.006 s
SimpsonLowerSquareRootMidPointQuadratureMatrixIntegratorTest 4 0 0 0 100% 0.055 s
IntegrationExceptionTest 1 0 0 0 100% 0.001 s
TrapezoidalQuadratureTest 2 0 0 0 100% 0.003 s
RombergDoubleExponentialRuleQuadratureIntegratorTest 13 0 0 0 100% 0.016 s
UpperSquareRootMidPointQuadratureTest 2 0 0 0 100% 0.001 s
UpperSquareRootMidPointQuadratureMatrixIntegratorTest 3 0 0 0 100% 0.054 s
RombergMidPointQuadratureIntegratorTest 12 0 0 0 100% 0.010 s
LowerSquareRootMidPointQuadratureIntegratorTest 3 0 0 0 100% 0.038 s
SimpsonMidPointQuadratureIntegratorTest 6 0 0 0 100% 0.039 s
InfinityMidPointQuadratureIntegratorTest 3 0 0 0 100% 0.004 s
InfinityMidPointQuadratureTest 2 0 0 0 100% 0.002 s
SimpsonInfinityMidPointQuadratureMatrixIntegratorTest 3 0 0 0 100% 0.005 s
DoubleExponentialRuleQuadratureMatrixIntegratorTest 14 0 0 0 100% 0.014 s
SimpsonTrapezoidalQuadratureIntegratorTest 11 0 0 0 100% 0.047 s
RombergExponentialMidPointQuadratureIntegratorTest 3 0 0 0 100% 0.034 s
RombergUpperSquareRootMidPointQuadratureIntegratorTest 12 0 0 0 100% 0.010 s
LowerSquareRootMidPointQuadratureTest 2 0 0 0 100% 0.002 s
ExponentialMidPointQuadratureTest 2 0 0 0 100% 0.002 s
SimpsonMatrixIntegratorTest 3 0 0 0 100% 0.003 s
SimpsonDoubleExponentialRuleQuadratureMatrixIntegratorTest 15 0 0 0 100% 0.174 s
RombergMatrixIntegratorTest 3 0 0 0 100% 0.004 s
UpperSquareRootMidPointQuadratureIntegratorTest 3 0 0 0 100% 0.038 s
MatrixIntegratorTest 7 0 0 0 100% 0.024 s
TrapezoidalQuadratureIntegratorTest 5 0 0 0 100% 35.41 s
MidPointQuadratureTest 2 0 0 0 100% 0.002 s
SimpsonUpperSquareRootMidPointQuadratureMatrixIntegratorTest 5 0 0 0 100% 0.148 s
MidPointQuadratureMatrixIntegratorTest 6 0 0 0 100% 0.135 s
QuadratureMatrixIntegratorTest 3 0 0 0 100% 0.003 s
RombergInfinityMidPointQuadratureMatrixIntegratorTest 4 0 0 0 100% 0.014 s
SimpsonTrapezoidalQuadratureMatrixIntegratorTest 13 0 0 0 100% 0.093 s
RombergMidPointQuadratureMatrixIntegratorTest 14 0 0 0 100% 0.019 s
SimpsonIntegratorTest 3 0 0 0 100% 0.007 s
RombergLowerSquareRootMidPointQuadratureMatrixIntegratorTest 13 0 0 0 100% 0.017 s
SimpsonMidPointQuadratureMatrixIntegratorTest 6 0 0 0 100% 0.054 s
IntegratorTest 7 0 0 0 100% 0.012 s
RombergInfinityMidPointQuadratureIntegratorTest 11 0 0 0 100% 0.081 s
RombergTrapezoidalQuadratureIntegratorTest 12 0 0 0 100% 0.070 s
RombergUpperSquareRootMidPointQuadratureMatrixIntegratorTest 14 0 0 0 100% 0.012 s
RombergTrapezoidalQuadratureMatrixIntegratorTest 14 0 0 0 100% 0.010 s
MidPointQuadratureIntegratorTest 6 0 0 0 100% 0.039 s
InfinityMidPointQuadratureMatrixIntegratorTest 3 0 0 0 100% 0.015 s
DoubleExponentialRuleQuadratureIntegratorTest 12 0 0 0 100% 0.008 s
TrapezoidalQuadratureMatrixIntegratorTest 4 0 0 0 100% 0.014 s
RombergIntegratorTest 3 0 0 0 100% 0.005 s
RombergExponentialMidPointQuadratureMatrixIntegratorTest 3 0 0 0 100% 0.098 s
DoubleExponentialRuleQuadratureTest 2 0 0 0 100% 0.001 s
LowerSquareRootMidPointQuadratureMatrixIntegratorTest 3 0 0 0 100% 0.091 s
RombergDoubleExponentialRuleQuadratureMatrixIntegratorTest 15 0 0 0 100% 0.016 s

com.irurueta.numerical.roots

- Class Tests Errors Failures Skipped Success Rate Time
FalsePositionSingleRootEstimatorTest 5 0 0 0 100% 0.007 s
BrentSingleRootEstimatorTest 5 0 0 0 100% 0.007 s
RidderSingleRootEstimatorTest 5 0 0 0 100% 0.017 s
BisectionSingleRootEstimatorTest 5 0 0 0 100% 0.005 s
SecantSingleRootEstimatorTest 5 0 0 0 100% 0.009 s
FirstDegreePolynomialRootsEstimatorTest 3 0 0 0 100% 0.019 s
SecondDegreePolynomialRootsEstimatorTest 3 0 0 0 100% 0.020 s
SafeNewtonRaphsonSingleRootEstimatorTest 5 0 0 0 100% 0.006 s
RootEstimationExceptionTest 1 0 0 0 100% 0 s
NewtonRaphsonSingleRootEstimatorTest 5 0 0 0 100% 0.009 s
ThirdDegreePolynomialRootsEstimatorTest 3 0 0 0 100% 0.024 s
LaguerrePolynomialRootsEstimatorTest 4 0 0 0 100% 0.019 s

com.irurueta.numerical.signal.processing

- Class Tests Errors Failures Skipped Success Rate Time
KalmanFilterTest 19 0 0 0 100% 1.060 s
MeasurementNoiseCovarianceEstimatorTest 2 0 0 0 100% 0.042 s
SignalProcessingExceptionTest 1 0 0 0 100% 0.002 s
Convolver1DTest 16 0 0 0 100% 0.040 s

com.irurueta.numerical.robust

- Class Tests Errors Failures Skipped Success Rate Time
RANSACRobustEstimatorTest 9 0 0 0 100% 0.035 s
NotEnoughSamplesExceptionTest 1 0 0 0 100% 0.003 s
InvalidSubsetSizeExceptionTest 1 0 0 0 100% 0.063 s
WeightSelectionTest 1 0 0 0 100% 0.009 s
SubsetSelectorExceptionTest 1 0 0 0 100% 0.002 s
LMedSRobustEstimatorTest 8 0 0 0 100% 0.163 s
PROMedSRobustEstimatorTest 12 0 0 0 100% 0.131 s
FastRandomSubsetSelectorTest 5 0 0 0 100% 0.028 s
PROSACRobustEstimatorTest 12 0 0 0 100% 0.136 s
SubsetSelectorTest 5 0 0 0 100% 0.017 s
InvalidSubsetRangeExceptionTest 1 0 0 0 100% 0.008 s
RobustEstimatorExceptionTest 1 0 0 0 100% 0.009 s
MSACRobustEstimatorTest 6 0 0 0 100% 0.088 s

com.irurueta.numerical.fitting

- Class Tests Errors Failures Skipped Success Rate Time
FittingExceptionTest 1 0 0 0 100% 0.002 s
StraightLineFitterTest 5 0 0 0 100% 0.015 s
SvdMultiDimensionLinearFitterTest 7 0 0 0 100% 0.037 s
LevenbergMarquardtMultiVariateFitterTest 29 0 0 0 100% 13.12 s
LevenbergMarquardtSingleDimensionFitterTest 22 0 0 0 100% 3.739 s
LevenbergMarquardtMultiDimensionFitterTest 27 0 0 0 100% 12.68 s
SimpleSingleDimensionLinearFitterTest 8 0 0 0 100% 0.025 s
SvdSingleDimensionLinearFitterTest 8 0 0 0 100% 0.018 s

Test Cases

[Summary] [Package List] [Test Cases]

BicubicSpline2DInterpolatorTest

interpolate_whenFirstDegree2DPolynomialMinimumSamples_returnsExpectedResult 0.002 s
interpolate_whenFirstDegree2DPolynomial_returnsExpectedResult 0.002 s

FalsePositionSingleRootEstimatorTest

testSetBracketGetEvaluationPointsAndAvailability 0.001 s
testEstimate 0.001 s
testGetSetTolerance 0 s
testGetSetListenerAvailabilityAndIsReady 0.001 s
testConstructor 0.002 s

DirectPolynomialEvaluationTest

testGetSetEvaluation 0.001 s
testGetSetX 0 s
testSerializeDeserialize 0.002 s
testConstructor 0 s

BrentSingleRootEstimatorTest

testSetBracketGetEvaluationPointsAndAvailability 0 s
testEstimate 0.001 s
testGetSetTolerance 0.001 s
testGetSetListenerAvailabilityAndIsReady 0.001 s
testConstructor 0.001 s

SimplexMultiOptimizerTest

testGetSetSimplexAndAvailability 0.003 s
testGetSetOnIterationCompletedListener 0 s
testMinimize 0.011 s
testGetSetTolerance 0.001 s
testGetSetListenerAndAvailability 0 s
testIsReady 0 s
testConstructor 0.005 s

SimpsonUpperSquareRootMidPointQuadratureIntegratorTest

getIntegratorType_returnsExpectedValue 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.041 s
getQuadratureType_returnsExpectedValue 0.001 s

RombergLowerSquareRootMidPointQuadratureIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenGaussian_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0.001 s
getIntegratorType_returnsExpectedValue 0 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenExponential_returnsExpectedResult 0 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0.001 s

QuadratureIntegratorTest

create_whenDefaultAccuracyAndQuadratureType_returnsExpectedIntegrator 0.002 s
create_whenNoQuadratureType_returnsExpectedIntegrator 0 s
create_whenAccuracyAndQuadratureType_returnsExpectedIntegrator 0 s

KalmanFilterTest

testPredictAndCorrectRealDataMotionFast 0.499 s
testGetSetMeasurementMatrix 0.001 s
testGetSetGain 0.001 s
testPredictAndCorrectAcceleration 0.014 s
testGetSetControlMatrix 0.002 s
testPredictAndCorrectPositionSpeedAndAcceleration3D 0.007 s
testGetSetProcessNoiseCov 0.002 s
testGetSetMeasurementNoiseCov 0.002 s
testGetSetStatePost 0.002 s
testPredictAndCorrectRealDataNoMotionFast 0.308 s
testPredictAndCorrectRealDataMotion 0.073 s
testGetSetTransitionMatrix 0.002 s
testPredictAndCorrectPositionSpeedAndAcceleration 0.003 s
testGetSetStatePre 0.001 s
testGetSetErrorCovPost 0.001 s
testGetSetMeasureParameters 0.001 s
testGetSetErrorCovPre 0.001 s
testConstructor 0.001 s
testPredictAndCorrectRealDataNoMotion 0.123 s

SimpsonDoubleExponentialRuleQuadratureIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenGaussian_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegrandWithSingularities_throwsIntegrationException 0.106 s
getIntegratorType_returnsExpectedValue 0 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenExponential_returnsExpectedResult 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
constructor_makesNewInstance 0.001 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0 s

SimpsonLowerSquareRootMidPointQuadratureIntegratorTest

getIntegratorType_returnsExpectedValue 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.032 s
getQuadratureType_returnsExpectedValue 0.001 s

RANSACRobustEstimatorTest

testEstimateWithInliersData 0.010 s
testEstimate 0.003 s
testGetSetProgressDelta 0.002 s
testGetSetConfidence 0.002 s
testIsSetComputeAndKeepResidualsEnabled 0.002 s
testGetSetMaxIterations 0.002 s
testIsSetComputeAndKeepInliersEnabled 0.001 s
testGetSetListenerAvailabilityAndIsReady 0.001 s
testConstructor 0.001 s

SimpsonInfinityMidPointQuadratureIntegratorTest

integrate_whenGaussian_returnsExpectedResult 0.003 s
getIntegratorType_returnsExpectedValue 0 s
getQuadratureType_returnsExpectedValue 0.001 s

SimpsonLowerSquareRootMidPointQuadratureMatrixIntegratorTest

getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenExponential2_returnsExpectedResult 0.003 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.049 s
getQuadratureType_returnsExpectedValue 0.001 s

IntegrationExceptionTest

testConstructor 0.001 s

NotEnoughSamplesExceptionTest

testConstructor 0.002 s

PowellMultiOptimizerTest

testGetSetStartPointAndAvailability 0.002 s
testGetSetOnIterationCompletedListener 0 s
testGetSetDirectionsAndAvailability 0.001 s
testMinimize 0.010 s
testGetSetTolerance 0.001 s
testIsLocked 0 s
testGetSetListenerAndAvailability 0.001 s
testIsReady 0 s
testGetSetDirection 0.001 s
testConstructor 0.003 s

RidderSingleRootEstimatorTest

testEstimate 0.002 s
testGetSetTolerance 0.003 s
testSetBracketGetEvaluationPointAndAvailability 0.001 s
testGetSetListenerAvailabilityAndIsReady 0.002 s
testConstructor 0.005 s

DirectionalEvaluatorTest

testEvaluateAt 0 s
testConstructor 0 s

DerivativeBrentSingleOptimizerTest

testGetEvaluationsAndEvaluateBracket 0.001 s
testGetSetOnIterationCompletedListener 0 s
testGetSetDerivativeListenerAndAvailability 0.001 s
testGetSetTolerance 0 s
testIsLocked 0 s
testGetSetListenerAndAvailability 0.001 s
testComputeBracket 0 s
testMinimizeGetResultAndAvailability 0.001 s
testIsReady 0 s
testGetSetBracketAndAvailability 0.001 s
testConstructor 0.003 s

BisectionSingleRootEstimatorTest

testGetSetBracketGetEvaluationPointsAndAvailability 0 s
testEstimate 0.001 s
testGetSetTolerance 0.001 s
testGetSetListenerAndAvailability 0 s
testConstructor 0.001 s

SymmetricGradientEstimatorTest

testGradient 0.004 s
testConstructor 0.001 s

InvalidSubsetSizeExceptionTest

testConstructor 0.033 s

CurveInterpolatorTest

interpolate_whenFirstDegreePolynomial1_returnsExpectedResult 0.002 s
interpolate_whenFirstDegreePolynomial2_returnsExpectedResult 0.001 s

QuasiNewtonMultiOptimizerTest

testGetSetStartPointAndAvailability 0.004 s
testGetSetOnIterationCompletedListener 0 s
testMinimize 0.001 s
testGetSetGradientListenerAndAvailability 0.001 s
testGetSetTolerance 0 s
testIsLocked 0 s
testGetSetListenerAndAvailability 0 s
testIsReady 0 s
testConstructor 0.002 s

Polynomial2DInterpolatorTest

interpolate_whenNotEnoughSamples_throwsIllegalArgumentException 0.004 s
interpolate_whenSecondDegree2DPolynomialMinimumSamples_returnsExpectedResult 0.001 s
getN_returnsExpectedValue 0 s
interpolate_whenFirstDegree2DPolynomialMinimumSamples_returnsExpectedResult 0 s
interpolate_whenFirstDegree2DPolynomial_returnsExpectedResult 0.002 s
interpolate_whenSecondDegree2DPolynomial_returnsExpectedResult 0.001 s
getM_returnsExpectedValue 0 s

TrapezoidalQuadratureTest

getType_returnsExpectedValue 0 s
next_returnsNotZeroValue 0 s

FittingExceptionTest

testConstructor 0 s

WeightSelectionTest

testSelectWeights 0.007 s

RombergDoubleExponentialRuleQuadratureIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.003 s
integrate_whenGaussian_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsExpectedResult 0.001 s
getIntegratorType_returnsExpectedValue 0 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenExponential_returnsExpectedResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0.001 s
constructor_makesNewInstance 0.002 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0 s
getQuadratureType_returnsExpectedValue 0 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0 s

LMedSPolynomialRobustEstimatorTest

testEstimateDirectAndDerivativeEvaluationsGeometricDistance 0.010 s
testGetSetStopThreshold 0 s
testGetSetProgressDelta 0 s
testEstimateDirectEvaluationsGeometricDistance 0.007 s
testGetSetConfidence 0.001 s
testGetSetMaxIterations 0 s
testGetSetEvaluations 0 s
testEstimateIntegralEvaluationsAlgebraicDistance 0.012 s
testEstimateIntegralIntervalEvaluationsAlgebraicDistance 0.008 s
testIsSetGeometricDistanceUsed 0 s
testEstimateDirectAndDerivativeEvaluationsAlgebraicDistance 0.002 s
testGetSetDegree 0.001 s
testGetSetQualityScores 0 s
testGetSetListener 0.001 s
testEstimateDirectEvaluationsAlgebraicDistance 0.006 s
testConstructor 0.002 s

UpperSquareRootMidPointQuadratureTest

getType_returnsExpectedValue 0 s
next_returnsNotZeroValue 0 s

EvaluationExceptionTest

testConstructor 0.001 s

UpperSquareRootMidPointQuadratureMatrixIntegratorTest

getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.052 s
getQuadratureType_returnsExpectedValue 0.001 s

ThinPlateRadialBasisFunctionTest

evaluate_whenRandomScale_returnsExpectedValue 0 s
evaluate_whenDefaultScale_returnsExpectedValue 0.001 s

RANSACPolynomialRobustEstimatorTest

testEstimateDirectAndDerivativeEvaluationsGeometricDistance 0.012 s
testGetSetProgressDelta 0.001 s
testEstimateDirectEvaluationsGeometricDistance 0.012 s
testGetSetConfidence 0.001 s
testGetSetMaxIterations 0.001 s
testGetSetEvaluations 0.001 s
testEstimateIntegralEvaluationsAlgebraicDistance 0.009 s
testEstimateIntegralIntervalEvaluationsAlgebraicDistance 0.005 s
testIsSetGeometricDistanceUsed 0 s
testEstimateDirectAndDerivativeEvaluationsAlgebraicDistance 0.004 s
testGetSetDegree 0.001 s
testGetSetQualityScores 0 s
testGetSetListener 0 s
testGetSetThreshold 0 s
testEstimateDirectEvaluationsAlgebraicDistance 0.004 s
testConstructor 0.002 s

DirectionalDerivativeEvaluatorTest

testEvaluateAt 0.002 s
testDifferentiateAt 0.001 s
testConstructor 0.001 s

BuildInfoTest

testGetters 0.036 s
testGetInstance 0.001 s

JacobianEstimatorTest

testJacobian 0.004 s
testConstructor 0.001 s

GoldenSingleOptimizerTest

testGetEvaluationsAndEvaluateBracket 0.001 s
testGetSetOnIterationCompletedListener 0 s
testGetSetTolerance 0 s
testIsLocked 0 s
testGetSetListenerAndAvailability 0 s
testComputeBracket 0 s
testMinimizeGetResultAndAvailability 0.005 s
testIsReady 0.001 s
testGetSetBracketAndAvailability 0.001 s
testConstructor 0.005 s

RombergMidPointQuadratureIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenGaussian_returnsExpectedResult 0 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsExpectedResult 0.001 s
getIntegratorType_returnsExpectedValue 0 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenExponential_returnsExpectedResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0.001 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0 s

SecantSingleRootEstimatorTest

testSetBracketGetEvaluationPointsAndAvailability 0.001 s
testEstimate 0.001 s
testGetSetTolerance 0 s
testGetSetListenerAvailabilityAndIsReady 0.001 s
testConstructor 0.002 s

DerivativeEstimatorTest

testDerivative 0 s
testConstructor 0 s

GradientEstimatorTest

testGradient 0.001 s
testConstructor 0.001 s

LongFactorialEstimatorTest

defaultConstructor_setsExpectedCache 0 s
factorial_whenSmallValue_throwsException 0.001 s
factorial_returnsExpectedValue 0 s
factorial_whenLargeValue_throwsException 0.001 s
constructor_whenSmallValue_throwsException 0.001 s
constructor_whenLargeValue_throwsException 0 s

OptimizationExceptionTest

testConstructor 0.001 s

SubsetSelectorExceptionTest

testConstructor 0.001 s

LowerSquareRootMidPointQuadratureIntegratorTest

getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.036 s
getQuadratureType_returnsExpectedValue 0 s

DoubleFactorialEstimatorTest

defaultConstructor_setsExpectedCache 0 s
factorial_whenSmallValue_throwsException 0.001 s
factorial_returnsExpectedValue 0.001 s
factorial_whenLargeValue_throwsException 0.003 s
constructor_whenSmallValue_throwsException 0 s
constructor_whenLargeValue_throwsException 0 s

ConjugateGradientMultiOptimizerTest

testGetSetStartPointAndAvailability 0.001 s
testGetSetOnIterationCompletedListener 0 s
testMinimize 0.013 s
testGetSetGradientListenerAndAvailability 0.001 s
testGetSetTolerance 0.001 s
testIsLocked 0 s
testGetSetListenerAndAvailability 0 s
testGetSetUsePolakRibiere 0.001 s
testGetSetStartPointAndDirectionAndAvailability 0.001 s
testIsReady 0 s
testConstructor 0.002 s

SimpsonMidPointQuadratureIntegratorTest

getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenExponential_returnsExpectedResult 0.005 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.029 s
getQuadratureType_returnsExpectedValue 0.001 s

PolynomialEvaluatorTest

testEvaluateComplex 0.001 s
testEvaluateComplexConstant 0.001 s
testEvaluateComplexSecondDegree 0.001 s
testEvaluateRealConstant 0.002 s
testEvaluateComplexFirstDegree 0.001 s
testEvaluateRealSecondDegree 0.001 s
testEvaluateReal 0.001 s
testEvaluateRealFirstDegree 0.001 s

StraightLineFitterTest

testGetSetInputDataAndStandardDeviations 0.001 s
testFitNoSig 0.005 s
testGetSetInputDataAndIsReady 0.001 s
testFitSig 0.004 s
testConstructor 0.001 s

SavitzkyGolayGradientEstimatorTest

testGradient 0.021 s
testConstructor 0 s

InfinityMidPointQuadratureIntegratorTest

integrate_whenGaussian_returnsExpectedResult 0.002 s
getIntegratorType_returnsExpectedValue 0.001 s
getQuadratureType_returnsExpectedValue 0 s

InfinityMidPointQuadratureTest

getType_returnsExpectedValue 0.001 s
next_returnsNotZeroValue 0 s

PROMedSPolynomialRobustEstimatorTest

testEstimateDirectAndDerivativeEvaluationsGeometricDistance 0.010 s
testGetSetProgressDelta 0.001 s
testEstimateDirectEvaluationsGeometricDistance 0.007 s
testGetSetConfidence 0.001 s
testGetSetMaxIterations 0.001 s
testGetSetEvaluations 0 s
testEstimateIntegralEvaluationsAlgebraicDistance 0.008 s
testEstimateIntegralIntervalEvaluationsAlgebraicDistance 0.006 s
testIsSetGeometricDistanceUsed 0.001 s
testEstimateDirectAndDerivativeEvaluationsAlgebraicDistance 0.005 s
testGetSetDegree 0.001 s
testGetSetQualityScores 0 s
testGetSetListener 0 s
testGetSetThreshold 0.001 s
testEstimateDirectEvaluationsAlgebraicDistance 0.006 s
testConstructor 0.001 s

InverseMultiQuadricRadialBasisFunctionTest

evaluate_whenRandomScale_returnsExpectedValue 0.001 s
evaluate_whenDefaultScale_returnsExpectedValue 0 s

PolynomialRobustEstimatorTest

testCreatePROSAC 0.002 s
testCreatePROMedS 0.002 s
testCreateLMedS 0.001 s
testCreateMSAC 0.002 s
testCreteRANSAC 0.002 s
testCreate 0.001 s

SimpsonInfinityMidPointQuadratureMatrixIntegratorTest

integrate_whenGaussian_returnsExpectedResult 0.003 s
getIntegratorType_returnsExpectedValue 0.001 s
getQuadratureType_returnsExpectedValue 0 s

DoubleExponentialRuleQuadratureMatrixIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenGaussian_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0 s
integrate_whenExponential1_returnsExpectedResult 0.001 s
getIntegratorType_returnsExpectedValue 0 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0.001 s
integrate_whenExponential2_returnsExpectedResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0.001 s
constructor_makesNewInstance 0.001 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0 s
integrate_whenExponential3_returnsExpectedResult 0.001 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0 s

MeasurementNoiseCovarianceEstimatorTest

testUpdate 0.038 s
testConstructor 0.001 s

SimpsonTrapezoidalQuadratureIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegrandWithSingularities_throwsIntegrationException 0.011 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenExponential_returnsExpectedResult 0 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegralFromZeroToInfinity3_throwsIntegrationException 0.029 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0 s
getQuadratureType_returnsExpectedValue 0 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0.001 s

DerivativeConjugateGradientMultiOptimizerTest

testGetSetStartPointAndAvailability 0.001 s
testGetSetOnIterationCompletedListener 0.001 s
testMinimize 0.010 s
testGetSetGradientListenerAndAvailability 0.001 s
testGetSetTolerance 0.001 s
testIsLocked 0 s
testGetSetListenerAndAvailability 0 s
testGetSetUsePolakRibiere 0 s
testGetSetStartPointAndDirectionAndAvailability 0.001 s
testIsReady 0.001 s
testConstructor 0.003 s

SignalProcessingExceptionTest

testConstructor 0.001 s

RationalInterpolatorTest

interpolate_whenFifthDegreePolynomial_returnsExpectedResult 1.510 s
interpolate_whenNotEnoughSamplesToTakeIntoAccount_throwsIllegalArgumentException 0.001 s
interpolate_whenNotEnoughSamples_throwsIllegalArgumentException 0 s
interpolate_whenThirdDegreePolynomial_returnsExpectedResult 1.458 s
interpolate_whenSecondDegreePolynomial_returnsExpectedResult 1.460 s
interpolate_whenTooManyPointsToTakeIntoAccount_throwsIllegalArgumentException 0.001 s
interpolate_whenFirstDegreePolynomial_returnsExpectedResult 0.058 s
interpolate_whenMismatchedLength_throwsIllegalArgumentException 0 s
interpolate_whenFourthDegreePolynomial_returnsExpectedResult 1.467 s

RombergExponentialMidPointQuadratureIntegratorTest

integrate_whenImproperIntegralFromZeroToInfinity3_returnsExpectedResult 0.032 s
getIntegratorType_returnsExpectedValue 0.001 s
getQuadratureType_returnsExpectedValue 0 s

SavitzkyGolayDerivativeEstimatorTest

testDerivative 0.001 s
testConstructor 0.001 s

RombergUpperSquareRootMidPointQuadratureIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.002 s
integrate_whenGaussian_returnsExpectedResult 0 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0 s
getIntegratorType_returnsExpectedValue 0 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenExponential_returnsExpectedResult 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0 s
getQuadratureType_returnsExpectedValue 0.001 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0 s

LMedSRobustEstimatorTest

testEstimate 0.139 s
testGetSetStopThreshold 0.003 s
testGetSetProgressDelta 0.002 s
testGetSetConfidence 0.002 s
testGetSetMaxIterations 0.002 s
testGetSetInlierFactor 0.001 s
testGetSetListenerAvailabilityAndIsReady 0.002 s
testConstructor 0.001 s

FirstDegreePolynomialRootsEstimatorTest

testEstimate 0.009 s
testGetSetPolynomialParameters 0.005 s
testConstructor 0.001 s

PROSACPolynomialRobustEstimatorTest

testEstimateDirectAndDerivativeEvaluationsGeometricDistance 0.007 s
testGetSetProgressDelta 0 s
testEstimateDirectEvaluationsGeometricDistance 0.006 s
testGetSetConfidence 0 s
testGetSetMaxIterations 0 s
testGetSetEvaluations 0.001 s
testEstimateIntegralEvaluationsAlgebraicDistance 0.006 s
testEstimateIntegralIntervalEvaluationsAlgebraicDistance 0.005 s
testIsSetGeometricDistanceUsed 0.001 s
testEstimateDirectAndDerivativeEvaluationsAlgebraicDistance 0.004 s
testGetSetDegree 0.001 s
testGetSetQualityScores 0.001 s
testGetSetListener 0 s
testGetSetThreshold 0 s
testEstimateDirectEvaluationsAlgebraicDistance 0.003 s
testConstructor 0.002 s

SecondDegreePolynomialRootsEstimatorTest

testEstimate 0.013 s
testGetSetPolynomialParameters 0.002 s
testConstructor 0.001 s

LinearInterpolatorTest

interpolate_whenNotEnoughSamples_throwsIllegalArgumentException 0.001 s
interpolate_whenFirstDegreePolynomial_returnsExpectedResult 0.003 s
interpolate_whenMismatchedLength_throwsIllegalArgumentException 0.001 s
interpolate_whenFirstDegreePolynomialMinimumSamples_returnsExpectedResult 0.001 s

IntegralPolynomialEvaluationTest

testGetSetConstants 0 s
testGetSetX 0 s
testSerializeDeserialize 0.003 s
testGetSetIntegralOrder 0 s
testConstructor 0 s

RealPolynomialEvaluatorTest

testEvaluate 0.002 s
testConstructor 0.001 s

LowerSquareRootMidPointQuadratureTest

getType_returnsExpectedValue 0 s
next_returnsNotZeroValue 0.001 s

SvdMultiDimensionLinearFitterTest

testGetSetInputDataWithConstantSigma 0.001 s
testGetSetInputData 0.003 s
testFitQuadratic 0.023 s
testGetSetTol 0.001 s
testIsReady 0.002 s
testGetSetFunctionEvaluator 0.001 s
testConstructor 0.003 s

MSACPolynomialRobustEstimatorTest

testEstimateDirectAndDerivativeEvaluationsGeometricDistance 0.021 s
testGetSetProgressDelta 0.001 s
testEstimateDirectEvaluationsGeometricDistance 0.015 s
testGetSetConfidence 0.001 s
testGetSetMaxIterations 0.001 s
testGetSetEvaluations 0.001 s
testEstimateIntegralEvaluationsAlgebraicDistance 0.024 s
testEstimateIntegralIntervalEvaluationsAlgebraicDistance 0.020 s
testIsSetGeometricDistanceUsed 0.001 s
testEstimateDirectAndDerivativeEvaluationsAlgebraicDistance 0.013 s
testGetSetDegree 0.001 s
testGetSetQualityScores 0 s
testGetSetListener 0.001 s
testGetSetThreshold 0 s
testEstimateDirectEvaluationsAlgebraicDistance 0.014 s
testConstructor 0.002 s

SimpleInterpolatingPolynomialEstimatorTest

estimateCoefficients_whenSecondDegree_returnsExpectedResult 0.001 s
estimate_whenFourthDegree_returnsExpectedResult 0.001 s
estimate_whenFirstDegree_returnsExpectedResult 0 s
estimate_whenThirdDegree_returnsExpectedResult 0.001 s
estimateCoefficients_whenFourthDegree_returnsExpectedResult 0 s
estimateCoefficients_whenFirstDegree_returnsExpectedResult 0.001 s
estimateCoefficients_whenThirdDegree_returnsExpectedResult 0 s
estimate_whenSecondDegree_returnsExpectedResult 0.001 s

SafeNewtonRaphsonSingleRootEstimatorTest

testSetBracketGetEvaluationPointsAndAvailability 0.001 s
testEstimate 0 s
testGetSetTolerance 0 s
testGetSetListenerAndDerivativeListenerAvailabilityAndIsReady 0.001 s
testConstructor 0.001 s

ExponentialMidPointQuadratureTest

getType_returnsExpectedValue 0 s
next_returnsNotZeroValue 0.001 s

AccurateInterpolatingPolynomialEstimatorTest

estimateCoefficients_whenSecondDegree_returnsExpectedResult 0.001 s
estimate_whenFourthDegree_returnsExpectedResult 0 s
estimate_whenSixthDegree_returnsExpectedResult 0 s
estimate_whenFirstDegree_returnsExpectedResult 0 s
estimate_whenThirdDegree_returnsExpectedResult 0 s
estimateCoefficients_whenFourthDegree_returnsExpectedResult 0.001 s
estimate_whenFifthDegree_returnsExpectedResult 0 s
estimateCoefficients_whenSixthDegree_returnsExpectedResult 0.001 s
estimateCoefficients_whenFirstDegree_returnsExpectedResult 0 s
estimateCoefficients_whenThirdDegree_returnsExpectedResult 0.001 s
estimateCoefficients_whenFifthDegree_returnsExpectedResult 0 s
estimate_whenSecondDegree_returnsExpectedResult 0.001 s

PROMedSRobustEstimatorTest

testGetSetBeta 0.008 s
testGetSetEta0 0.004 s
testEstimate 0.090 s
testGetSetProgressDelta 0.003 s
testGetSetConfidence 0.002 s
testGetSetMaxOutliersProportion 0.001 s
testGetSetMaxIterations 0.002 s
testIsSetStopThresholdEnabled 0.001 s
testGetSetInlierFactor 0.001 s
testGetSetListenerAvailabilityAndIsReady 0.001 s
testIsSetUseInlierThresholds 0.001 s
testConstructor 0.001 s

SimpsonMatrixIntegratorTest

create_whenDefaultAccuracyAndQuadratureType_returnsExpectedIntegrator 0.001 s
create_whenNoQuadratureType_returnsExpectedIntegrator 0.001 s
create_whenAccuracyAndQuadratureType_returnsExpectedIntegrator 0 s

PolynomialTest

testDerivative 0 s
testEvaluateSecondDerivative 0 s
testEvaluateNthDerivative 0.001 s
testGetMinimaWithThreshold 0.002 s
testNormalizeHighestDegreeTermWithResult 0 s
testNthIntegrationAndReturnNew 0.001 s
testSecondDerivativeWithResult 0 s
testGetMaximaWithThreshold 0.003 s
testMultiplyWithResult 0 s
testNthIntegration 0.001 s
testGetRoots 0 s
testAdd 0.001 s
testNthDerivativeWithResult 0 s
testSubtract 0 s
testEvaluateDerivative 0 s
testNormalizeWithResult 0 s
testTrim 0 s
testGetExtrema 0.001 s
testNthIntegrationWithResult 0 s
testNthOrderIntegrateIntervalWithConstants 0 s
testIntegrationWithResult 0 s
testNormalizeHighestDegreeTerm 0.001 s
testSecondDerivative 0 s
testIntegrationWithResultAndConstant 0 s
testAddWithResult 0.001 s
testSerializeDeserialize 0.003 s
testAddAndReturnNew 0.001 s
testSubtractAndReturnNew 0 s
testMultiplyByScalar 0 s
testNthDerivative 0 s
testDerivativeAndReturnNew 0.001 s
testNormalizeAndReturnNew 0 s
testNthOrderIntegrateInterval 0 s
testIntegration 0 s
testGetSetPolyParams 0.001 s
testIntegrationWithConstant 0 s
testNthDerivativeAndReturnNew 0 s
testSubtractWithResult 0 s
testEvaluate 0 s
testMultiplyAndReturnNew 0.001 s
testNormalize 0 s
testSecondDerivativeAndReturnNew 0 s
testGetDegree 0.001 s
testIntegrationAndReturnNew 0 s
testGetMaxima 0.001 s
testGetMinima 0.001 s
testMultiply 0.001 s
testGetExtremaWithThreshold 0 s
testDerivativeWithResult 0 s
testNthIntegrationAndReturnNewWithConstant 0 s
testMultiplyByScalarWithResult 0.001 s
testNthIntegrationWithResultAndConstant 0 s
testNormalizeHighestDegreeTermAndReturnNew 0 s
testMultiplyByScalarAndReturnNew 0.001 s
testIntegrateInterval 0 s
testNthIntegrationWithConstant 0.001 s
testConstructor 0 s
testIntegrationAndReturnNewWithConstant 0 s

FastRandomSubsetSelectorTest

testComputeRandomSubsetsInRange 0.010 s
testGetType 0.001 s
testGetSetNumSamples 0.004 s
testConstructor 0.002 s
testComputeRandomSubsets 0.004 s

IntegralIntervalPolynomialEvaluationTest

testGetSetEndX 0 s
testSerializeDeserialize 0.027 s
testGetSetIntegralOrder 0 s
testGetSetStartX 0.001 s
testConstructor 0 s

LevenbergMarquardtMultiVariateFitterTest

testFitUnidimensionalConstantCovariance 0.558 s
testFitMultidimensionalSineCovariance 4.431 s
testGetSetInputDataWithConstantSigma 0.002 s
testFitMultidimensionalGaussianCovariance 1.430 s
testGetSetItmax 0 s
testGetSetNdone 0 s
testFitMultidimensionalSineRepeatInOneDimension 0.006 s
testFitUnidimensionalLine2Covariance 0.841 s
testFitUnidimensionalSineWithHoldAndFree 0.006 s
testFitUnidimensionalSineWithJacobianEstimator 0.004 s
testFitUnidimensionalSineCovariance 1.985 s
testFitUnidimensionalGaussian 0.004 s
testFitMultiVariateGaussianAndSineCovariance 0.431 s
testFitUnidimensionalLine1 0.003 s
testFitUnidimensionalLine2 0.002 s
testFitUnidimensionalSine 0.003 s
testIsSetCovarianceAdjusted 0 s
testFitUnidimensionalConstant 0.002 s
testFitUnidimensionalGaussianCovariance 2.062 s
testGetSetInputData 0.001 s
testFitUnidimensionalLine1Covariance 0.432 s
testFitMultidimensionalGaussian 0.536 s
testFitMultiVariateGaussianAndSine 0.352 s
testGetSetTol 0.001 s
testIsReady 0.001 s
testFitMultidimensionalSine 0.004 s
testGetSetFunctionEvaluator 0.001 s
testConstructor 0.004 s
testFitUnidimensionalGaussianWithJacobianEstimator 0.004 s

LockedExceptionTest

testConstructor 0 s

ShepardInterpolatorTest

interpolate_dim2_returnsExpectedResult 4.644 s
interpolate_dim1_returnsExpectedResult 4.364 s

SimpsonDoubleExponentialRuleQuadratureMatrixIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.006 s
integrate_whenGaussian_returnsExpectedResult 0.002 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegrandWithSingularities_throwsIntegrationException 0.144 s
integrate_whenExponential1_returnsExpectedResult 0.002 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0.001 s
integrate_whenExponential2_returnsExpectedResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
constructor_makesNewInstance 0.003 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0.001 s
integrate_whenExponential3_returnsExpectedResult 0.003 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0.001 s

RootEstimationExceptionTest

testConstructor 0 s

RombergMatrixIntegratorTest

create_whenDefaultAccuracyAndQuadratureType_returnsExpectedIntegrator 0.001 s
create_whenNoQuadratureType_returnsExpectedIntegrator 0.001 s
create_whenAccuracyAndQuadratureType_returnsExpectedIntegrator 0.001 s

PadeApproximantEstimatorTest

estimatePadeCoefficients_whenInvalidDenominatorCoefficients_throwsException 0.001 s
estimatePadeCoefficients_whenExponentialFunction_returnsExpectedValue 0.001 s
constructor_whenInvalidNumberOfTimes_throwsIllegalArgumentException 0.001 s
estimatePadeCoefficients_whenInvalidTaylorSeries_throwsIllegalArgumentException 0.001 s
estimatePadeCoefficients_whenInvalidNumeratorCoefficients_throwsException 0 s
estimatePadeCoefficients_whenTestFunction_returnsExpectedValue 0 s

PROSACRobustEstimatorTest

testGetSetBeta 0.003 s
testGetSetEta0 0.003 s
testEstimateWithInliersData 0.073 s
testEstimate 0.035 s
testGetSetProgressDelta 0.001 s
testGetSetConfidence 0.001 s
testGetSetMaxOutliersProportion 0.001 s
testIsSetComputeAndKeepResidualsEnabled 0.001 s
testGetSetMaxIterations 0.002 s
testIsSetComputeAndKeepInliersEnabled 0.001 s
testGetSetListenerAvailabilityAndIsReady 0.001 s
testConstructor 0 s

UpperSquareRootMidPointQuadratureIntegratorTest

getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.036 s
getQuadratureType_returnsExpectedValue 0 s

NotAvailableExceptionTest

testConstructor 0 s

MatrixIntegratorTest

create_whenAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator 0.010 s
create_whenDefaultAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator 0.001 s
create_whenDefaultAccuracyAndIntegratorType_returnsExpectedIntegrator 0 s
create_whenDefaultAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator 0.001 s
create_whenAccuracyAndIntegratorType_returnsExpectedIntegrator 0.001 s
comparePerformance 0.007 s
create_whenAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator 0.001 s

ExponentialMatrixEstimatorTest

exponential_whenResultHasInvalidColumns_throwsIllegalArgumentException 0.002 s
exponential_whenExample2_returnsExpectedValue 0.001 s
exponential_whenExample4_returnsExpectedValue 0 s
exponential_whenExample1_returnsExpectedValue 0.001 s
exponential_whenResultHasInvalidRows_throwsIllegalArgumentException 0 s
exponential_whenExample3_returnsExpectedValue 0.005 s
exponential_whenNonSquareMatrix_throwsIllegalArgumentException 0.001 s
exponential_whenExample5_returnsExpectedValue 0.001 s
exponential_whenInvalidTolerance_throwsIllegalArgumentException 0 s

LMSEPolynomialEstimatorTest

testEstimateWithSecondOrderIntegralIntervalEvaluationsNoLMSEAllowed 0.004 s
testEstimateWithDirectAndDerivativeEvaluationLMSEAllowed 0.002 s
testEstimateWithIntegralEvaluationsNoLMSEAllowed 0.001 s
testEstimateWithSecondOrderIntegralEvaluationLMSEAllowed 0.001 s
testSetDegreeAndEvaluations 0.001 s
testGetMinNumberOfEvaluations 0 s
testEstimateWithDirectAndSecondOrderDerivativeEvaluationLMSEAllowedSecondDegree 0.001 s
testEstimateWithDirectAndSecondOrderDerivativeEvaluationsNoLMSEAllowedSecondDegree 0.001 s
testEstimateWithDirectEvaluationsLMSEAllowedSecondDegree 0.001 s
testEstimateWithSecondOrderIntegralEvaluationsNoLMSEAllowed 0.001 s
testEstimateWithSecondOrderIntegralIntervalEvaluationLMSEAllowed 0.001 s
testEstimateWithDirectEvaluationsLMSEAllowed 0 s
testEstimateWithDirectEvaluationsNoLMSEAllowedSecondDegree 0 s
testGetSetEvaluations 0.001 s
testEstimateWithDirectEvaluationsNoLMSEAllowed 0 s
testEstimateWithIntegralIntervalEvaluationsNoLMSEAllowed 0.001 s
testEstimateWithDirectAndDerivativeEvaluationsNoLMSEAllowed 0 s
testEstimateWithIntegralEvaluationsLMSEAllowed 0 s
testGetSetDegree 0.001 s
testEstimateWithIntegralIntervalEvaluationsLMSEAllowed 0.001 s
testIsSetLMSESolutionAllowed 0 s
testGetSetListener 0 s
testIsReady 0 s
testConstructor 0.001 s

SubsetSelectorTest

testComputeRandomSubsetsInRange 0.003 s
testGetType 0.001 s
testCreate 0.002 s
testGetSetNumSamples 0.004 s
testComputeRandomSubsets 0.003 s

DerivativePolynomialEvaluationTest

testGetSetEvaluation 0.001 s
testGetSetDerivativeOrder 0.001 s
testGetSetX 0 s
testSerializeDeserialize 0.002 s
testConstructor 0 s

PolynomialEstimatorTest

testCreateWeighted 0.001 s
testCreateLMSE 0 s
testCreate 0 s

TrapezoidalQuadratureIntegratorTest

integrate_whenImproperIntegrandWithSingularities_throwsIntegrationException 35.40 s
getIntegratorType_returnsExpectedValue 0 s
integrate_whenExponential_returnsExpectedResult 0.004 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
getQuadratureType_returnsExpectedValue 0.001 s

LevenbergMarquardtSingleDimensionFitterTest

testFitGaussianWithGradientEstimator 0.010 s
testGetSetInputDataWithConstantSigma 0.001 s
testFitSineWithGradientEstimator 0.011 s
testGetSetItmax 0.001 s
testGetSetNdone 0.001 s
testFitSine 0.006 s
testFitSineCovariance 2.459 s
testFitGaussianCovariance 0.009 s
testIsSetCovarianceAdjusted 0.001 s
testFitLine1 0.003 s
testFitLine2 0.002 s
testFitLine2Covariance 0.643 s
testGetSetInputData 0.002 s
testFitSineWithHoldAndFree 0.006 s
testFitGaussian 0.003 s
testGetSetTol 0.001 s
testFitConstantCovariance 0.284 s
testIsReady 0.001 s
testFitConstant 0.002 s
testGetSetFunctionEvaluator 0.001 s
testConstructor 0.002 s
testFitLine1Covariance 0.280 s

ComplexPolynomialEvaluatorTest

testEvaluate 0.001 s
testConstructor 0.001 s

HistogramMaximumLikelihoodEstimatorTest

testEstimate 0.197 s
testGetSetInputDataAndAvailability 0.012 s
testIsLocked 0.001 s
testGetSetGaussianSigma 0.002 s
testGetSetNumberOfBins 0.002 s
testGetMethod 0 s
testIsReady 0.011 s
testGetSetMinMaxValuesAndAvailability 0.014 s
testConstructor 0.018 s

MidPointQuadratureTest

getType_returnsExpectedValue 0.001 s
next_returnsNotZeroValue 0.001 s

SimpsonUpperSquareRootMidPointQuadratureMatrixIntegratorTest

getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenExponential2_returnsExpectedResult 0.002 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.139 s
getQuadratureType_returnsExpectedValue 0.001 s
integrate_whenExponential3_returnsExpectedResult 0.003 s

InterpolationExceptionTest

testConstructor 0 s

MidPointQuadratureMatrixIntegratorTest

integrate_whenExponential1_returnsExpectedResult 0.114 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.013 s
getQuadratureType_returnsExpectedValue 0.001 s

KrigingInterpolatorTest

interpolate_dim2_returnsExpectedResult 0.019 s
interpolate_dim1_returnsExpectedResult 0.016 s

RadialBasisFunctionInterpolatorTest

interpolate_dim2AndGaussianRbf_returnsExpectedResult 1.922 s
interpolate_dim3AndGaussianRbf_returnsExpectedResult 1.955 s
interpolate_dim1AndThinPlateRbf_returnsExpectedResult 1.924 s
interpolate_dim2AndMultiQuadricRbf_returnsExpectedResult 1.933 s
interpolate_dim1AndInverseMultiQuadricRbf_returnsExpectedResult 1.891 s
interpolate_dim2AndInverseMultiQuadricRbf_returnsExpectedResult 1.835 s
interpolate_dim2AndThinPlateRbf_returnsExpectedResult 1.908 s
interpolate_dim1AndMultiQuadricRbf_returnsExpectedResult 1.903 s
interpolate_dim3AndInverseMultiQuadricRbf_returnsExpectedResult 1.880 s
interpolate_dim3AndMultiQuadricRbf_returnsExpectedResult 1.878 s
interpolate_dim1AndGaussianRbf_returnsExpectedResult 1.884 s
interpolate_dim3AndThinPlateRbf_returnsExpectedResult 1.907 s

AccurateMaximumLikelihoodEstimatorTest

testEstimate 0.172 s
testGetSetInputDataAndAvailability 0.014 s
testGetSetHistogramInitialSolutionUsed 0 s
testIsLocked 0.001 s
testGetSetGaussianSigma 0.001 s
testGetMethod 0 s
testIsReady 0.013 s
testGetSetMinMaxValuesAndAvailability 0.012 s
testConstructor 0.015 s

QuadratureMatrixIntegratorTest

create_whenDefaultAccuracyAndQuadratureType_returnsExpectedIntegrator 0.001 s
create_whenNoQuadratureType_returnsExpectedIntegrator 0.001 s
create_whenAccuracyAndQuadratureType_returnsExpectedIntegrator 0.001 s

InvalidSubsetRangeExceptionTest

testConstructor 0.003 s

RombergInfinityMidPointQuadratureMatrixIntegratorTest

getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0.001 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.003 s
getQuadratureType_returnsExpectedValue 0.003 s

NotReadyExceptionTest

testConstructor 0.001 s

SymmetricDerivativeEstimatorTest

testDerivative 0.001 s
testConstructor 0 s

SimpsonTrapezoidalQuadratureMatrixIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_throwsIntegrationException 0.028 s
integrate_whenExponential1_returnsExpectedResult 0.001 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenExponential2_returnsExpectedResult 0.002 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_throwsIntegrationException 0.040 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0 s
getQuadratureType_returnsExpectedValue 0 s
integrate_whenExponential3_returnsExpectedResult 0.011 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0.001 s

NewtonRaphsonSingleRootEstimatorTest

testSetBracketGetEvaluationPointsAndAvailability 0 s
testEstimate 0.001 s
testGetSetTolerance 0 s
testGetSetListenerAndDerivativeListenerAvailabilityAndIsReady 0.001 s
testConstructor 0.002 s

RombergMidPointQuadratureMatrixIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.006 s
integrate_whenGaussian_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenExponential1_returnsExpectedResult 0.001 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0 s
integrate_whenExponential2_returnsExpectedResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0 s
integrate_whenExponential3_returnsExpectedResult 0.002 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0 s

SimpsonIntegratorTest

create_whenDefaultAccuracyAndQuadratureType_returnsExpectedIntegrator 0.004 s
create_whenNoQuadratureType_returnsExpectedIntegrator 0.001 s
create_whenAccuracyAndQuadratureType_returnsExpectedIntegrator 0.001 s

RombergLowerSquareRootMidPointQuadratureMatrixIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenGaussian_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenExponential1_returnsExpectedResult 0.001 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenExponential2_returnsExpectedResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0.001 s
integrate_whenExponential3_returnsExpectedResult 0.004 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0 s

MaximumLikelihoodEstimatorTest

testEstimate 1.451 s
testGetSetInputDataAndAvailability 0.058 s
testIsLocked 0 s
testGetSetGaussianSigma 0.001 s
testCreate 0.071 s
testGetMethod 0.001 s
testIsReady 0.057 s
testGetSetMinMaxValuesAndAvailability 0.056 s

PolynomialEstimationExceptionTest

testConstructor 0.001 s

SimpsonMidPointQuadratureMatrixIntegratorTest

integrate_whenExponential1_returnsExpectedResult 0.011 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.038 s
getQuadratureType_returnsExpectedValue 0.001 s

ThirdDegreePolynomialRootsEstimatorTest

testEstimate 0.020 s
testGetSetPolynomialParameters 0.002 s
testConstructor 0.002 s

IntegratorTest

create_whenAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator 0.001 s
create_whenDefaultAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator 0.001 s
create_whenDefaultAccuracyAndIntegratorType_returnsExpectedIntegrator 0 s
create_whenDefaultAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator 0 s
create_whenAccuracyAndIntegratorType_returnsExpectedIntegrator 0 s
comparePerformance 0.006 s
create_whenAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator 0 s

RombergInfinityMidPointQuadratureIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenGaussian_returnsExpectedResult 0 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_throwsIntegrationException 0.045 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegralFromZeroToInfinity3_throwsIntegrationException 0.026 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0.001 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0.001 s

RombergTrapezoidalQuadratureIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.006 s
integrate_whenGaussian_returnsExpectedResult 0.002 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegrandWithSingularities_throwsIntegrationException 0.015 s
getIntegratorType_returnsExpectedValue 0 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenExponential_returnsExpectedResult 0.002 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_throwsIntegrationException 0.036 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0.001 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0 s

RobustEstimatorExceptionTest

testConstructor 0.006 s

WeightedPolynomialEstimatorTest

testEstimateWithIntegralEvaluations 0.002 s
testEstimateWithSecondOrderIntegralIntervalEvaluationsSecondDegree 0.001 s
testGetMinNumberOfEvaluations 0 s
testEstimateWithDirectEvaluations 0 s
testEstimateWithDirectAndDerivativeEvaluations 0 s
testEstimateWithDirectEvaluationsSecondDegree 0.001 s
testGetSetEvaluationsAndWeights 0.002 s
testEstimateWithIntegralIntervalEvaluations 0 s
testGetSetDegree 0 s
testGetSetListener 0.001 s
testEstimateWithSecondOrderIntegralEvaluationsSecondDegree 0.001 s
testIsReady 0 s
testGetSetMaxEvaluations 0.001 s
testIsSetSortWeightsEnabled 0 s
testGetSetDegreeEvaluationsAndWeights 0.002 s
testConstructor 0.003 s

BrentSingleOptimizerTest

testGetEvaluationsAndEvaluateBracket 0.001 s
testGetSetOnIterationCompletedListener 0 s
testGetSetTolerance 0.001 s
testIsLocked 0 s
testGetSetListenerAndAvailability 0.001 s
testComputeBracket 0 s
testMinimizeGetResultAndAvailability 0.001 s
testIsReady 0.001 s
testGetSetBracketAndAvailability 0.001 s
testConstructor 0.005 s

RombergUpperSquareRootMidPointQuadratureMatrixIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenGaussian_returnsExpectedResult 0 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0 s
integrate_whenExponential1_returnsExpectedResult 0.001 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0.001 s
integrate_whenExponential2_returnsExpectedResult 0 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0.001 s
integrate_whenExponential3_returnsExpectedResult 0.001 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0.001 s

Convolver1DTest

testGetSignalValueZero 0.004 s
testGetSignalValueMirror 0.002 s
testGetSignalValueRepeat 0.001 s
testGetSetConstantValue 0.001 s
testGetSignalValueConstant 0.001 s
testConvolveConstant 0.002 s
testGetSetEdgeMethod 0 s
testConvolveMirror 0.001 s
testConvolveRepeat 0.001 s
testConvolveZero 0.002 s
testGetSetKernelCenter 0.001 s
testGetSetKernel 0.001 s
testGetSetListener 0.001 s
testGetSetSignal 0.001 s
testIsReady 0.001 s
testConstructor 0.001 s

LaguerrePolynomialRootsEstimatorTest

testGetSetPolishRoots 0.001 s
testEstimate 0.015 s
testGetSetPolynomialParameters 0.001 s
testConstructor 0.001 s

MSACRobustEstimatorTest

testEstimate 0.076 s
testGetSetProgressDelta 0.002 s
testGetSetConfidence 0.002 s
testGetSetMaxIterations 0.001 s
testGetSetListenerAvailabilityAndIsReady 0.001 s
testConstructor 0.001 s

LevenbergMarquardtMultiDimensionFitterTest

testFitUnidimensionalConstantCovariance 0.536 s
testFitMultidimensionalSineCovariance 3.324 s
testGetSetInputDataWithConstantSigma 0.001 s
testFitMultidimensionalGaussianCovariance 2.906 s
testGetSetItmax 0.001 s
testGetSetNdone 0.001 s
testFitMultidimensionalSineRepeatInOneDimension 0.004 s
testFitUnidimensionalLine2Covariance 0.649 s
testFitUnidimensionalSineWithHoldAndFree 0.006 s
testFitUnidimensionalGaussianWithGradientEstimator 0.006 s
testFitUnidimensionalSineCovariance 3.747 s
testFitUnidimensionalGaussian 0.006 s
testFitUnidimensionalLine1 0.003 s
testFitUnidimensionalLine2 0.003 s
testFitUnidimensionalSine 0.004 s
testIsSetCovarianceAdjusted 0.001 s
testFitUnidimensionalConstant 0.003 s
testFitUnidimensionalGaussianCovariance 0.994 s
testFitUnidimensionalSineWithGradientEstimator 0.005 s
testGetSetInputData 0.002 s
testFitUnidimensionalLine1Covariance 0.367 s
testFitMultidimensionalGaussian 0.088 s
testGetSetTol 0.001 s
testIsReady 0.001 s
testFitMultidimensionalSine 0.005 s
testGetSetFunctionEvaluator 0.001 s
testConstructor 0.005 s

BilinearInterpolatorTest

interpolate_whenNotEnoughSamples_throwsIllegalArgumentException 0.002 s
getN_returnsExpectedValue 0.001 s
interpolate_whenFirstDegree2DPolynomialMinimumSamples_returnsExpectedResult 0.063 s
interpolate_whenFirstDegree2DPolynomial_returnsExpectedResult 0.275 s
getM_returnsExpectedValue 0.001 s

MultiQuadricRadialBasisFunctionTest

evaluate_whenRandomScale_returnsExpectedValue 0 s
evaluate_whenDefaultScale_returnsExpectedValue 0.001 s

RombergTrapezoidalQuadratureMatrixIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenGaussian_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0 s
integrate_whenExponential1_returnsExpectedResult 0.001 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenImproperIntegrandWithSingularities_returnsWrongResult 0.001 s
integrate_whenExponential2_returnsExpectedResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_throwsIntegrationException 0 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0 s
getQuadratureType_returnsExpectedValue 0.001 s
integrate_whenExponential3_returnsExpectedResult 0.001 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0 s

CubicSplineInterpolatorTest

interpolate_whenNotEnoughSamples_throwsIllegalArgumentException 0.001 s
interpolate_whenThirdDegreePolynomial_returnsExpectedResult 0.003 s
interpolate_whenSecondDegreePolynomial_returnsExpectedResult 0.001 s
interpolate_whenThirdDegreePolynomialMinimumSamples_returnsExpectedResult 0 s
interpolate_whenSecondDegreePolynomialMinimumSamples_returnsExpectedResult 0 s
interpolate_whenFirstDegreePolynomial_returnsExpectedResult 0.002 s
interpolate_whenMismatchedLength_throwsIllegalArgumentException 0 s
interpolate_whenFirstDegreePolynomialMinimumSamples_returnsExpectedResult 0 s

MidPointQuadratureIntegratorTest

getIntegratorType_returnsExpectedValue 0.005 s
integrate_whenExponential_returnsExpectedResult 0.015 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0.003 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.012 s
getQuadratureType_returnsExpectedValue 0.001 s

InfinityMidPointQuadratureMatrixIntegratorTest

integrate_whenGaussian_returnsExpectedResult 0.011 s
getIntegratorType_returnsExpectedValue 0.001 s
getQuadratureType_returnsExpectedValue 0.001 s

InvalidBracketRangeExceptionTest

testConstructor 0.001 s

SimpleSingleDimensionLinearFitterTest

testGetSetInputDataWithConstantSigma 0.002 s
testTrigo 0.005 s
testGetSetInputData 0.001 s
testFitPolynomial 0.002 s
testIsReady 0.001 s
testFitTrigoWithHoldAndFree 0.005 s
testGetSetFunctionEvaluator 0.002 s
testConstructor 0.002 s

DoubleExponentialRuleQuadratureIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenGaussian_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0 s
getIntegratorType_returnsExpectedValue 0 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0 s
integrate_whenExponential_returnsExpectedResult 0 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0 s
constructor_makesNewInstance 0.001 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0 s
getQuadratureType_returnsExpectedValue 0 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0 s

SvdSingleDimensionLinearFitterTest

testGetSetInputDataWithConstantSigma 0.002 s
testTrigo 0.003 s
testGetSetInputData 0.001 s
testFitPolynomial 0.003 s
testGetSetTol 0.001 s
testIsReady 0.001 s
testGetSetFunctionEvaluator 0 s
testConstructor 0.002 s

TrapezoidalQuadratureMatrixIntegratorTest

integrate_whenExponential1_returnsExpectedResult 0.009 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0.001 s

BarycentricRationalInterpolatorTest

interpolate_whenFifthDegreePolynomial_returnsExpectedResult 0.010 s
interpolate_whenNotEnoughSamples_throwsIllegalArgumentException 0.001 s
interpolate_whenThirdDegreePolynomial_returnsExpectedResult 0.006 s
interpolate_whenSecondDegreePolynomial_returnsExpectedResult 0.002 s
interpolate_whenTooManyPointsToTakeIntoAccount_throwsIllegalArgumentException 0.001 s
interpolate_whenFirstDegreePolynomial_returnsExpectedResult 0.002 s
interpolate_whenMismatchedLength_throwsIllegalArgumentException 0 s
interpolate_whenFourthDegreePolynomial_returnsExpectedResult 0.002 s

RombergIntegratorTest

create_whenDefaultAccuracyAndQuadratureType_returnsExpectedIntegrator 0.002 s
create_whenNoQuadratureType_returnsExpectedIntegrator 0.001 s
create_whenAccuracyAndQuadratureType_returnsExpectedIntegrator 0.001 s

RombergExponentialMidPointQuadratureMatrixIntegratorTest

integrate_whenImproperIntegralFromZeroToInfinity3_returnsExpectedResult 0.095 s
getIntegratorType_returnsExpectedValue 0.002 s
getQuadratureType_returnsExpectedValue 0.001 s

DoubleExponentialRuleQuadratureTest

getType_returnsExpectedValue 0.001 s
next_returnsNotZeroValue 0 s

LowerSquareRootMidPointQuadratureMatrixIntegratorTest

getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.087 s
getQuadratureType_returnsExpectedValue 0.001 s

PolynomialsExceptionTest

testConstructor 0.001 s

RombergDoubleExponentialRuleQuadratureMatrixIntegratorTest

integrate_whenFourthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenGaussian_returnsExpectedResult 0.001 s
integrate_whenThirdDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenExponential1_returnsExpectedResult 0.001 s
getIntegratorType_returnsExpectedValue 0.001 s
integrate_whenSixthDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult 0.001 s
integrate_whenExponential2_returnsExpectedResult 0.001 s
integrate_whenFirstDegreePolynomial_returnsExpectedResult 0.001 s
constructor_makesNewInstance 0.001 s
integrate_whenSecondDegreePolynomial_returnsExpectedResult 0.001 s
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult 0.001 s
getQuadratureType_returnsExpectedValue 0.001 s
integrate_whenExponential3_returnsExpectedResult 0.002 s
integrate_whenFifthDegreePolynomial_returnsExpectedResult 0.001 s

PolynomialInterpolatorTest

interpolate_whenNotEnoughSamplesToTakeIntoAccount_throwsIllegalArgumentException 0.001 s
interpolate_whenFourthDegreePolynomialMinimumSamples_returnsExpectedResult 0.001 s
interpolate_whenNotEnoughSamples_throwsIllegalArgumentException 0 s
interpolate_whenThirdDegreePolynomial_returnsExpectedResult 0.002 s
interpolate_whenSecondDegreePolynomial_returnsExpectedResult 0.002 s
interpolate_whenFifthDegreePolynomialMinimumSamples_returnsExpectedResult 0.001 s
interpolate_whenThirdDegreePolynomialMinimumSamples_returnsExpectedResult 0.001 s
interpolate_whenTooManyPointsToTakeIntoAccount_throwsIllegalArgumentException 0 s
interpolate_whenSecondDegreePolynomialMinimumSamples_returnsExpectedResult 0.001 s
interpolate_whenFirstDegreePolynomial_returnsExpectedResult 0.002 s
interpolate_whenMismatchedLength_throwsIllegalArgumentException 0.001 s
interpolate_whenFourthDegreePolynomial_returnsExpectedResult 0.002 s
interpolate_whenFirstDegreePolynomialMinimumSamples_returnsExpectedResult 0.001 s