A B C D E F G H I K L M N O P Q R S T U V W

A

AbstractRandomGeneratorTest - Class in org.apache.commons.math.random
Test cases for the AbstractRandomGenerator class
AbstractRandomGeneratorTest(String) - Constructor for class org.apache.commons.math.random.AbstractRandomGeneratorTest
 
AbstractUnivariateStatisticTest - Class in org.apache.commons.math.stat.descriptive
Tests for AbstractUnivariateStatistic
AbstractUnivariateStatisticTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.AbstractUnivariateStatisticTest
 
addObject(Object) - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
Adds an object to this list.
addValue(double) - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
 
altPolar(double, double) - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
apply(UnivariateStatistic) - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
Apply the given statistic to this univariate collection.
ArgumentOutsideDomainExceptionTest - Class in org.apache.commons.math
 
ArgumentOutsideDomainExceptionTest() - Constructor for class org.apache.commons.math.ArgumentOutsideDomainExceptionTest
 
asBigDecimal(double[]) - Static method in class org.apache.commons.math.linear.BigMatrixImplTest
 
asBigDecimal(double[][]) - Static method in class org.apache.commons.math.linear.BigMatrixImplTest
 
asDouble(BigDecimal[]) - Static method in class org.apache.commons.math.linear.BigMatrixImplTest
 
asDouble(BigDecimal[][]) - Static method in class org.apache.commons.math.linear.BigMatrixImplTest
 
assertClose(String, BigMatrix, BigMatrix, double) - Method in class org.apache.commons.math.linear.BigMatrixImplTest
verifies that two matrices are close (1-norm)
assertClose(String, double[], double[], double) - Method in class org.apache.commons.math.linear.BigMatrixImplTest
verifies that two vectors are close (sup norm)
assertClose(String, RealMatrix, RealMatrix, double) - Method in class org.apache.commons.math.linear.RealMatrixImplTest
verifies that two matrices are close (1-norm)
assertClose(String, double[], double[], double) - Method in class org.apache.commons.math.linear.RealMatrixImplTest
verifies that two vectors are close (sup norm)
assertContains(String, Complex[], Complex, double) - Static method in class org.apache.commons.math.TestUtils
Fails iff values does not contain a number within epsilon of z.
assertContains(Complex[], Complex, double) - Static method in class org.apache.commons.math.TestUtils
Fails iff values does not contain a number within epsilon of z.
assertContains(String, double[], double, double) - Static method in class org.apache.commons.math.TestUtils
Fails iff values does not contain a number within epsilon of x.
assertContains(double[], double, double) - Static method in class org.apache.commons.math.TestUtils
Fails iff values does not contain a number within epsilon of x.
assertEquals(double, double, double) - Static method in class org.apache.commons.math.TestUtils
Verifies that expected and actual are within delta, or are both NaN or infinities of the same sign.
assertEquals(String, double, double, double) - Static method in class org.apache.commons.math.TestUtils
Verifies that expected and actual are within delta, or are both NaN or infinities of the same sign.
assertEquals(Complex, Complex, double) - Static method in class org.apache.commons.math.TestUtils
Verifies that real and imaginary parts of the two complex arguments differ by at most delta.
assertEquals(double[], double[], double) - Static method in class org.apache.commons.math.TestUtils
Verifies that two double arrays have equal entries, up to tolerance
assertRelativelyEquals(double, double, double) - Static method in class org.apache.commons.math.TestUtils
Verifies that the relative error in actual vs.
assertRelativelyEquals(String, double, double, double) - Static method in class org.apache.commons.math.TestUtils
Verifies that the relative error in actual vs.
assertSame(double, double) - Static method in class org.apache.commons.math.TestUtils
Verifies that the two arguments are exactly the same, either both NaN or infinities of same sign, or identical floating point values.
assertSame(Complex, Complex) - Static method in class org.apache.commons.math.TestUtils
Verifies that real and imaginary parts of the two complex arguments are exactly the same.

B

BetaTest - Class in org.apache.commons.math.special
 
BetaTest(String) - Constructor for class org.apache.commons.math.special.BetaTest
Constructor for BetaTest.
bigCol - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
bigColMatrix - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
BigMatrixImplTest - Class in org.apache.commons.math.linear
Test cases for the BigMatrixImpl class.
BigMatrixImplTest(String) - Constructor for class org.apache.commons.math.linear.BigMatrixImplTest
 
bigRow - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
bigRowMatrix - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
bigSingular - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
bigSingular - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
BinomialDistributionTest - Class in org.apache.commons.math.distribution
Test cases for BinomialDistribution.
BinomialDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.BinomialDistributionTest
Constructor for BinomialDistributionTest.
BisectionSolverTest - Class in org.apache.commons.math.analysis
 
BisectionSolverTest() - Constructor for class org.apache.commons.math.analysis.BisectionSolverTest
 
BrentSolverTest - Class in org.apache.commons.math.analysis
Testcase for UnivariateRealSolver.
BrentSolverTest(String) - Constructor for class org.apache.commons.math.analysis.BrentSolverTest
 

C

CauchyDistributionTest - Class in org.apache.commons.math.distribution
Test cases for CauchyDistribution.
CauchyDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.CauchyDistributionTest
Constructor for CauchyDistributionTest.
CertifiedDataAbstractTest - Class in org.apache.commons.math.stat.data
 
CertifiedDataAbstractTest() - Constructor for class org.apache.commons.math.stat.data.CertifiedDataAbstractTest
 
CertifiedDataTest - Class in org.apache.commons.math.stat
Certified data test cases.
CertifiedDataTest(String) - Constructor for class org.apache.commons.math.stat.CertifiedDataTest
Certified Data Test Constructor
checkIdentityBigMatrix(BigMatrix) - Method in class org.apache.commons.math.linear.MatrixUtilsTest
Verifies that the matrix is an identity matrix
checkIdentityMatrix(RealMatrix) - Method in class org.apache.commons.math.linear.MatrixUtilsTest
Verifies that the matrix is an identity matrix
checkSerializedEquality(Object) - Static method in class org.apache.commons.math.TestUtils
Verifies that serialization preserves equals and hashCode.
checkValue(double, double) - Method in class org.apache.commons.math.ode.ContinuousOutputModelTest
 
checkValue(double, double) - Method in class org.apache.commons.math.ode.StepNormalizerTest
 
ChiSquareDistributionTest - Class in org.apache.commons.math.distribution
Test cases for ChiSquareDistribution.
ChiSquareDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.ChiSquareDistributionTest
Constructor for ChiSquareDistributionTest.
ChiSquareFactoryTest - Class in org.apache.commons.math.stat.inference
Test cases for the ChiSquareTestFactory.
ChiSquareFactoryTest(String) - Constructor for class org.apache.commons.math.stat.inference.ChiSquareFactoryTest
 
ChiSquareTestTest - Class in org.apache.commons.math.stat.inference
Test cases for the ChiSquareTestImpl class.
ChiSquareTestTest(String) - Constructor for class org.apache.commons.math.stat.inference.ChiSquareTestTest
 
ClassicalRungeKuttaIntegratorTest - Class in org.apache.commons.math.ode
 
ClassicalRungeKuttaIntegratorTest(String) - Constructor for class org.apache.commons.math.ode.ClassicalRungeKuttaIntegratorTest
 
ClassicalRungeKuttaStepInterpolatorTest - Class in org.apache.commons.math.ode
 
ClassicalRungeKuttaStepInterpolatorTest(String) - Constructor for class org.apache.commons.math.ode.ClassicalRungeKuttaStepInterpolatorTest
 
clear() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
Clears all statistics.
coefficientTolerance - Variable in class org.apache.commons.math.analysis.SplineInterpolatorTest
error tolerance for interpolating polynomial coefficients
col - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
colMatrix - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
ComplexFormatAbstractTest - Class in org.apache.commons.math.complex
 
ComplexFormatAbstractTest() - Constructor for class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
ComplexFormatTest - Class in org.apache.commons.math.complex
 
ComplexFormatTest() - Constructor for class org.apache.commons.math.complex.ComplexFormatTest
 
ComplexTest - Class in org.apache.commons.math.complex
 
ComplexTest() - Constructor for class org.apache.commons.math.complex.ComplexTest
 
ComplexUtilsTest - Class in org.apache.commons.math.complex
 
ComplexUtilsTest() - Constructor for class org.apache.commons.math.complex.ComplexUtilsTest
 
computeDerivatives(double, double[], double[]) - Method in class org.apache.commons.math.ode.StepProblem
 
ContinuedFractionTest - Class in org.apache.commons.math.util
 
ContinuedFractionTest(String) - Constructor for class org.apache.commons.math.util.ContinuedFractionTest
Constructor for ContinuedFractionTest.
ContinuousDistributionAbstractTest - Class in org.apache.commons.math.distribution
Abstract base class for ContinuousDistribution tests.
ContinuousDistributionAbstractTest(String) - Constructor for class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Constructor for ContinuousDistributionAbstractTest.
ContinuousOutputModelTest - Class in org.apache.commons.math.ode
 
ContinuousOutputModelTest(String) - Constructor for class org.apache.commons.math.ode.ContinuousOutputModelTest
 
ConvergenceExceptionTest - Class in org.apache.commons.math
 
ConvergenceExceptionTest() - Constructor for class org.apache.commons.math.ConvergenceExceptionTest
 
CorrelatedRandomVectorGeneratorTest - Class in org.apache.commons.math.random
 
CorrelatedRandomVectorGeneratorTest(String) - Constructor for class org.apache.commons.math.random.CorrelatedRandomVectorGeneratorTest
 
createDescriptiveStatistics() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
createDescriptiveStatistics() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsImplTest
Deprecated.  
createDescriptiveStatistics() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsTest
 
createDescriptiveStatistics() - Method in class org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatisticsTest
 
createSummaryStatistics() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsAbstractTest
Deprecated.  
createSummaryStatistics() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsImplTest
Deprecated.  
createSummaryStatistics() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsTest
 
createSummaryStatistics() - Method in class org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatisticsTest
 

D

da - Variable in class org.apache.commons.math.util.DoubleArrayAbstractTest
 
dataArray - Variable in class org.apache.commons.math.random.EmpiricalDistributionTest
 
DefaultTransformerTest - Class in org.apache.commons.math.util
 
DefaultTransformerTest() - Constructor for class org.apache.commons.math.util.DefaultTransformerTest
 
derivative() - Method in class org.apache.commons.math.analysis.Expm1Function
 
derivative() - Method in class org.apache.commons.math.analysis.QuinticFunction
 
derivative() - Method in class org.apache.commons.math.analysis.SinFunction
 
DescriptiveStatisticsAbstractTest - Class in org.apache.commons.math.stat.descriptive
Deprecated. should be moved down into DescriptiveStatisticsTest when DescriptiveStatisticsImpl is removed in 2.0
DescriptiveStatisticsAbstractTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
DescriptiveStatisticsImplTest - Class in org.apache.commons.math.stat.descriptive
Deprecated. - to be removed in 2.0 with DescriptiveStatisticsImpl
DescriptiveStatisticsImplTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsImplTest
Deprecated.  
DescriptiveStatisticsTest - Class in org.apache.commons.math.stat.descriptive
Test cases for the DescriptiveStatistics class.
DescriptiveStatisticsTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsTest
 
detData - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
detData - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
detData2 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
detData2 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
DividedDifferenceInterpolatorTest - Class in org.apache.commons.math.analysis
Testcase for Divided Difference interpolator.
DividedDifferenceInterpolatorTest() - Constructor for class org.apache.commons.math.analysis.DividedDifferenceInterpolatorTest
 
DormandPrince54IntegratorTest - Class in org.apache.commons.math.ode
 
DormandPrince54IntegratorTest(String) - Constructor for class org.apache.commons.math.ode.DormandPrince54IntegratorTest
 
DormandPrince54StepInterpolatorTest - Class in org.apache.commons.math.ode
 
DormandPrince54StepInterpolatorTest(String) - Constructor for class org.apache.commons.math.ode.DormandPrince54StepInterpolatorTest
 
DormandPrince853IntegratorTest - Class in org.apache.commons.math.ode
 
DormandPrince853IntegratorTest(String) - Constructor for class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
DormandPrince853StepInterpolatorTest - Class in org.apache.commons.math.ode
 
DormandPrince853StepInterpolatorTest(String) - Constructor for class org.apache.commons.math.ode.DormandPrince853StepInterpolatorTest
 
DoubleArrayAbstractTest - Class in org.apache.commons.math.util
This class contains test cases for the ExpandableDoubleArray.
DoubleArrayAbstractTest(String) - Constructor for class org.apache.commons.math.util.DoubleArrayAbstractTest
 
dp - Variable in class org.apache.commons.math.analysis.PolynomialSplineFunctionTest
Derivative of test polynomials -- 2x + 1
DummyStepInterpolatorTest - Class in org.apache.commons.math.ode
 
DummyStepInterpolatorTest(String) - Constructor for class org.apache.commons.math.ode.DummyStepInterpolatorTest
 
DuplicateSampleAbscissaExceptionTest - Class in org.apache.commons.math
 
DuplicateSampleAbscissaExceptionTest() - Constructor for class org.apache.commons.math.DuplicateSampleAbscissaExceptionTest
 

E

empiricalDistribution - Variable in class org.apache.commons.math.random.EmpiricalDistributionTest
 
empiricalDistribution2 - Variable in class org.apache.commons.math.random.EmpiricalDistributionTest
 
EmpiricalDistributionTest - Class in org.apache.commons.math.random
Test cases for the EmpiricalDistribution class
EmpiricalDistributionTest(String) - Constructor for class org.apache.commons.math.random.EmpiricalDistributionTest
 
entryTolerance - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
entryTolerance - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
ErfTest - Class in org.apache.commons.math.special
 
ErfTest() - Constructor for class org.apache.commons.math.special.ErfTest
 
EstimatedParameterTest - Class in org.apache.commons.math.estimation
 
EstimatedParameterTest(String) - Constructor for class org.apache.commons.math.estimation.EstimatedParameterTest
 
EulerIntegratorTest - Class in org.apache.commons.math.ode
 
EulerIntegratorTest(String) - Constructor for class org.apache.commons.math.ode.EulerIntegratorTest
 
EulerStepInterpolatorTest - Class in org.apache.commons.math.ode
 
EulerStepInterpolatorTest(String) - Constructor for class org.apache.commons.math.ode.EulerStepInterpolatorTest
 
eventOccurred(double, double[]) - Method in class org.apache.commons.math.ode.StepProblem
 
expected - Variable in class org.apache.commons.math.random.RandomDataTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.moment.FirstMomentTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.moment.FourthMomentTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.moment.GeometricMeanTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.moment.KurtosisTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.moment.MeanTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.moment.SecondMomentTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.moment.SkewnessTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.moment.StandardDeviationTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.moment.ThirdMomentTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.moment.VarianceTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.rank.MaxTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.rank.MedianTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.rank.MinTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest
Expected value for the testArray defined in UnivariateStatisticAbstractTest
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.summary.ProductTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.summary.SumLogTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.summary.SumSqTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.summary.SumTest
 
expectedValue() - Method in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
Expm1Function - Class in org.apache.commons.math.analysis
Auxillary class for testing purposes.
Expm1Function() - Constructor for class org.apache.commons.math.analysis.Expm1Function
 
ExponentialDistributionTest - Class in org.apache.commons.math.distribution
Test cases for ExponentialDistribution.
ExponentialDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.ExponentialDistributionTest
Constructor for ExponentialDistributionTest.

F

FastCosineTransformerTest - Class in org.apache.commons.math.transform
Testcase for fast cosine transformer.
FastCosineTransformerTest() - Constructor for class org.apache.commons.math.transform.FastCosineTransformerTest
 
FastFourierTransformerTest - Class in org.apache.commons.math.transform
Testcase for fast Fourier transformer.
FastFourierTransformerTest() - Constructor for class org.apache.commons.math.transform.FastFourierTransformerTest
 
FastSineTransformerTest - Class in org.apache.commons.math.transform
Testcase for fast sine transformer.
FastSineTransformerTest() - Constructor for class org.apache.commons.math.transform.FastSineTransformerTest
 
FDistributionTest - Class in org.apache.commons.math.distribution
Test cases for FDistribution.
FDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.FDistributionTest
Constructor for FDistributionTest.
file - Variable in class org.apache.commons.math.random.EmpiricalDistributionTest
 
findKnot(double[], double) - Method in class org.apache.commons.math.analysis.PolynomialSplineFunctionTest
Do linear search to find largest knot point less than or equal to x.
FirstMomentTest - Class in org.apache.commons.math.stat.descriptive.moment
Test cases for the FirstMoment class.
FirstMomentTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.FirstMomentTest
 
FirstOrderConverterTest - Class in org.apache.commons.math.ode
 
FirstOrderConverterTest(String) - Constructor for class org.apache.commons.math.ode.FirstOrderConverterTest
 
fourthMoment - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
FourthMomentTest - Class in org.apache.commons.math.stat.descriptive.moment
Test cases for the FourthMoment class.
FourthMomentTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.FourthMomentTest
 
FractionFormatTest - Class in org.apache.commons.math.fraction
 
FractionFormatTest() - Constructor for class org.apache.commons.math.fraction.FractionFormatTest
 
FractionTest - Class in org.apache.commons.math.fraction
 
FractionTest() - Constructor for class org.apache.commons.math.fraction.FractionTest
 
FrenchComplexFormatTest - Class in org.apache.commons.math.complex
 
FrenchComplexFormatTest() - Constructor for class org.apache.commons.math.complex.FrenchComplexFormatTest
 
FrequencyTest - Class in org.apache.commons.math.stat
Test cases for the Frequency class.
FrequencyTest(String) - Constructor for class org.apache.commons.math.stat.FrequencyTest
 
FunctionEvaluationExceptionTest - Class in org.apache.commons.math
 
FunctionEvaluationExceptionTest() - Constructor for class org.apache.commons.math.FunctionEvaluationExceptionTest
 

G

g(double, double[]) - Method in class org.apache.commons.math.ode.StepProblem
 
GammaDistributionTest - Class in org.apache.commons.math.distribution
Test cases for GammaDistribution.
GammaDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.GammaDistributionTest
Constructor for GammaDistributionTest.
GammaTest - Class in org.apache.commons.math.special
 
GammaTest(String) - Constructor for class org.apache.commons.math.special.GammaTest
Constructor for BetaTest.
GaussianRandomGeneratorTest - Class in org.apache.commons.math.random
 
GaussianRandomGeneratorTest(String) - Constructor for class org.apache.commons.math.random.GaussianRandomGeneratorTest
 
GaussNewtonEstimatorTest - Class in org.apache.commons.math.estimation
Some of the unit tests are re-implementations of the MINPACK file17 and file22 test files.
GaussNewtonEstimatorTest(String) - Constructor for class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
geoMean - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
GeometricMeanTest - Class in org.apache.commons.math.stat.descriptive.moment
Test cases for the UnivariateStatistic class.
GeometricMeanTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.GeometricMeanTest
 
getCallsCount() - Method in class org.apache.commons.math.analysis.MonitoredFunction
 
getCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
getCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
getCumulativeTestValues() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
getCumulativeTestValues() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
getDecimalCharacter() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
getDecimalCharacter() - Method in class org.apache.commons.math.complex.ComplexFormatTest
 
getDecimalCharacter() - Method in class org.apache.commons.math.complex.FrenchComplexFormatTest
 
getDensityTestPoints() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
getDensityTestValues() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
getDimension() - Method in class org.apache.commons.math.ode.StepProblem
 
getDistribution() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
getDistribution() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
getElement(int) - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
 
getInverseCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
getInverseCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
getInverseCumulativeTestValues() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
getInverseCumulativeTestValues() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
getLocale() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
getLocale() - Method in class org.apache.commons.math.complex.ComplexFormatTest
 
getLocale() - Method in class org.apache.commons.math.complex.FrenchComplexFormatTest
 
getLocale() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
getMaximumAbsoluteError() - Method in class org.apache.commons.math.stat.data.CertifiedDataAbstractTest
 
getN() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
 
getProperty(Object, String) - Method in class org.apache.commons.math.stat.data.CertifiedDataAbstractTest
 
getResourceName() - Method in class org.apache.commons.math.stat.data.CertifiedDataAbstractTest
 
getResourceName() - Method in class org.apache.commons.math.stat.data.LewTest
 
getResourceName() - Method in class org.apache.commons.math.stat.data.LotteryTest
 
getTolerance() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
getTolerance() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
getTolerance() - Method in class org.apache.commons.math.stat.descriptive.summary.ProductTest
 
getTolerance() - Method in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
getTransformer() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
Access the number transformer.
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.moment.FirstMomentTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.moment.FourthMomentTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.moment.GeometricMeanTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.moment.KurtosisTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.moment.MeanTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.moment.SecondMomentTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.moment.SkewnessTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.moment.StandardDeviationTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.moment.ThirdMomentTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.moment.VarianceTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.rank.MaxTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.rank.MedianTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.rank.MinTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest
Return a new instance of the statistic
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.summary.ProductTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.summary.SumLogTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.summary.SumSqTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.summary.SumTest
 
getUnivariateStatistic() - Method in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
getValues() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
 
getWindowSize() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
 
getX() - Method in class org.apache.commons.math.util.TestBean
 
getY() - Method in class org.apache.commons.math.util.TestBean
 
getZ() - Method in class org.apache.commons.math.util.TestBean
 
GillIntegratorTest - Class in org.apache.commons.math.ode
 
GillIntegratorTest(String) - Constructor for class org.apache.commons.math.ode.GillIntegratorTest
 
GillStepInterpolatorTest - Class in org.apache.commons.math.ode
 
GillStepInterpolatorTest(String) - Constructor for class org.apache.commons.math.ode.GillStepInterpolatorTest
 
GraggBulirschStoerIntegratorTest - Class in org.apache.commons.math.ode
 
GraggBulirschStoerIntegratorTest(String) - Constructor for class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
GraggBulirschStoerIntegratorTest.VariableStepHandler - Class in org.apache.commons.math.ode
 
GraggBulirschStoerIntegratorTest.VariableStepHandler() - Constructor for class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest.VariableStepHandler
 
GraggBulirschStoerStepInterpolatorTest - Class in org.apache.commons.math.ode
 
GraggBulirschStoerStepInterpolatorTest(String) - Constructor for class org.apache.commons.math.ode.GraggBulirschStoerStepInterpolatorTest
 

H

handleStep(StepInterpolator, boolean) - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest.VariableStepHandler
 
heresBar() - Method in class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest.Bar
 
heresFoo() - Method in class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest.Foo
 
HighamHall54IntegratorTest - Class in org.apache.commons.math.ode
 
HighamHall54IntegratorTest(String) - Constructor for class org.apache.commons.math.ode.HighamHall54IntegratorTest
 
HighamHall54StepInterpolatorTest - Class in org.apache.commons.math.ode
 
HighamHall54StepInterpolatorTest(String) - Constructor for class org.apache.commons.math.ode.HighamHall54StepInterpolatorTest
 
HypergeometricDistributionTest - Class in org.apache.commons.math.distribution
Test cases for HyperGeometriclDistribution.
HypergeometricDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.HypergeometricDistributionTest
Constructor for ChiSquareDistributionTest.

I

id - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
id - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
IntegerDistributionAbstractTest - Class in org.apache.commons.math.distribution
Abstract base class for IntegerDistribution tests.
IntegerDistributionAbstractTest(String) - Constructor for class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Constructor for IntegerDistributionAbstractTest.
InteractionTest - Class in org.apache.commons.math.stat.descriptive
 
InteractionTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.InteractionTest
 
interpolationTolerance - Variable in class org.apache.commons.math.analysis.SplineInterpolatorTest
error tolerance for interpolated values -- high value is from sin test
InvalidMatrixExceptionTest - Class in org.apache.commons.math.linear
 
InvalidMatrixExceptionTest() - Constructor for class org.apache.commons.math.linear.InvalidMatrixExceptionTest
 

K

knots - Variable in class org.apache.commons.math.analysis.PolynomialSplineFunctionTest
Knot points
knotTolerance - Variable in class org.apache.commons.math.analysis.SplineInterpolatorTest
error tolerance for spline interpolator value at knot points
kurt - Variable in class org.apache.commons.math.stat.descriptive.InteractionTest
 
kurt - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
KurtosisTest - Class in org.apache.commons.math.stat.descriptive.moment
Test cases for the UnivariateStatistic class.
KurtosisTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.KurtosisTest
 

L

LaguerreSolverTest - Class in org.apache.commons.math.analysis
Testcase for Laguerre solver.
LaguerreSolverTest() - Constructor for class org.apache.commons.math.analysis.LaguerreSolverTest
 
largeSampleSize - Variable in class org.apache.commons.math.random.RandomDataTest
 
LevenbergMarquardtEstimatorTest - Class in org.apache.commons.math.estimation
Some of the unit tests are re-implementations of the MINPACK file17 and file22 test files.
LevenbergMarquardtEstimatorTest(String) - Constructor for class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
LewTest - Class in org.apache.commons.math.stat.data
 
LewTest() - Constructor for class org.apache.commons.math.stat.data.LewTest
 
list - Variable in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
Holds a reference to a list - GENERICs are going to make our lives easier here as we could only accept List
ListUnivariateImpl - Class in org.apache.commons.math.stat.descriptive
 
ListUnivariateImpl() - Constructor for class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
No argument Constructor
ListUnivariateImpl(List) - Constructor for class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
Construct a ListUnivariate with a specific List.
ListUnivariateImpl(List, NumberTransformer) - Constructor for class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
Construct a ListUnivariate with a specific List.
ListUnivariateImplTest - Class in org.apache.commons.math.stat.descriptive
Test cases for the ListUnivariateImpl class.
ListUnivariateImplTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.ListUnivariateImplTest
 
LotteryTest - Class in org.apache.commons.math.stat.data
 
LotteryTest() - Constructor for class org.apache.commons.math.stat.data.LotteryTest
 
luData - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
luData - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
luDataLUDecomposition - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
luDataLUDecomposition - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 

M

makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.BinomialDistributionTest
Creates the default cumulative probability density test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.CauchyDistributionTest
Creates the default cumulative probability distribution test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.ChiSquareDistributionTest
Creates the default cumulative probability distribution test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Creates the default cumulative probability density test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.ExponentialDistributionTest
Creates the default cumulative probability distribution test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.FDistributionTest
Creates the default cumulative probability distribution test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.GammaDistributionTest
Creates the default cumulative probability distribution test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
Creates the default cumulative probability density test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Creates the default cumulative probability density test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
Creates the default cumulative probability distribution test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.PascalDistributionTest
Creates the default cumulative probability density test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
Creates the default cumulative probability density test input values.
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.TDistributionTest
Creates the default cumulative probability distribution test input values
makeCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.WeibullDistributionTest
Creates the default cumulative probability distribution test input values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.BinomialDistributionTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.CauchyDistributionTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.ChiSquareDistributionTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.ExponentialDistributionTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.FDistributionTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.GammaDistributionTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.PascalDistributionTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
Creates the default cumulative probability density test expected values.
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.TDistributionTest
Creates the default cumulative probability density test expected values
makeCumulativeTestValues() - Method in class org.apache.commons.math.distribution.WeibullDistributionTest
Creates the default cumulative probability density test expected values
makeDensityTestPoints() - Method in class org.apache.commons.math.distribution.BinomialDistributionTest
Creates the default probability density test input values
makeDensityTestPoints() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
Creates the default probability density test input values
makeDensityTestPoints() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Creates the default probability density test input values
makeDensityTestPoints() - Method in class org.apache.commons.math.distribution.PascalDistributionTest
Creates the default probability density test input values
makeDensityTestPoints() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
Creates the default probability density test input values.
makeDensityTestValues() - Method in class org.apache.commons.math.distribution.BinomialDistributionTest
Creates the default probability density test expected values
makeDensityTestValues() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
Creates the default probability density test expected values
makeDensityTestValues() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Creates the default probability density test expected values
makeDensityTestValues() - Method in class org.apache.commons.math.distribution.PascalDistributionTest
Creates the default probability density test expected values
makeDensityTestValues() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
Creates the default probability density test expected values.
makeDistribution() - Method in class org.apache.commons.math.distribution.BinomialDistributionTest
Creates the default discrete distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.CauchyDistributionTest
Creates the default continuous distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.ChiSquareDistributionTest
Creates the default continuous distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Creates the default continuous distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.ExponentialDistributionTest
Creates the default continuous distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.FDistributionTest
Creates the default continuous distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.GammaDistributionTest
Creates the default continuous distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
Creates the default discrete distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Creates the default discrete distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
Creates the default continuous distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.PascalDistributionTest
Creates the default discrete distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
Creates the default discrete distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.TDistributionTest
Creates the default continuous distribution instance to use in tests.
makeDistribution() - Method in class org.apache.commons.math.distribution.WeibullDistributionTest
Creates the default continuous distribution instance to use in tests.
makeInverseCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.BinomialDistributionTest
Creates the default inverse cumulative probability test input values
makeInverseCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.ChiSquareDistributionTest
Creates the default inverse cumulative probability test input values
makeInverseCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Creates the default inverse cumulative probability test input values
makeInverseCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
Creates the default inverse cumulative probability test input values
makeInverseCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Creates the default inverse cumulative probability test input values
makeInverseCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.PascalDistributionTest
Creates the default inverse cumulative probability test input values
makeInverseCumulativeTestPoints() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
Creates the default inverse cumulative probability test input values.
makeInverseCumulativeTestValues() - Method in class org.apache.commons.math.distribution.BinomialDistributionTest
Creates the default inverse cumulative probability density test expected values
makeInverseCumulativeTestValues() - Method in class org.apache.commons.math.distribution.ChiSquareDistributionTest
Creates the default inverse cumulative probability density test expected values
makeInverseCumulativeTestValues() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Creates the default inverse cumulative probability density test expected values
makeInverseCumulativeTestValues() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
Creates the default inverse cumulative probability density test expected values
makeInverseCumulativeTestValues() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Creates the default inverse cumulative probability density test expected values
makeInverseCumulativeTestValues() - Method in class org.apache.commons.math.distribution.PascalDistributionTest
Creates the default inverse cumulative probability density test expected values
makeInverseCumulativeTestValues() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
Creates the default inverse cumulative probability density test expected values.
MathConfigurationExceptionTest - Class in org.apache.commons.math
 
MathConfigurationExceptionTest() - Constructor for class org.apache.commons.math.MathConfigurationExceptionTest
 
MathExceptionTest - Class in org.apache.commons.math
 
MathExceptionTest() - Constructor for class org.apache.commons.math.MathExceptionTest
 
MathUtilsTest - Class in org.apache.commons.math.util
Test cases for the MathUtils class.
MathUtilsTest(String) - Constructor for class org.apache.commons.math.util.MathUtilsTest
 
MatrixIndexExceptionTest - Class in org.apache.commons.math.linear
 
MatrixIndexExceptionTest() - Constructor for class org.apache.commons.math.linear.MatrixIndexExceptionTest
 
MatrixUtilsTest - Class in org.apache.commons.math.linear
Test cases for the MatrixUtils class.
MatrixUtilsTest(String) - Constructor for class org.apache.commons.math.linear.MatrixUtilsTest
 
max - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
MaxIterationsExceededExceptionTest - Class in org.apache.commons.math
 
MaxIterationsExceededExceptionTest() - Constructor for class org.apache.commons.math.MaxIterationsExceededExceptionTest
 
MaxTest - Class in org.apache.commons.math.stat.descriptive.rank
Test cases for the UnivariateStatistic class.
MaxTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.rank.MaxTest
 
mean - Variable in class org.apache.commons.math.stat.CertifiedDataTest
 
mean - Variable in class org.apache.commons.math.stat.descriptive.InteractionTest
 
mean - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
MeanTest - Class in org.apache.commons.math.stat.descriptive.moment
Test cases for the UnivariateStatistic class.
MeanTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.MeanTest
 
median - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
MedianTest - Class in org.apache.commons.math.stat.descriptive.rank
Test cases for the UnivariateStatistic class.
MedianTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.rank.MedianTest
 
MidpointIntegratorTest - Class in org.apache.commons.math.ode
 
MidpointIntegratorTest(String) - Constructor for class org.apache.commons.math.ode.MidpointIntegratorTest
 
MidpointStepInterpolatorTest - Class in org.apache.commons.math.ode
 
MidpointStepInterpolatorTest(String) - Constructor for class org.apache.commons.math.ode.MidpointStepInterpolatorTest
 
min - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
MinpackTest - Class in org.apache.commons.math.estimation
Some of the unit tests are re-implementations of the MINPACK file17 and file22 test files.
MinpackTest(String) - Constructor for class org.apache.commons.math.estimation.MinpackTest
 
MinTest - Class in org.apache.commons.math.stat.descriptive.rank
Test cases for the UnivariateStatistic class.
MinTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.rank.MinTest
 
MixedListUnivariateImplTest - Class in org.apache.commons.math.stat.descriptive
Test cases for the ListUnivariateImpl class.
MixedListUnivariateImplTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest
 
MixedListUnivariateImplTest.Bar - Class in org.apache.commons.math.stat.descriptive
 
MixedListUnivariateImplTest.Bar() - Constructor for class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest.Bar
 
MixedListUnivariateImplTest.BarTransformer - Class in org.apache.commons.math.stat.descriptive
 
MixedListUnivariateImplTest.BarTransformer() - Constructor for class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest.BarTransformer
 
MixedListUnivariateImplTest.Foo - Class in org.apache.commons.math.stat.descriptive
 
MixedListUnivariateImplTest.Foo() - Constructor for class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest.Foo
 
MixedListUnivariateImplTest.FooTransformer - Class in org.apache.commons.math.stat.descriptive
 
MixedListUnivariateImplTest.FooTransformer() - Constructor for class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest.FooTransformer
 
MonitoredFunction - Class in org.apache.commons.math.analysis
Wrapper class for counting functions calls.
MonitoredFunction(UnivariateRealFunction) - Constructor for class org.apache.commons.math.analysis.MonitoredFunction
 
MullerSolverTest - Class in org.apache.commons.math.analysis
Testcase for Muller solver.
MullerSolverTest() - Constructor for class org.apache.commons.math.analysis.MullerSolverTest
 
MultiDirectionalTest - Class in org.apache.commons.math.optimization
 
MultiDirectionalTest(String) - Constructor for class org.apache.commons.math.optimization.MultiDirectionalTest
 
MultivariateSummaryStatisticsTest - Class in org.apache.commons.math.stat.descriptive
Test cases for the MultivariateSummaryStatistics class.
MultivariateSummaryStatisticsTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
 

N

NelderMeadTest - Class in org.apache.commons.math.optimization
 
NelderMeadTest(String) - Constructor for class org.apache.commons.math.optimization.NelderMeadTest
 
NevilleInterpolatorTest - Class in org.apache.commons.math.analysis
Testcase for Neville interpolator.
NevilleInterpolatorTest() - Constructor for class org.apache.commons.math.analysis.NevilleInterpolatorTest
 
NewtonSolverTest - Class in org.apache.commons.math.analysis
 
NewtonSolverTest() - Constructor for class org.apache.commons.math.analysis.NewtonSolverTest
 
nextDouble() - Method in class org.apache.commons.math.random.TestRandomGenerator
 
NormalDistributionTest - Class in org.apache.commons.math.distribution
Test cases for NormalDistribution.
NormalDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.NormalDistributionTest
Constructor for NormalDistributionTest.
normTolerance - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
normTolerance - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
nullArray - Variable in class org.apache.commons.math.stat.descriptive.AbstractUnivariateStatisticTest
 
nullDoubleArray - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
nullMatrix - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 

O

OneWayAnovaTest - Class in org.apache.commons.math.stat.inference
Test cases for the OneWayAnovaImpl class.
OneWayAnovaTest(String) - Constructor for class org.apache.commons.math.stat.inference.OneWayAnovaTest
 
org.apache.commons.math - package org.apache.commons.math
 
org.apache.commons.math.analysis - package org.apache.commons.math.analysis
 
org.apache.commons.math.complex - package org.apache.commons.math.complex
 
org.apache.commons.math.distribution - package org.apache.commons.math.distribution
 
org.apache.commons.math.estimation - package org.apache.commons.math.estimation
 
org.apache.commons.math.fraction - package org.apache.commons.math.fraction
 
org.apache.commons.math.geometry - package org.apache.commons.math.geometry
 
org.apache.commons.math.linear - package org.apache.commons.math.linear
 
org.apache.commons.math.ode - package org.apache.commons.math.ode
 
org.apache.commons.math.optimization - package org.apache.commons.math.optimization
 
org.apache.commons.math.random - package org.apache.commons.math.random
 
org.apache.commons.math.special - package org.apache.commons.math.special
 
org.apache.commons.math.stat - package org.apache.commons.math.stat
 
org.apache.commons.math.stat.data - package org.apache.commons.math.stat.data
 
org.apache.commons.math.stat.descriptive - package org.apache.commons.math.stat.descriptive
 
org.apache.commons.math.stat.descriptive.moment - package org.apache.commons.math.stat.descriptive.moment
 
org.apache.commons.math.stat.descriptive.rank - package org.apache.commons.math.stat.descriptive.rank
 
org.apache.commons.math.stat.descriptive.summary - package org.apache.commons.math.stat.descriptive.summary
 
org.apache.commons.math.stat.inference - package org.apache.commons.math.stat.inference
 
org.apache.commons.math.stat.regression - package org.apache.commons.math.stat.regression
 
org.apache.commons.math.transform - package org.apache.commons.math.transform
 
org.apache.commons.math.util - package org.apache.commons.math.util
 

P

partialerror(double[], double) - Method in class org.apache.commons.math.analysis.DividedDifferenceInterpolatorTest
Returns the partial error term (z-x[0])(z-x[1])...(z-x[n-1])/n!
partialerror(double[], double) - Method in class org.apache.commons.math.analysis.NevilleInterpolatorTest
Returns the partial error term (z-x[0])(z-x[1])...(z-x[n-1])/n!
PascalDistributionTest - Class in org.apache.commons.math.distribution
Test cases for PascalDistribution.
PascalDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.PascalDistributionTest
Constructor for PascalDistributionTest.
percentile5 - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
percentile95 - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
PercentileTest - Class in org.apache.commons.math.stat.descriptive.rank
Test cases for the UnivariateStatistic class.
PercentileTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
permuteRows(BigMatrix, int[]) - Method in class org.apache.commons.math.linear.BigMatrixImplTest
Returns the result of applying the given row permutation to the matrix
permuteRows(RealMatrix, int[]) - Method in class org.apache.commons.math.linear.RealMatrixImplTest
Returns the result of applying the given row permutation to the matrix
PoissonDistributionTest - Class in org.apache.commons.math.distribution
PoissonDistributionTest
PoissonDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.PoissonDistributionTest
Constructor.
PolynomialFunctionLagrangeFormTest - Class in org.apache.commons.math.analysis
Testcase for Lagrange form of polynomial function.
PolynomialFunctionLagrangeFormTest() - Constructor for class org.apache.commons.math.analysis.PolynomialFunctionLagrangeFormTest
 
PolynomialFunctionNewtonFormTest - Class in org.apache.commons.math.analysis
Testcase for Newton form of polynomial function.
PolynomialFunctionNewtonFormTest() - Constructor for class org.apache.commons.math.analysis.PolynomialFunctionNewtonFormTest
 
PolynomialFunctionTest - Class in org.apache.commons.math.analysis
Tests the PolynomialFunction implementation of a UnivariateRealFunction.
PolynomialFunctionTest() - Constructor for class org.apache.commons.math.analysis.PolynomialFunctionTest
 
polynomials - Variable in class org.apache.commons.math.analysis.PolynomialSplineFunctionTest
Quadratic polynomials used in tests: x^2 + x [-1, 0) x^2 + x + 2 [0, 1) x^2 + x + 4 [1, 2) Defined so that evaluation using PolynomialSplineFunction evaluation algorithm agrees at knot point boundaries.
PolynomialSplineFunctionTest - Class in org.apache.commons.math.analysis
Tests the PolynomialSplineFunction implementation.
PolynomialSplineFunctionTest() - Constructor for class org.apache.commons.math.analysis.PolynomialSplineFunctionTest
 
populationStandardDeviation(double[]) - Method in class org.apache.commons.math.stat.descriptive.moment.StandardDeviationTest
Definitional formula for population standard deviation
populationVariance(double[]) - Method in class org.apache.commons.math.stat.descriptive.moment.VarianceTest
Definitional formula for population variance
preMultTest - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
preMultTest - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
product - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
ProductTest - Class in org.apache.commons.math.stat.descriptive.summary
Test cases for the UnivariateStatistic class.
ProductTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.summary.ProductTest
 

Q

QRDecompositionImplTest - Class in org.apache.commons.math.linear
 
QRDecompositionImplTest(String) - Constructor for class org.apache.commons.math.linear.QRDecompositionImplTest
 
QuinticFunction - Class in org.apache.commons.math.analysis
Auxillary class for testing solvers.
QuinticFunction() - Constructor for class org.apache.commons.math.analysis.QuinticFunction
 

R

ra - Variable in class org.apache.commons.math.util.DoubleArrayAbstractTest
 
RandomAdaptorTest - Class in org.apache.commons.math.random
Test cases for the RandomAdaptor class
RandomAdaptorTest(String) - Constructor for class org.apache.commons.math.random.RandomAdaptorTest
 
randomData - Variable in class org.apache.commons.math.random.RandomDataTest
 
RandomDataTest - Class in org.apache.commons.math.random
Test cases for the RandomData class.
RandomDataTest(String) - Constructor for class org.apache.commons.math.random.RandomDataTest
 
RealMatrixImplTest - Class in org.apache.commons.math.linear
Test cases for the RealMatrixImpl class.
RealMatrixImplTest(String) - Constructor for class org.apache.commons.math.linear.RealMatrixImplTest
 
requiresDenseOutput() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest.VariableStepHandler
 
reset() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest.VariableStepHandler
 
resetState(double, double[]) - Method in class org.apache.commons.math.ode.StepProblem
 
ResizableDoubleArrayTest - Class in org.apache.commons.math.util
This class contains test cases for the ResizableDoubleArray.
ResizableDoubleArrayTest(String) - Constructor for class org.apache.commons.math.util.ResizableDoubleArrayTest
 
RetryTestCase - Class in org.apache.commons.math
A TestCase that retries tests when assertions fail.
RetryTestCase() - Constructor for class org.apache.commons.math.RetryTestCase
 
RetryTestCase(String) - Constructor for class org.apache.commons.math.RetryTestCase
 
RiddersSolverTest - Class in org.apache.commons.math.analysis
Testcase for Ridders solver.
RiddersSolverTest() - Constructor for class org.apache.commons.math.analysis.RiddersSolverTest
 
RombergIntegratorTest - Class in org.apache.commons.math.analysis
Testcase for Romberg integrator.
RombergIntegratorTest() - Constructor for class org.apache.commons.math.analysis.RombergIntegratorTest
 
RotationOrderTest - Class in org.apache.commons.math.geometry
 
RotationOrderTest(String) - Constructor for class org.apache.commons.math.geometry.RotationOrderTest
 
RotationTest - Class in org.apache.commons.math.geometry
 
RotationTest(String) - Constructor for class org.apache.commons.math.geometry.RotationTest
 
row - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
rowMatrix - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
runTest() - Method in class org.apache.commons.math.RetryTestCase
Override runTest() to catch AssertionFailedError and retry

S

secondMoment - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
SecondMomentTest - Class in org.apache.commons.math.stat.descriptive.moment
Test cases for the SecondMoment class.
SecondMomentTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.SecondMomentTest
 
serializeAndRecover(Object) - Static method in class org.apache.commons.math.TestUtils
Serializes an object to a bytes array and then recovers the object from the bytes array.
setCallsCount(int) - Method in class org.apache.commons.math.analysis.MonitoredFunction
 
setCumulativeTestPoints(double[]) - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
setCumulativeTestPoints(int[]) - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
setCumulativeTestValues(double[]) - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
setCumulativeTestValues(double[]) - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
setDensityTestPoints(int[]) - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
setDensityTestValues(double[]) - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
setDistribution(ContinuousDistribution) - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
setDistribution(IntegerDistribution) - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
setInverseCumulativeTestPoints(double[]) - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
setInverseCumulativeTestPoints(double[]) - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
setInverseCumulativeTestValues(double[]) - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
setInverseCumulativeTestValues(int[]) - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
setLastSeen(boolean) - Method in class org.apache.commons.math.ode.StepNormalizerTest
 
setRate(double) - Method in class org.apache.commons.math.ode.StepProblem
 
setSeed(long) - Method in class org.apache.commons.math.random.TestRandomGenerator
 
setTolerance(double) - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
 
setTolerance(double) - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
 
setTransformer(NumberTransformer) - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
Modify the number transformer.
setUp() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
setUp() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
setUp() - Method in class org.apache.commons.math.distribution.ChiSquareDistributionTest
 
setUp() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Setup sets all test instance data to default values
setUp() - Method in class org.apache.commons.math.distribution.FDistributionTest
 
setUp() - Method in class org.apache.commons.math.distribution.GammaDistributionTest
 
setUp() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Setup sets all test instance data to default values
setUp() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
 
setUp() - Method in class org.apache.commons.math.distribution.TDistributionTest
 
setUp() - Method in class org.apache.commons.math.estimation.WeightedMeasurementTest
 
setUp() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
setUp() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
 
setUp() - Method in class org.apache.commons.math.linear.MatrixUtilsTest
 
setUp() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
setUp() - Method in class org.apache.commons.math.ode.ContinuousOutputModelTest
 
setUp() - Method in class org.apache.commons.math.ode.StepNormalizerTest
 
setUp() - Method in class org.apache.commons.math.random.CorrelatedRandomVectorGeneratorTest
 
setUp() - Method in class org.apache.commons.math.random.EmpiricalDistributionTest
 
setUp() - Method in class org.apache.commons.math.random.RandomDataTest
 
setUp() - Method in class org.apache.commons.math.random.UncorrelatedRandomVectorGeneratorTest
 
setUp() - Method in class org.apache.commons.math.random.ValueServerTest
 
setUp() - Method in class org.apache.commons.math.stat.CertifiedDataTest
 
setUp() - Method in class org.apache.commons.math.stat.data.CertifiedDataAbstractTest
 
setUp() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
setUp() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImplTest
 
setUp() - Method in class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest
 
setUp() - Method in class org.apache.commons.math.stat.descriptive.moment.VectorialCovarianceTest
 
setUp() - Method in class org.apache.commons.math.stat.descriptive.moment.VectorialMeanTest
 
setUp() - Method in class org.apache.commons.math.stat.descriptive.StatisticalSummaryValuesTest
 
setUp() - Method in class org.apache.commons.math.stat.FrequencyTest
 
setUp() - Method in class org.apache.commons.math.stat.inference.ChiSquareFactoryTest
 
setUp() - Method in class org.apache.commons.math.stat.inference.ChiSquareTestTest
 
setUp() - Method in class org.apache.commons.math.stat.inference.OneWayAnovaTest
 
setUp() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
setUp() - Method in class org.apache.commons.math.stat.inference.TTestFactoryTest
 
setUp() - Method in class org.apache.commons.math.stat.inference.TTestTest
 
setUp() - Method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
setUp() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
setUp() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
setWindowSize(int) - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
 
setX(Double) - Method in class org.apache.commons.math.util.TestBean
 
setY(String) - Method in class org.apache.commons.math.util.TestBean
 
setZ(Double) - Method in class org.apache.commons.math.util.TestBean
 
SimpleRegressionTest - Class in org.apache.commons.math.stat.regression
Test cases for the TestStatistic class.
SimpleRegressionTest(String) - Constructor for class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
SimpsonIntegratorTest - Class in org.apache.commons.math.analysis
Testcase for Simpson integrator.
SimpsonIntegratorTest() - Constructor for class org.apache.commons.math.analysis.SimpsonIntegratorTest
 
sin - Variable in class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
SinFunction - Class in org.apache.commons.math.analysis
Auxillary class for testing solvers.
SinFunction() - Constructor for class org.apache.commons.math.analysis.SinFunction
 
singletonArray - Variable in class org.apache.commons.math.stat.descriptive.AbstractUnivariateStatisticTest
 
singular - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
singular - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
skew - Variable in class org.apache.commons.math.stat.descriptive.InteractionTest
 
skew - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
SkewnessTest - Class in org.apache.commons.math.stat.descriptive.moment
Test cases for the UnivariateStatistic class.
SkewnessTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.SkewnessTest
 
smallSamples - Variable in class org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest
Small sample arrays
smallSampleSize - Variable in class org.apache.commons.math.random.RandomDataTest
 
SplineInterpolatorTest - Class in org.apache.commons.math.analysis
Test the SplineInterpolator.
SplineInterpolatorTest(String) - Constructor for class org.apache.commons.math.analysis.SplineInterpolatorTest
 
splitLU(BigMatrix, BigDecimal[][], BigDecimal[][]) - Method in class org.apache.commons.math.linear.BigMatrixImplTest
extracts the l and u matrices from compact lu representation
splitLU(RealMatrix, double[][], double[][]) - Method in class org.apache.commons.math.linear.RealMatrixImplTest
extracts the l and u matrices from compact lu representation
StandardDeviationTest - Class in org.apache.commons.math.stat.descriptive.moment
Test cases for the UnivariateStatistic class.
StandardDeviationTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.StandardDeviationTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.moment.FirstMomentTest
descriptive statistic.
stat - Variable in class org.apache.commons.math.stat.descriptive.moment.FourthMomentTest
descriptive statistic.
stat - Variable in class org.apache.commons.math.stat.descriptive.moment.GeometricMeanTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.moment.KurtosisTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.moment.MeanTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.moment.SecondMomentTest
descriptive statistic.
stat - Variable in class org.apache.commons.math.stat.descriptive.moment.SkewnessTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.moment.StandardDeviationTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.moment.ThirdMomentTest
descriptive statistic.
stat - Variable in class org.apache.commons.math.stat.descriptive.moment.VarianceTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.rank.MaxTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.rank.MedianTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.rank.MinTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.summary.ProductTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.summary.SumLogTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.summary.SumSqTest
 
stat - Variable in class org.apache.commons.math.stat.descriptive.summary.SumTest
 
StatisticalSummaryValuesTest - Class in org.apache.commons.math.stat.descriptive
Test cases for the StatisticalSummaryValues class.
StatisticalSummaryValuesTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.StatisticalSummaryValuesTest
 
StatUtilsTest - Class in org.apache.commons.math.stat
Test cases for the StatUtils class.
StatUtilsTest(String) - Constructor for class org.apache.commons.math.stat.StatUtilsTest
 
std - Variable in class org.apache.commons.math.stat.CertifiedDataTest
 
std - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
StepNormalizerTest - Class in org.apache.commons.math.ode
 
StepNormalizerTest(String) - Constructor for class org.apache.commons.math.ode.StepNormalizerTest
 
StepProblem - Class in org.apache.commons.math.ode
 
StepProblem(double, double, double) - Constructor for class org.apache.commons.math.ode.StepProblem
 
StorelessUnivariateStatisticAbstractTest - Class in org.apache.commons.math.stat.descriptive
Test cases for StorelessUnivariateStatistic classes.
StorelessUnivariateStatisticAbstractTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest
 
stringCol - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
stringColMatrix - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
stringRow - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
stringRowMatrix - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
subColumn1 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subColumn1 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subColumn3 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subColumn3 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subRow0 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subRow0 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subRow3 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subRow3 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subRows00Cols33 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subRows00Cols33 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subRows01Cols23 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subRows01Cols23 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subRows02Cols13 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subRows02Cols13 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subRows03Cols12 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subRows03Cols12 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subRows03Cols123 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subRows03Cols123 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subRows20Cols123 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subRows20Cols123 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subRows23Cols00 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subRows23Cols00 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subRows31Cols31 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subRows31Cols31 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
subTestData - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
subTestData - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
suite() - Static method in class org.apache.commons.math.analysis.BrentSolverTest
 
suite() - Static method in class org.apache.commons.math.analysis.SplineInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.estimation.EstimatedParameterTest
 
suite() - Static method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
suite() - Static method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
suite() - Static method in class org.apache.commons.math.estimation.MinpackTest
 
suite() - Static method in class org.apache.commons.math.estimation.WeightedMeasurementTest
 
suite() - Static method in class org.apache.commons.math.geometry.RotationOrderTest
 
suite() - Static method in class org.apache.commons.math.geometry.RotationTest
 
suite() - Static method in class org.apache.commons.math.geometry.Vector3DTest
 
suite() - Static method in class org.apache.commons.math.linear.BigMatrixImplTest
 
suite() - Static method in class org.apache.commons.math.linear.MatrixUtilsTest
 
suite() - Static method in class org.apache.commons.math.linear.QRDecompositionImplTest
 
suite() - Static method in class org.apache.commons.math.linear.RealMatrixImplTest
 
suite() - Static method in class org.apache.commons.math.ode.ClassicalRungeKuttaIntegratorTest
 
suite() - Static method in class org.apache.commons.math.ode.ClassicalRungeKuttaStepInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.ode.ContinuousOutputModelTest
 
suite() - Static method in class org.apache.commons.math.ode.DormandPrince54IntegratorTest
 
suite() - Static method in class org.apache.commons.math.ode.DormandPrince54StepInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
suite() - Static method in class org.apache.commons.math.ode.DormandPrince853StepInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.ode.DummyStepInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.ode.EulerIntegratorTest
 
suite() - Static method in class org.apache.commons.math.ode.EulerStepInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.ode.FirstOrderConverterTest
 
suite() - Static method in class org.apache.commons.math.ode.GillIntegratorTest
 
suite() - Static method in class org.apache.commons.math.ode.GillStepInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
suite() - Static method in class org.apache.commons.math.ode.GraggBulirschStoerStepInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.ode.HighamHall54IntegratorTest
 
suite() - Static method in class org.apache.commons.math.ode.HighamHall54StepInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.ode.MidpointIntegratorTest
 
suite() - Static method in class org.apache.commons.math.ode.MidpointStepInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.ode.StepNormalizerTest
 
suite() - Static method in class org.apache.commons.math.ode.ThreeEighthesIntegratorTest
 
suite() - Static method in class org.apache.commons.math.ode.ThreeEighthesStepInterpolatorTest
 
suite() - Static method in class org.apache.commons.math.optimization.MultiDirectionalTest
 
suite() - Static method in class org.apache.commons.math.optimization.NelderMeadTest
 
suite() - Static method in class org.apache.commons.math.random.AbstractRandomGeneratorTest
 
suite() - Static method in class org.apache.commons.math.random.CorrelatedRandomVectorGeneratorTest
 
suite() - Static method in class org.apache.commons.math.random.EmpiricalDistributionTest
 
suite() - Static method in class org.apache.commons.math.random.GaussianRandomGeneratorTest
 
suite() - Static method in class org.apache.commons.math.random.RandomAdaptorTest
 
suite() - Static method in class org.apache.commons.math.random.RandomDataTest
 
suite() - Static method in class org.apache.commons.math.random.UncorrelatedRandomVectorGeneratorTest
 
suite() - Static method in class org.apache.commons.math.random.UniformRandomGeneratorTest
 
suite() - Static method in class org.apache.commons.math.random.ValueServerTest
 
suite() - Static method in class org.apache.commons.math.stat.CertifiedDataTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.AbstractUnivariateStatisticTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsImplTest
Deprecated.  
suite() - Static method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.ListUnivariateImplTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.moment.GeometricMeanTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.moment.KurtosisTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.moment.MeanTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.moment.SkewnessTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.moment.StandardDeviationTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.moment.VarianceTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.moment.VectorialCovarianceTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.moment.VectorialMeanTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.rank.MaxTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.rank.MedianTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.rank.MinTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.StatisticalSummaryValuesTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.summary.ProductTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.summary.SumLogTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.summary.SumSqTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.summary.SumTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsImplTest
Deprecated.  
suite() - Static method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatisticsTest
 
suite() - Static method in class org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatisticsTest
 
suite() - Static method in class org.apache.commons.math.stat.FrequencyTest
 
suite() - Static method in class org.apache.commons.math.stat.inference.ChiSquareFactoryTest
 
suite() - Static method in class org.apache.commons.math.stat.inference.ChiSquareTestTest
 
suite() - Static method in class org.apache.commons.math.stat.inference.OneWayAnovaTest
 
suite() - Static method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
suite() - Static method in class org.apache.commons.math.stat.inference.TTestFactoryTest
 
suite() - Static method in class org.apache.commons.math.stat.inference.TTestTest
 
suite() - Static method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
suite() - Static method in class org.apache.commons.math.stat.StatUtilsTest
 
suite() - Static method in class org.apache.commons.math.util.MathUtilsTest
 
sum - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
sumLog - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
SumLogTest - Class in org.apache.commons.math.stat.descriptive.summary
Test cases for the UnivariateStatistic class.
SumLogTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.summary.SumLogTest
 
SummaryStatisticsAbstractTest - Class in org.apache.commons.math.stat.descriptive
Deprecated. should be moved down into SummaryStatisticsTest when SummaryStatisticsImpl is removed in 2.0
SummaryStatisticsAbstractTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.SummaryStatisticsAbstractTest
Deprecated.  
SummaryStatisticsImplTest - Class in org.apache.commons.math.stat.descriptive
Deprecated. - to be removed in 2.0 with SummaryStatisticsImpl
SummaryStatisticsImplTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.SummaryStatisticsImplTest
Deprecated.  
SummaryStatisticsTest - Class in org.apache.commons.math.stat.descriptive
Test cases for the SummaryStatistics class.
SummaryStatisticsTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.SummaryStatisticsTest
 
sumSq - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
SumSqTest - Class in org.apache.commons.math.stat.descriptive.summary
Test cases for the SumOfSquares class.
SumSqTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.summary.SumSqTest
 
SumTest - Class in org.apache.commons.math.stat.descriptive.summary
Test cases for the Sum class.
SumTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.summary.SumTest
 
SynchronizedDescriptiveStatisticsTest - Class in org.apache.commons.math.stat.descriptive
Test cases for the SynchronizedDescriptiveStatisticsTest class.
SynchronizedDescriptiveStatisticsTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatisticsTest
 
SynchronizedSummaryStatisticsTest - Class in org.apache.commons.math.stat.descriptive
Test cases for the SynchronizedSummaryStatisticsTest class.
SynchronizedSummaryStatisticsTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatisticsTest
 

T

TDistributionTest - Class in org.apache.commons.math.distribution
Test cases for TDistribution.
TDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.TDistributionTest
Constructor for TDistributionTest.
tearDown() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
tearDown() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Cleans up test instance data
tearDown() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Cleans up test instance data
tearDown() - Method in class org.apache.commons.math.estimation.WeightedMeasurementTest
 
tearDown() - Method in class org.apache.commons.math.ode.ContinuousOutputModelTest
 
tearDown() - Method in class org.apache.commons.math.ode.StepNormalizerTest
 
tearDown() - Method in class org.apache.commons.math.random.CorrelatedRandomVectorGeneratorTest
 
tearDown() - Method in class org.apache.commons.math.random.UncorrelatedRandomVectorGeneratorTest
 
tearDown() - Method in class org.apache.commons.math.stat.data.CertifiedDataAbstractTest
 
tearDown() - Method in class org.apache.commons.math.stat.descriptive.moment.VectorialCovarianceTest
 
tearDown() - Method in class org.apache.commons.math.stat.descriptive.moment.VectorialMeanTest
 
tearDown() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
test0Choose0() - Method in class org.apache.commons.math.util.MathUtilsTest
Verify that b(0,0) = 1
test5() - Method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
testAbs() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAbs() - Method in class org.apache.commons.math.fraction.FractionTest
 
testAbsInfinite() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAbsNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAcos() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAcos() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAcosInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAcosInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAcosNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAcosNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAcosNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAdaptor() - Method in class org.apache.commons.math.random.RandomAdaptorTest
 
testAdd() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAdd() - Method in class org.apache.commons.math.fraction.FractionTest
 
testAdd() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testAdd() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test add
testAdd() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test add
testAdd() - Method in class org.apache.commons.math.stat.FrequencyTest
test adding incomparable values
testAdd1000() - Method in class org.apache.commons.math.util.DoubleArrayAbstractTest
 
testAdd1000() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
testAddAndCheck() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testAddAndCheckLong() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testAddElementRolling() - Method in class org.apache.commons.math.util.DoubleArrayAbstractTest
 
testAddElementRolling() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
testAddFail() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test add failure
testAddFail() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test add failure
testAddInfinite() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAddNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAddValue() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testAdHocData() - Method in class org.apache.commons.math.transform.FastCosineTransformerTest
Test of transformer for the ad hoc data.
testAdHocData() - Method in class org.apache.commons.math.transform.FastFourierTransformerTest
Test of transformer for the ad hoc data taken from Mathematica.
testAdHocData() - Method in class org.apache.commons.math.transform.FastSineTransformerTest
Test of transformer for the ad hoc data.
testAEqualQR() - Method in class org.apache.commons.math.linear.QRDecompositionImplTest
test A = QR
testAlpha() - Method in class org.apache.commons.math.distribution.WeibullDistributionTest
 
testAngle() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testAngles() - Method in class org.apache.commons.math.geometry.RotationTest
 
testAngular() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testAngularSeparation() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testAnovaFValue() - Method in class org.apache.commons.math.stat.inference.OneWayAnovaTest
 
testAnovaPValue() - Method in class org.apache.commons.math.stat.inference.OneWayAnovaTest
 
testAnovaTest() - Method in class org.apache.commons.math.stat.inference.OneWayAnovaTest
 
testApplyInverseTo() - Method in class org.apache.commons.math.geometry.RotationTest
 
testArray - Variable in class org.apache.commons.math.stat.descriptive.AbstractUnivariateStatisticTest
 
testArray - Variable in class org.apache.commons.math.stat.descriptive.InteractionTest
 
testArray - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
testArrayEquals() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testArrayHash() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testArrayIndexConditions() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testAsin() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAsin() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAsinInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAsinInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAsinNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAsinNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAsinNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAtan() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAtan() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAtanInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAtanInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAtanNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testAtanNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAtanNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testAxisAngle() - Method in class org.apache.commons.math.geometry.RotationTest
 
testBadEndpoints() - Method in class org.apache.commons.math.analysis.BrentSolverTest
 
testBadParameters() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
testBasicStats() - Method in class org.apache.commons.math.stat.descriptive.moment.VectorialCovarianceTest
 
testBasicStats() - Method in class org.apache.commons.math.stat.descriptive.moment.VectorialMeanTest
 
TestBean - Class in org.apache.commons.math.util
 
TestBean() - Constructor for class org.apache.commons.math.util.TestBean
 
testBeforeEnd() - Method in class org.apache.commons.math.ode.StepNormalizerTest
 
testBeta() - Method in class org.apache.commons.math.distribution.WeibullDistributionTest
 
testBigStep() - Method in class org.apache.commons.math.ode.ClassicalRungeKuttaIntegratorTest
 
testBigStep() - Method in class org.apache.commons.math.ode.EulerIntegratorTest
 
testBigStep() - Method in class org.apache.commons.math.ode.FirstOrderConverterTest
 
testBigStep() - Method in class org.apache.commons.math.ode.GillIntegratorTest
 
testBigStep() - Method in class org.apache.commons.math.ode.MidpointIntegratorTest
 
testBigStep() - Method in class org.apache.commons.math.ode.ThreeEighthesIntegratorTest
 
testBinIndexOverflow() - Method in class org.apache.commons.math.random.EmpiricalDistributionTest
Test bin index overflow problem (BZ 36450)
testBinomialCoefficient() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testBinomialCoefficientFail() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testBound() - Method in class org.apache.commons.math.estimation.EstimatedParameterTest
 
testBoundaries() - Method in class org.apache.commons.math.ode.ContinuousOutputModelTest
 
testBoundaries() - Method in class org.apache.commons.math.ode.StepNormalizerTest
 
testBracketCornerSolution() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
testBracketSin() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
testCertifiedValues() - Method in class org.apache.commons.math.stat.data.CertifiedDataAbstractTest
 
testChiSquare() - Method in class org.apache.commons.math.stat.inference.ChiSquareTestTest
 
testChiSquare() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
testChiSquareDataSetsComparisonBadCounts() - Method in class org.apache.commons.math.stat.inference.ChiSquareTestTest
 
testChiSquareDataSetsComparisonEqualCounts() - Method in class org.apache.commons.math.stat.inference.ChiSquareTestTest
Target values verified using DATAPLOT version 2006.3
testChiSquareDataSetsComparisonUnEqualCounts() - Method in class org.apache.commons.math.stat.inference.ChiSquareTestTest
Target values verified using DATAPLOT version 2006.3
testChiSquareIndependence() - Method in class org.apache.commons.math.stat.inference.ChiSquareTestTest
 
testChiSquareIndependence() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
testChiSquareLargeTestStatistic() - Method in class org.apache.commons.math.stat.inference.ChiSquareTestTest
 
testChiSquareLargeTestStatistic() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
testChiSquareZeroCount() - Method in class org.apache.commons.math.stat.inference.ChiSquareTestTest
Contingency table containing zeros - PR # 32531
testChiSquareZeroCount() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
Contingency table containing zeros - PR # 32531
testCircleFitting() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testCircleFitting() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testCircleFittingBadInit() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testCircleFittingBadInit() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testClasses() - Method in class org.apache.commons.math.util.TransformerMapTest
 
testClear() - Method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
testClear() - Method in class org.apache.commons.math.util.TransformerMapTest
 
testClone() - Method in class org.apache.commons.math.ode.DormandPrince54StepInterpolatorTest
 
testClone() - Method in class org.apache.commons.math.ode.DormandPrince853StepInterpolatorTest
 
testClone() - Method in class org.apache.commons.math.ode.GraggBulirschStoerStepInterpolatorTest
 
testClone() - Method in class org.apache.commons.math.ode.HighamHall54StepInterpolatorTest
 
testCompareTo() - Method in class org.apache.commons.math.fraction.FractionTest
 
testComplexConstructor() - Method in class org.apache.commons.math.MaxIterationsExceededExceptionTest
 
testCompose() - Method in class org.apache.commons.math.geometry.RotationTest
 
testComposeInverse() - Method in class org.apache.commons.math.geometry.RotationTest
 
testConfig() - Method in class org.apache.commons.math.random.RandomDataTest
test reseeding, algorithm/provider games
testConjugate() - Method in class org.apache.commons.math.complex.ComplexTest
 
testConjugateInfiinite() - Method in class org.apache.commons.math.complex.ComplexTest
 
testConjugateNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testConsistency() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Verifies that probability computations are consistent
testConsistency() - Method in class org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest
Make sure that evaluate(double[]) and inrementAll(double[]), getResult() give same results.
testConstants() - Method in class org.apache.commons.math.analysis.PolynomialFunctionTest
tests the value of a constant polynomial.
testConstruction() - Method in class org.apache.commons.math.estimation.EstimatedParameterTest
 
testConstruction() - Method in class org.apache.commons.math.estimation.WeightedMeasurementTest
 
testConstructor() - Method in class org.apache.commons.math.analysis.PolynomialSplineFunctionTest
 
testConstructor() - Method in class org.apache.commons.math.ArgumentOutsideDomainExceptionTest
 
testConstructor() - Method in class org.apache.commons.math.complex.ComplexTest
 
testConstructor() - Method in class org.apache.commons.math.ConvergenceExceptionTest
 
testConstructor() - Method in class org.apache.commons.math.DuplicateSampleAbscissaExceptionTest
 
testConstructor() - Method in class org.apache.commons.math.fraction.FractionTest
 
testConstructor() - Method in class org.apache.commons.math.FunctionEvaluationExceptionTest
 
testConstructor() - Method in class org.apache.commons.math.linear.InvalidMatrixExceptionTest
 
testConstructor() - Method in class org.apache.commons.math.MathConfigurationExceptionTest
 
testConstructor() - Method in class org.apache.commons.math.MathExceptionTest
 
testConstructorArgumentCause() - Method in class org.apache.commons.math.FunctionEvaluationExceptionTest
 
testConstructorCause() - Method in class org.apache.commons.math.ConvergenceExceptionTest
 
testConstructorCause() - Method in class org.apache.commons.math.MathConfigurationExceptionTest
 
testConstructorCause() - Method in class org.apache.commons.math.MathExceptionTest
 
testConstructorDouble() - Method in class org.apache.commons.math.fraction.FractionTest
 
testConstructorMessage() - Method in class org.apache.commons.math.linear.InvalidMatrixExceptionTest
 
testConstructorMessage() - Method in class org.apache.commons.math.linear.MatrixIndexExceptionTest
 
testConstructorNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testConstructorPatternArguments() - Method in class org.apache.commons.math.ConvergenceExceptionTest
 
testConstructorPatternArguments() - Method in class org.apache.commons.math.FunctionEvaluationExceptionTest
 
testConstructorPatternArguments() - Method in class org.apache.commons.math.MathConfigurationExceptionTest
 
testConstructorPatternArguments() - Method in class org.apache.commons.math.MathExceptionTest
 
testConstructorPatternArgumentsCause() - Method in class org.apache.commons.math.ConvergenceExceptionTest
 
testConstructorPatternArgumentsCause() - Method in class org.apache.commons.math.FunctionEvaluationExceptionTest
 
testConstructorPatternArgumentsCause() - Method in class org.apache.commons.math.MathConfigurationExceptionTest
 
testConstructorPatternArgumentsCause() - Method in class org.apache.commons.math.MathExceptionTest
 
testConstructors() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testConstructors() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test constructors
testConstructors() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
testConstructorSingleFormat() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testContainsClass() - Method in class org.apache.commons.math.util.TransformerMapTest
 
testContainsTransformer() - Method in class org.apache.commons.math.util.TransformerMapTest
 
testControlParameters() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testCoordinates() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testCopyFunctions() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test copy functions
testCopyFunctions() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test copy functions
testCorr() - Method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
testCos() - Method in class org.apache.commons.math.complex.ComplexTest
 
testCos() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testCosh() - Method in class org.apache.commons.math.complex.ComplexTest
 
testCosh() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testCosh() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testCoshInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testCoshInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testCoshNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testCoshNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testCoshNaN() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testCoshNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testCosInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testCosInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testCosNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testCosNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testCosNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testCostExceptions() - Method in class org.apache.commons.math.optimization.MultiDirectionalTest
 
testCostExceptions() - Method in class org.apache.commons.math.optimization.NelderMeadTest
 
testCounts() - Method in class org.apache.commons.math.stat.FrequencyTest
test freq counts
testCreateBigIdentityMatrix() - Method in class org.apache.commons.math.linear.MatrixUtilsTest
 
testCreateBigMatrix() - Method in class org.apache.commons.math.linear.MatrixUtilsTest
 
testCreateColumnBigMatrix() - Method in class org.apache.commons.math.linear.MatrixUtilsTest
 
testCreateColumnRealMatrix() - Method in class org.apache.commons.math.linear.MatrixUtilsTest
 
testCreateIdentityMatrix() - Method in class org.apache.commons.math.linear.MatrixUtilsTest
 
testCreateRealMatrix() - Method in class org.apache.commons.math.linear.MatrixUtilsTest
 
testCreateRowBigMatrix() - Method in class org.apache.commons.math.linear.MatrixUtilsTest
 
testCreateRowRealMatrix() - Method in class org.apache.commons.math.linear.MatrixUtilsTest
 
testCumulativeProbabilities() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Verifies that cumulative probability density calculations match expected values using default test instance data
testCumulativeProbabilities() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Verifies that cumulative probability density calculations match expected values using default test instance data
testCumulativeProbability2() - Method in class org.apache.commons.math.distribution.ExponentialDistributionTest
 
testCumulativeProbabilityAgaintStackOverflow() - Method in class org.apache.commons.math.distribution.TDistributionTest
 
testCumulativeProbabilityExtremes() - Method in class org.apache.commons.math.distribution.ExponentialDistributionTest
 
testCumulativeProbabilityExtremes() - Method in class org.apache.commons.math.distribution.FDistributionTest
 
testData - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testData - Variable in class org.apache.commons.math.linear.MatrixUtilsTest
 
testData - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testData2 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testData2 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testData2T - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testData2T - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testDataCol3 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testDataCol3 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testDataInv - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testDataInv - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testDataLU - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testDataLU - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testDataMinus - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testDataMinus - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testDataPlus2 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testDataPlus2 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testDataPlusInv - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testDataPlusInv - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testDataRow1 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testDataRow1 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testDataString - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testDecreasingSteps() - Method in class org.apache.commons.math.ode.ClassicalRungeKuttaIntegratorTest
 
testDecreasingSteps() - Method in class org.apache.commons.math.ode.EulerIntegratorTest
 
testDecreasingSteps() - Method in class org.apache.commons.math.ode.FirstOrderConverterTest
 
testDecreasingSteps() - Method in class org.apache.commons.math.ode.GillIntegratorTest
 
testDecreasingSteps() - Method in class org.apache.commons.math.ode.MidpointIntegratorTest
 
testDecreasingSteps() - Method in class org.apache.commons.math.ode.ThreeEighthesIntegratorTest
 
testDegenerate0() - Method in class org.apache.commons.math.distribution.BinomialDistributionTest
Test degenerate case p = 0
testDegenerate0() - Method in class org.apache.commons.math.distribution.PascalDistributionTest
Test degenerate case p = 0
testDegenerate1() - Method in class org.apache.commons.math.distribution.BinomialDistributionTest
Test degenerate case p = 1
testDegenerate1() - Method in class org.apache.commons.math.distribution.PascalDistributionTest
Test degenerate case p = 1
testDegenerateFullSample() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
Verify that if sampleSize = populationSize, mass is concentrated on numberOfSuccesses
testDegenerateInverseCumulativeProbability() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
Test the degenerate cases of a 0.0 and 1.0 inverse cumulative probability.
testDegenerateNoFailures() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
Verify that if there are no failures, mass is concentrated on sampleSize
testDegenerateNoSuccesses() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
Verify that if there are no successes, mass is concentrated on 0
testDenominatorFormat() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testDensities() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Verifies that probability density calculations match expected values using default test instance data
testDescriptiveStatistics() - Method in class org.apache.commons.math.stat.CertifiedDataTest
Test DescriptiveStatistics - implementations that store full array of values and execute multi-pass algorithms
testDeterminant() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test determinant
testDeterminant() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test determinant
testDfAccessors() - Method in class org.apache.commons.math.distribution.ChiSquareDistributionTest
 
testDfAccessors() - Method in class org.apache.commons.math.distribution.FDistributionTest
 
testDfAccessors() - Method in class org.apache.commons.math.distribution.TDistributionTest
 
testDifferenceStats() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testDifferentImaginaryChar() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testDigitLimitConstructor() - Method in class org.apache.commons.math.fraction.FractionTest
 
testDimension() - Method in class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
 
testDimensionCheck() - Method in class org.apache.commons.math.ode.DormandPrince54IntegratorTest
 
testDimensionCheck() - Method in class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
testDimensionCheck() - Method in class org.apache.commons.math.ode.EulerIntegratorTest
 
testDimensionCheck() - Method in class org.apache.commons.math.ode.GillIntegratorTest
 
testDimensionCheck() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
testDimensionCheck() - Method in class org.apache.commons.math.ode.MidpointIntegratorTest
 
testDimensionCheck() - Method in class org.apache.commons.math.ode.ThreeEighthesIntegratorTest
 
testDimensions() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test dimensions
testDimensions() - Method in class org.apache.commons.math.linear.QRDecompositionImplTest
test dimensions
testDimensions() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test dimensions
testDiscard() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
testDivide() - Method in class org.apache.commons.math.complex.ComplexTest
 
testDivide() - Method in class org.apache.commons.math.fraction.FractionTest
 
testDivideInfinite() - Method in class org.apache.commons.math.complex.ComplexTest
 
testDivideNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testDivideNaNInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testDoubleConstructor() - Method in class org.apache.commons.math.fraction.FractionTest
 
testDoubleDimension() - Method in class org.apache.commons.math.ode.FirstOrderConverterTest
 
testDoubleLoad() - Method in class org.apache.commons.math.random.EmpiricalDistributionTest
Test EmpiricalDistrbution.load(double[]) using data taken from sample data file.
Check that the sampleCount, mu and sigma match data in the sample data file.
testDoubleValue() - Method in class org.apache.commons.math.fraction.FractionTest
 
testEmptyDigestFile() - Method in class org.apache.commons.math.random.ValueServerTest
 
testEmptyReplayFile() - Method in class org.apache.commons.math.random.ValueServerTest
 
testEmptyTable() - Method in class org.apache.commons.math.stat.FrequencyTest
test empty table
testEpsilonLimitConstructor() - Method in class org.apache.commons.math.fraction.FractionTest
 
testEquals() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testEqualsAndHashCode() - Method in class org.apache.commons.math.fraction.FractionTest
 
testEqualsAndHashCode() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
 
testEqualsAndHashCode() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testEqualsAndHashCode() - Method in class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
 
testEqualsAndHashCode() - Method in class org.apache.commons.math.stat.descriptive.StatisticalSummaryValuesTest
 
testEqualsAndHashCode() - Method in class org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest
 
testEqualsAndHashCode() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsAbstractTest
Deprecated.  
testEqualsClass() - Method in class org.apache.commons.math.complex.ComplexTest
 
testEqualsImaginaryDifference() - Method in class org.apache.commons.math.complex.ComplexTest
 
testEqualsNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testEqualsNull() - Method in class org.apache.commons.math.complex.ComplexTest
 
testEqualsRealDifference() - Method in class org.apache.commons.math.complex.ComplexTest
 
testEqualsSame() - Method in class org.apache.commons.math.complex.ComplexTest
 
testEqualsTrue() - Method in class org.apache.commons.math.complex.ComplexTest
 
testErf0() - Method in class org.apache.commons.math.special.ErfTest
 
testErf1960() - Method in class org.apache.commons.math.special.ErfTest
 
testErf2576() - Method in class org.apache.commons.math.special.ErfTest
 
testErf2807() - Method in class org.apache.commons.math.special.ErfTest
 
testErf3291() - Method in class org.apache.commons.math.special.ErfTest
 
testErrorConditions() - Method in class org.apache.commons.math.ode.ContinuousOutputModelTest
 
testEstimate() - Method in class org.apache.commons.math.estimation.EstimatedParameterTest
 
testEvaluation() - Method in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
testExamples() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test examples in user guide
testExp() - Method in class org.apache.commons.math.complex.ComplexTest
 
testExp() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testExpInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testExpInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testExpm1Function() - Method in class org.apache.commons.math.analysis.DividedDifferenceInterpolatorTest
Test of interpolator for the exponential function.
testExpm1Function() - Method in class org.apache.commons.math.analysis.MullerSolverTest
Test of solver for the exponential function.
testExpm1Function() - Method in class org.apache.commons.math.analysis.NevilleInterpolatorTest
Test of interpolator for the exponential function.
testExpm1Function() - Method in class org.apache.commons.math.analysis.RiddersSolverTest
Test of solver for the exponential function.
testExpm1Function2() - Method in class org.apache.commons.math.analysis.MullerSolverTest
Test of solver for the exponential function using solve2().
testExpNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testExpNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testExpNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testExtremeValues() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
Check to make sure top-coding of extreme values works correctly.
testFactorial() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testFactorialFail() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testFill() - Method in class org.apache.commons.math.random.ValueServerTest
Test fill
testfirstDerivativeComparison() - Method in class org.apache.commons.math.analysis.PolynomialFunctionTest
tests the firstDerivative function by comparison
testFixedState() - Method in class org.apache.commons.math.ode.DummyStepInterpolatorTest
 
testFloatingPointArguments() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Verifies that floating point arguments are correctly handled by cumulativeProbablility(-,-) JIRA: MATH-184
testFloatValue() - Method in class org.apache.commons.math.fraction.FractionTest
 
testFormat() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testFormatImproper() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testFormatImproperNegative() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testFormatNegative() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testFormatNumber() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testFormatObject() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testFormatZero() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testGcd() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testGenerator - Variable in class org.apache.commons.math.random.AbstractRandomGeneratorTest
 
testGeometricMean() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testGetColumnMatrix() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
 
testGetColumnMatrix() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testGetEntry() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testGetImaginaryFormat() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testGetMean() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
 
testGetRealFormat() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testGetReducedFraction() - Method in class org.apache.commons.math.fraction.FractionTest
 
testGetRowMatrix() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
 
testGetRowMatrix() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testGetSortedValues() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testGetStandardDeviation() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
 
testGetSummary() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsAbstractTest
Deprecated.  
testGetValues() - Method in class org.apache.commons.math.util.DoubleArrayAbstractTest
 
testGetVectors() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
 
testGetVectors() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testGoldenRatio() - Method in class org.apache.commons.math.fraction.FractionTest
 
testGoldenRatio() - Method in class org.apache.commons.math.util.ContinuedFractionTest
 
testGridTooFat() - Method in class org.apache.commons.math.random.EmpiricalDistributionTest
How about too fat?
testGridTooFine() - Method in class org.apache.commons.math.random.EmpiricalDistributionTest
Make sure we can handle a grid size that is too fine
testHash() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testHashCode() - Method in class org.apache.commons.math.complex.ComplexTest
 
testHighPercentile() - Method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
testIdentity() - Method in class org.apache.commons.math.geometry.RotationTest
 
testIgnored() - Method in class org.apache.commons.math.estimation.WeightedMeasurementTest
 
testIllConditioned() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testIllConditioned() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testIllegalArguments() - Method in class org.apache.commons.math.analysis.SplineInterpolatorTest
 
testIllegalArguments() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Verifies that illegal arguments are correctly handled
testIllegalArguments() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Verifies that illegal arguments are correctly handled
testImpossibleSerialization() - Method in class org.apache.commons.math.ode.DummyStepInterpolatorTest
 
testInconsistentEquations() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testInconsistentEquations() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testIncreasingTolerance() - Method in class org.apache.commons.math.ode.DormandPrince54IntegratorTest
 
testIncreasingTolerance() - Method in class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
testIncreasingTolerance() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
testIncreasingTolerance() - Method in class org.apache.commons.math.ode.HighamHall54IntegratorTest
 
testIncrementation() - Method in class org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest
Verify that calling increment() in a loop over testArray results in correct state
testIndicatorByte() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testIndicatorDouble() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testIndicatorFloat() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testIndicatorInt() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testIndicatorLong() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testIndicatorShort() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testInference() - Method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
testInitialGuess() - Method in class org.apache.commons.math.analysis.BrentSolverTest
 
testIntegerOverflow() - Method in class org.apache.commons.math.fraction.FractionTest
 
testIntegerValues() - Method in class org.apache.commons.math.stat.FrequencyTest
 
testIntegratorControls() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
testInteraction() - Method in class org.apache.commons.math.stat.descriptive.InteractionTest
 
testInterpolateLinear() - Method in class org.apache.commons.math.analysis.SplineInterpolatorTest
 
testInterpolateLinearDegenerateThreeSegment() - Method in class org.apache.commons.math.analysis.SplineInterpolatorTest
 
testInterpolateLinearDegenerateTwoSegment() - Method in class org.apache.commons.math.analysis.SplineInterpolatorTest
 
testInterpolateSin() - Method in class org.apache.commons.math.analysis.SplineInterpolatorTest
 
testInterpolationAtBounds() - Method in class org.apache.commons.math.ode.EulerStepInterpolatorTest
 
testInterpolationInside() - Method in class org.apache.commons.math.ode.EulerStepInterpolatorTest
 
testIntValue() - Method in class org.apache.commons.math.fraction.FractionTest
 
testInverse() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test inverse
testInverse() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test inverse
testInverseCumulativeProbabilities() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Verifies that inverse cumulative probability density calculations match expected values using default test instance data
testInverseCumulativeProbabilities() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Verifies that inverse cumulative probability density calculations match expected values using default test instance data
testInverseCumulativeProbabilityExtremes() - Method in class org.apache.commons.math.distribution.CauchyDistributionTest
 
testInverseCumulativeProbabilityExtremes() - Method in class org.apache.commons.math.distribution.ExponentialDistributionTest
 
testInverseCumulativeProbabilityExtremes() - Method in class org.apache.commons.math.distribution.FDistributionTest
 
testInverseCumulativeProbabilityExtremes() - Method in class org.apache.commons.math.distribution.GammaDistributionTest
 
testInverseCumulativeProbabilityExtremes() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
 
testInverseCumulativeProbabilityExtremes() - Method in class org.apache.commons.math.distribution.TDistributionTest
 
testInverseCumulativeProbabilityExtremes() - Method in class org.apache.commons.math.distribution.WeibullDistributionTest
 
testIsSingular() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test isSingular
testIsSingular() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test isSingular
testKepler() - Method in class org.apache.commons.math.ode.ClassicalRungeKuttaIntegratorTest
 
testKepler() - Method in class org.apache.commons.math.ode.DormandPrince54IntegratorTest
 
testKepler() - Method in class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
testKepler() - Method in class org.apache.commons.math.ode.GillIntegratorTest
 
testKepler() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
testKepler() - Method in class org.apache.commons.math.ode.HighamHall54IntegratorTest
 
testKepler() - Method in class org.apache.commons.math.ode.ThreeEighthesIntegratorTest
 
testLargeDegreesOfFreedom() - Method in class org.apache.commons.math.distribution.FDistributionTest
 
testLargeMeanCumulativeProbability() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
 
testLargeMeanInverseCumulativeProbability() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
 
testLargeValues() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
 
testLcm() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testLinear() - Method in class org.apache.commons.math.analysis.PolynomialFunctionTest
tests the value of a linear polynomial.
testLinearFunction() - Method in class org.apache.commons.math.analysis.LaguerreSolverTest
Test of solver for the linear function.
testLinearFunction() - Method in class org.apache.commons.math.analysis.PolynomialFunctionLagrangeFormTest
Test of polynomial for the linear function.
testLinearFunction() - Method in class org.apache.commons.math.analysis.PolynomialFunctionNewtonFormTest
Test of polynomial for the linear function.
testLoad() - Method in class org.apache.commons.math.random.EmpiricalDistributionTest
Test EmpiricalDistrbution.load() using sample data file.
Check that the sampleCount, mu and sigma match data in the sample data file.
testLog() - Method in class org.apache.commons.math.complex.ComplexTest
 
testLog() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testLog() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testLogBetaNanPositive() - Method in class org.apache.commons.math.special.BetaTest
 
testLogBetaNegativePositive() - Method in class org.apache.commons.math.special.BetaTest
 
testLogBetaPositiveNan() - Method in class org.apache.commons.math.special.BetaTest
 
testLogBetaPositiveNegative() - Method in class org.apache.commons.math.special.BetaTest
 
testLogBetaPositivePositive() - Method in class org.apache.commons.math.special.BetaTest
 
testLogBetaPositiveZero() - Method in class org.apache.commons.math.special.BetaTest
 
testLogBetaZeroPositive() - Method in class org.apache.commons.math.special.BetaTest
 
testLogGammaNan() - Method in class org.apache.commons.math.special.GammaTest
 
testLogGammaNegative() - Method in class org.apache.commons.math.special.GammaTest
 
testLogGammaPositive() - Method in class org.apache.commons.math.special.GammaTest
 
testLogGammaZero() - Method in class org.apache.commons.math.special.GammaTest
 
testLogInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testLogInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testLogNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testLogNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testlogNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testLogZero() - Method in class org.apache.commons.math.complex.ComplexTest
 
testLogZero() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testLongValue() - Method in class org.apache.commons.math.fraction.FractionTest
 
testLUDecomposition() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
 
testLUDecomposition() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testMatrix() - Method in class org.apache.commons.math.geometry.RotationTest
 
testMax() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testMaxIterations() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testMean() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
 
testMean() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testMeanAccessors() - Method in class org.apache.commons.math.distribution.ExponentialDistributionTest
 
testMeanAndCorrelation() - Method in class org.apache.commons.math.random.UncorrelatedRandomVectorGeneratorTest
 
testMeanAndCovariance() - Method in class org.apache.commons.math.random.CorrelatedRandomVectorGeneratorTest
 
testMeanAndStandardDeviation() - Method in class org.apache.commons.math.random.GaussianRandomGeneratorTest
 
testMeanAndStandardDeviation() - Method in class org.apache.commons.math.random.UniformRandomGeneratorTest
 
testMedian() - Method in class org.apache.commons.math.distribution.CauchyDistributionTest
 
testMin() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testMinMax() - Method in class org.apache.commons.math.util.DoubleArrayAbstractTest
 
testMinpackBard() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackBox3Dimensional() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackBrownAlmostLinear() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackBrownDennis() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackChebyquad() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackFreudensteinRoth() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackHelicalValley() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackJennrichSampson() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackKowalikOsborne() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackLinearFullRank() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackLinearRank1() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackLinearRank1ZeroColsAndRows() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackMeyer() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackOsborne1() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackOsborne2() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackPowellSingular() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackRosenbrok() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinpackWatson() - Method in class org.apache.commons.math.estimation.MinpackTest
 
testMinStep() - Method in class org.apache.commons.math.ode.DormandPrince54IntegratorTest
 
testMinStep() - Method in class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
testMinStep() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
testMinStep() - Method in class org.apache.commons.math.ode.HighamHall54IntegratorTest
 
testMismatch() - Method in class org.apache.commons.math.stat.descriptive.moment.VectorialCovarianceTest
 
testMismatch() - Method in class org.apache.commons.math.stat.descriptive.moment.VectorialMeanTest
 
testModelsMerging() - Method in class org.apache.commons.math.ode.ContinuousOutputModelTest
 
testModes() - Method in class org.apache.commons.math.random.ValueServerTest
Test other ValueServer modes
testMomentSmallSamples() - Method in class org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest
 
testMoreEstimatedParametersSimple() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testMoreEstimatedParametersSimple() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testMoreEstimatedParametersUnsorted() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testMoreEstimatedParametersUnsorted() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testMoreLargeValues() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
 
testMulAndCheck() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testMulAndCheckLong() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testMultiply() - Method in class org.apache.commons.math.complex.ComplexTest
 
testMultiply() - Method in class org.apache.commons.math.fraction.FractionTest
 
testMultiply() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test multiply
testMultiply() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test multiply
testMultiply2() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
 
testMultiply2() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testMultiplyNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testMultiplyNaNInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testMutators() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
testN0andN1Conditions() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testN0andN1Conditions() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImplTest
 
testN0andN1Conditions() - Method in class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest
 
testN0andN1Conditions() - Method in class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
 
testN0andN1Conditions() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsAbstractTest
Deprecated.  
testN0andN1Conditions() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testName() - Method in class org.apache.commons.math.geometry.RotationOrderTest
 
testNan() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testNaN() - Method in class org.apache.commons.math.stat.descriptive.moment.KurtosisTest
Make sure Double.NaN is returned iff n < 4
testNaN() - Method in class org.apache.commons.math.stat.descriptive.moment.SkewnessTest
Make sure Double.NaN is returned iff n < 3
testNaN() - Method in class org.apache.commons.math.stat.descriptive.moment.StandardDeviationTest
Make sure Double.NaN is returned iff n = 0
testNaN() - Method in class org.apache.commons.math.stat.descriptive.moment.VarianceTest
Make sure Double.NaN is returned iff n = 0
testNaNContracts() - Method in class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
 
testNaNContracts() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsAbstractTest
Deprecated.  
testNaNs() - Method in class org.apache.commons.math.stat.descriptive.rank.MaxTest
 
testNaNs() - Method in class org.apache.commons.math.stat.descriptive.rank.MinTest
 
testNaNs() - Method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
testNegate() - Method in class org.apache.commons.math.complex.ComplexTest
 
testNegate() - Method in class org.apache.commons.math.fraction.FractionTest
 
testNegateNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testNegativeBoth() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testNegativeImaginary() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testNegativeInfinity() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testNegativeReal() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testNewBisectionSolverNull() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
testNewBisectionSolverValid() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
testNewBrentSolverNull() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
testNewBrentSolverValid() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
testNewInstanceClassNull() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testNewInstanceClassValid() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testNewNewtonSolverNull() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
testNewNewtonSolverValid() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
testNewSecantSolverNull() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
testNewSecantSolverValid() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
testNexFail() - Method in class org.apache.commons.math.random.EmpiricalDistributionTest
Make sure exception thrown if digest getNext is attempted before loading empiricalDistribution.
testNext() - Method in class org.apache.commons.math.random.EmpiricalDistributionTest
Generate 1000 random values and make sure they look OK.
Note that there is a non-zero (but very small) probability that these tests will fail even if the code is working as designed.
testNextAfter() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testNextAfterSpecialCases() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testNextBoolean() - Method in class org.apache.commons.math.random.AbstractRandomGeneratorTest
 
testNextDigest() - Method in class org.apache.commons.math.random.ValueServerTest
Generate 1000 random values and make sure they look OK.
Note that there is a non-zero (but very small) probability that these tests will fail even if the code is working as designed.
testNextDigestFail() - Method in class org.apache.commons.math.random.ValueServerTest
Make sure exception thrown if digest getNext is attempted before loading empiricalDistribution.
testNextExponential() - Method in class org.apache.commons.math.random.RandomDataTest
test failure modes and distribution of nextExponential()
testNextFloat() - Method in class org.apache.commons.math.random.AbstractRandomGeneratorTest
 
testNextGaussian() - Method in class org.apache.commons.math.random.RandomDataTest
test failure modes and distribution of nextGaussian()
testNextHex() - Method in class org.apache.commons.math.random.RandomDataTest
test dispersion and failute modes for nextHex()
testNextInt() - Method in class org.apache.commons.math.random.AbstractRandomGeneratorTest
 
testNextInt() - Method in class org.apache.commons.math.random.RandomDataTest
test dispersion and failure modes for nextInt()
testNextIntExtremeValues() - Method in class org.apache.commons.math.random.RandomDataTest
 
testNextLong() - Method in class org.apache.commons.math.random.AbstractRandomGeneratorTest
 
testNextLong() - Method in class org.apache.commons.math.random.RandomDataTest
test dispersion and failure modes for nextLong()
testNextLongExtremeValues() - Method in class org.apache.commons.math.random.RandomDataTest
 
testNextPermutation() - Method in class org.apache.commons.math.random.RandomDataTest
tests for nextPermutation
testNextPoisson() - Method in class org.apache.commons.math.random.RandomDataTest
Make sure that empirical distribution of random Poisson(4)'s has P(X <= 5) close to actual cumulative Poisson probablity and that nextPoisson fails when mean is non-positive TODO: replace with statistical test, adding test stat to TestStatistic
testNextSample() - Method in class org.apache.commons.math.random.RandomDataTest
tests for nextSample() sampling from Collection
testNextSecureHex() - Method in class org.apache.commons.math.random.RandomDataTest
test dispersion and failute modes for nextHex()
testNextSecureInt() - Method in class org.apache.commons.math.random.RandomDataTest
test dispersion and failure modes for nextSecureInt()
testNextSecureLong() - Method in class org.apache.commons.math.random.RandomDataTest
test dispersion and failure modes for nextSecureLong()
testNextUniform() - Method in class org.apache.commons.math.random.RandomDataTest
test failure modes and dispersion of nextUniform()
testNextUniformExclusiveEndpoints() - Method in class org.apache.commons.math.random.RandomDataTest
test exclusive endpoints of nextUniform
testNISTExample() - Method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
testNoDenseOutput() - Method in class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
testNoDependency() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testNoDependency() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testNonInversible() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testNonInversible() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testNoReset() - Method in class org.apache.commons.math.ode.DummyStepInterpolatorTest
 
testNoReset() - Method in class org.apache.commons.math.ode.EulerStepInterpolatorTest
 
testNorm() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testNorm() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test norm
testNorm() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test norm
testNormalApproximateProbability() - Method in class org.apache.commons.math.distribution.PoissonDistributionTest
Test the normal approximation of the Poisson distribution by calculating P(90 ≤ X ≤ 110) for X = Po(100) and P(9900 ≤ X ≤ 10200) for X = Po(10000)
testNormalize() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testNormalizeAngle() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testNorris() - Method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
testNullEmpty() - Method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
testNullIntervalCheck() - Method in class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
testNullIntervalCheck() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
testNumeratorFormat() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testOneSampleT() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
testOneSampleT() - Method in class org.apache.commons.math.stat.inference.TTestTest
 
testOneSampleTTest() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
testOneSampleTTest() - Method in class org.apache.commons.math.stat.inference.TTestTest
 
testOneSet() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testOneSet() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testOneWayAnovaUtils() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
testOperate() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test operate
testOperate() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test operate
testOrthogonal() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testPaired() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
testPaired() - Method in class org.apache.commons.math.stat.inference.TTestTest
 
testParameterAccessors() - Method in class org.apache.commons.math.distribution.GammaDistributionTest
 
testParameters() - Method in class org.apache.commons.math.analysis.DividedDifferenceInterpolatorTest
Test of parameters for the interpolator.
testParameters() - Method in class org.apache.commons.math.analysis.LaguerreSolverTest
Test of parameters for the solver.
testParameters() - Method in class org.apache.commons.math.analysis.MullerSolverTest
Test of parameters for the solver.
testParameters() - Method in class org.apache.commons.math.analysis.NevilleInterpolatorTest
Test of parameters for the interpolator.
testParameters() - Method in class org.apache.commons.math.analysis.PolynomialFunctionLagrangeFormTest
Test of parameters for the polynomial.
testParameters() - Method in class org.apache.commons.math.analysis.PolynomialFunctionNewtonFormTest
Test of parameters for the polynomial.
testParameters() - Method in class org.apache.commons.math.analysis.RiddersSolverTest
Test of parameters for the solver.
testParameters() - Method in class org.apache.commons.math.analysis.RombergIntegratorTest
Test of parameters for the integrator.
testParameters() - Method in class org.apache.commons.math.analysis.SimpsonIntegratorTest
Test of parameters for the integrator.
testParameters() - Method in class org.apache.commons.math.analysis.TrapezoidIntegratorTest
Test of parameters for the integrator.
testParameters() - Method in class org.apache.commons.math.transform.FastCosineTransformerTest
Test of parameters for the transformer.
testParameters() - Method in class org.apache.commons.math.transform.FastFourierTransformerTest
Test of parameters for the transformer.
testParameters() - Method in class org.apache.commons.math.transform.FastSineTransformerTest
Test of parameters for the transformer.
testParse() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testParseDifferentImaginaryChar() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testParseInteger() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testParseInvalid() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testParseInvalidDenominator() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testParseNan() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testParseNegative() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testParseNegativeBoth() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testParseNegativeImaginary() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testParseNegativeReal() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testParsePositiveInfinity() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testParseProper() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testParseProperInvalidMinus() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testParseProperNegative() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testParseSimpleNoDecimals() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testParseSimpleWithDecimals() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testParseSimpleWithDecimalsTrunc() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testParseZeroImaginary() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testParseZeroReal() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testPaseNegativeInfinity() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testPcts() - Method in class org.apache.commons.math.stat.FrequencyTest
test pcts
testPercentile() - Method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
testPercentile() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testPercentiles() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testPercentileSetter() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsTest
 
testPerfect() - Method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
testPerfectNegative() - Method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
testPlusMinus() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test m-n = m + -n
testPlusMinus() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test m-n = m + -n
testPolar2Complex() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
 
testPolar2ComplexIllegalModulus() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
 
testPolar2ComplexInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
 
testPolar2ComplexNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
 
testPopulation() - Method in class org.apache.commons.math.stat.descriptive.moment.StandardDeviationTest
Test population version of variance
testPopulation() - Method in class org.apache.commons.math.stat.descriptive.moment.VarianceTest
Test population version of variance
testPopulationSize() - Method in class org.apache.commons.math.distribution.HypergeometricDistributionTest
 
testPositiveInfinity() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testPow() - Method in class org.apache.commons.math.complex.ComplexTest
 
testPow() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testPowell() - Method in class org.apache.commons.math.optimization.MultiDirectionalTest
 
testPowell() - Method in class org.apache.commons.math.optimization.NelderMeadTest
 
testPowInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testPowInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testPowNaNBase() - Method in class org.apache.commons.math.complex.ComplexTest
 
testPowNaNBase() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testPowNaNExponent() - Method in class org.apache.commons.math.complex.ComplexTest
 
testPowNaNExponent() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testpowNull() - Method in class org.apache.commons.math.complex.ComplexTest
 
testpowNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testPowZero() - Method in class org.apache.commons.math.complex.ComplexTest
 
testPowZero() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testPremultiply() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
 
testPremultiply() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testPremultiplyVector() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test preMultiply by vector
testPremultiplyVector() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test preMultiply by vector
testPrintStackTrace() - Method in class org.apache.commons.math.MathExceptionTest
Tests the printStackTrace() operation.
testProbabilities() - Method in class org.apache.commons.math.distribution.GammaDistributionTest
 
testProduct() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testProductAndGeometricMean() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testProductAndGeometricMean() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImplTest
 
testProductAndGeometricMean() - Method in class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest
 
testProductAndGeometricMean() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsAbstractTest
Deprecated.  
testProperties() - Method in class org.apache.commons.math.random.ValueServerTest
Test getters to make Clover happy
testPutTransformer() - Method in class org.apache.commons.math.util.TransformerMapTest
 
testQOrthogonal() - Method in class org.apache.commons.math.linear.QRDecompositionImplTest
test the orthogonality of Q
testQRColumnsPermutation() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testQRColumnsPermutation() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testQuadratic() - Method in class org.apache.commons.math.analysis.PolynomialFunctionTest
Tests a second order polynomial.
testQuadraticFunction() - Method in class org.apache.commons.math.analysis.LaguerreSolverTest
Test of solver for the quadratic function.
testQuadraticFunction() - Method in class org.apache.commons.math.analysis.PolynomialFunctionLagrangeFormTest
Test of polynomial for the quadratic function.
testQuadraticFunction() - Method in class org.apache.commons.math.analysis.PolynomialFunctionNewtonFormTest
Test of polynomial for the quadratic function.
testQuantiles() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
 
testQuaternion() - Method in class org.apache.commons.math.geometry.RotationTest
 
testQuintic() - Method in class org.apache.commons.math.analysis.PolynomialFunctionTest
This will test the quintic function f(x) = x^2(x-5)(x+3)(x-1) = x^5 - 3x^4 -13x^3 + 15x^2
testQuinticFunction() - Method in class org.apache.commons.math.analysis.LaguerreSolverTest
Test of solver for the quintic function.
testQuinticFunction() - Method in class org.apache.commons.math.analysis.MullerSolverTest
Test of solver for the quintic function.
testQuinticFunction() - Method in class org.apache.commons.math.analysis.PolynomialFunctionLagrangeFormTest
Test of polynomial for the quintic function.
testQuinticFunction() - Method in class org.apache.commons.math.analysis.PolynomialFunctionNewtonFormTest
Test of polynomial for the quintic function.
testQuinticFunction() - Method in class org.apache.commons.math.analysis.RiddersSolverTest
Test of solver for the quintic function.
testQuinticFunction() - Method in class org.apache.commons.math.analysis.RombergIntegratorTest
Test of integrator for the quintic function.
testQuinticFunction() - Method in class org.apache.commons.math.analysis.SimpsonIntegratorTest
Test of integrator for the quintic function.
testQuinticFunction() - Method in class org.apache.commons.math.analysis.TrapezoidIntegratorTest
Test of integrator for the quintic function.
testQuinticFunction2() - Method in class org.apache.commons.math.analysis.LaguerreSolverTest
Test of solver for the quintic function using solveAll().
testQuinticFunction2() - Method in class org.apache.commons.math.analysis.MullerSolverTest
Test of solver for the quintic function using solve2().
testQuinticZero() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
 
testQuinticZero() - Method in class org.apache.commons.math.analysis.BrentSolverTest
 
testQuinticZero() - Method in class org.apache.commons.math.analysis.NewtonSolverTest
 
testRandom() - Method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
testRandomAccess() - Method in class org.apache.commons.math.ode.ContinuousOutputModelTest
 
TestRandomGenerator - Class in org.apache.commons.math.random
Dummy AbstractRandomGenerator concrete subclass that just wraps a java.util.Random instance.
TestRandomGenerator() - Constructor for class org.apache.commons.math.random.TestRandomGenerator
 
testRank() - Method in class org.apache.commons.math.random.CorrelatedRandomVectorGeneratorTest
 
testReciprocal() - Method in class org.apache.commons.math.fraction.FractionTest
 
testRedundantEquations() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testRedundantEquations() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testRegularizedBetaNanPositivePositive() - Method in class org.apache.commons.math.special.BetaTest
 
testRegularizedBetaNegativePositivePositive() - Method in class org.apache.commons.math.special.BetaTest
 
testRegularizedBetaPositiveNanPositive() - Method in class org.apache.commons.math.special.BetaTest
 
testRegularizedBetaPositiveNegativePositive() - Method in class org.apache.commons.math.special.BetaTest
 
testRegularizedBetaPositivePositiveNan() - Method in class org.apache.commons.math.special.BetaTest
 
testRegularizedBetaPositivePositiveNegative() - Method in class org.apache.commons.math.special.BetaTest
 
testRegularizedBetaPositivePositivePositive() - Method in class org.apache.commons.math.special.BetaTest
 
testRegularizedBetaPositivePositiveZero() - Method in class org.apache.commons.math.special.BetaTest
 
testRegularizedBetaPositiveZeroPositive() - Method in class org.apache.commons.math.special.BetaTest
 
testRegularizedBetaZeroPositivePositive() - Method in class org.apache.commons.math.special.BetaTest
 
testRegularizedGammaNanPositive() - Method in class org.apache.commons.math.special.GammaTest
 
testRegularizedGammaNegativePositive() - Method in class org.apache.commons.math.special.GammaTest
 
testRegularizedGammaPositiveNan() - Method in class org.apache.commons.math.special.GammaTest
 
testRegularizedGammaPositiveNegative() - Method in class org.apache.commons.math.special.GammaTest
 
testRegularizedGammaPositivePositive() - Method in class org.apache.commons.math.special.GammaTest
 
testRegularizedGammaPositiveZero() - Method in class org.apache.commons.math.special.GammaTest
 
testRegularizedGammaZeroPositive() - Method in class org.apache.commons.math.special.GammaTest
 
testRemoveTransformer() - Method in class org.apache.commons.math.util.TransformerMapTest
 
testReplay() - Method in class org.apache.commons.math.random.ValueServerTest
Test ValueServer REPLAY_MODE using values in testData file.
Check that the values 1,2,1001,1002 match data file values 1 and 2.
testResetAbsoluteAccuracy() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
 
testResetFunctionValueAccuracy() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
 
testResetMaximalIterationCount() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
 
testResetRelativeAccuracy() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
 
testRevert() - Method in class org.apache.commons.math.geometry.RotationTest
 
testRootMatrix() - Method in class org.apache.commons.math.random.CorrelatedRandomVectorGeneratorTest
 
testRosenbrock() - Method in class org.apache.commons.math.optimization.MultiDirectionalTest
 
testRosenbrock() - Method in class org.apache.commons.math.optimization.NelderMeadTest
 
testRoundDouble() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testRoundFloat() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testRUpperTriangular() - Method in class org.apache.commons.math.linear.QRDecompositionImplTest
test that R is upper triangular
testSanityChecks() - Method in class org.apache.commons.math.ode.ClassicalRungeKuttaIntegratorTest
 
testSanityChecks() - Method in class org.apache.commons.math.ode.HighamHall54IntegratorTest
 
testScalarAdd() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test sclarAdd
testScalarAdd() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test sclarAdd
testScalarProduct() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testScale() - Method in class org.apache.commons.math.distribution.CauchyDistributionTest
 
testSerialization() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
Test Serialization and Recovery
testSerialization() - Method in class org.apache.commons.math.analysis.NewtonSolverTest
Test Serialization and Recovery
testSerialization() - Method in class org.apache.commons.math.MathExceptionTest
Test serialization
testSerialization() - Method in class org.apache.commons.math.ode.ClassicalRungeKuttaStepInterpolatorTest
 
testSerialization() - Method in class org.apache.commons.math.ode.DormandPrince54StepInterpolatorTest
 
testSerialization() - Method in class org.apache.commons.math.ode.DormandPrince853StepInterpolatorTest
 
testSerialization() - Method in class org.apache.commons.math.ode.DummyStepInterpolatorTest
 
testSerialization() - Method in class org.apache.commons.math.ode.EulerStepInterpolatorTest
 
testSerialization() - Method in class org.apache.commons.math.ode.GillStepInterpolatorTest
 
testSerialization() - Method in class org.apache.commons.math.ode.GraggBulirschStoerStepInterpolatorTest
 
testSerialization() - Method in class org.apache.commons.math.ode.HighamHall54StepInterpolatorTest
 
testSerialization() - Method in class org.apache.commons.math.ode.MidpointStepInterpolatorTest
 
testSerialization() - Method in class org.apache.commons.math.ode.ThreeEighthesStepInterpolatorTest
 
testSerialization() - Method in class org.apache.commons.math.random.EmpiricalDistributionTest
 
testSerialization() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated. test stats
testSerialization() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImplTest
test stats
testSerialization() - Method in class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
 
testSerialization() - Method in class org.apache.commons.math.stat.descriptive.StatisticalSummaryValuesTest
 
testSerialization() - Method in class org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest
 
testSerialization() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsAbstractTest
Deprecated.  
testSerializationError() - Method in class org.apache.commons.math.ode.DummyStepInterpolatorTest
 
testSetAbsoluteAccuracy() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
 
testSetAlpha() - Method in class org.apache.commons.math.distribution.WeibullDistributionTest
 
testSetBeta() - Method in class org.apache.commons.math.distribution.WeibullDistributionTest
 
testSetElementArbitraryExpansion() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
testSetFunctionValueAccuracy() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
 
testSetImaginaryCharacterEmpty() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testSetImaginaryCharacterNull() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testSetImaginaryFormatNull() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testSetMaximalIterationCount() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
 
testSetMean() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
 
testSetNumberOfElements() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
testSetQuantile() - Method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
testSetRealFormatNull() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testSetRelativeAccuracy() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
 
testSetScale() - Method in class org.apache.commons.math.distribution.CauchyDistributionTest
 
testSetStandardDeviation() - Method in class org.apache.commons.math.distribution.NormalDistributionTest
 
testSetSubMatrix() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
 
testSetSubMatrix() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testSetterIllegalState() - Method in class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
 
testSetterIllegalState() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsTest
 
testSetterInjection() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsTest
 
testSetterInjection() - Method in class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
 
testSetterInjection() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsTest
 
testSignByte() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testSignDouble() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testSignFloat() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testSignInt() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testSignLong() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testSignShort() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testSimpleConstructor() - Method in class org.apache.commons.math.MaxIterationsExceededExceptionTest
 
testSimpleNoDecimals() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testSimpleWithDecimals() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testSimpleWithDecimalsTrunc() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testSimplistic() - Method in class org.apache.commons.math.stat.descriptive.moment.VectorialCovarianceTest
 
testSimplistic() - Method in class org.apache.commons.math.stat.descriptive.moment.VectorialMeanTest
 
testSin() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSin() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSinFunction() - Method in class org.apache.commons.math.analysis.DividedDifferenceInterpolatorTest
Test of interpolator for the sine function.
testSinFunction() - Method in class org.apache.commons.math.analysis.MullerSolverTest
Test of solver for the sine function.
testSinFunction() - Method in class org.apache.commons.math.analysis.NevilleInterpolatorTest
Test of interpolator for the sine function.
testSinFunction() - Method in class org.apache.commons.math.analysis.RiddersSolverTest
Test of solver for the sine function.
testSinFunction() - Method in class org.apache.commons.math.analysis.RombergIntegratorTest
Test of integrator for the sine function.
testSinFunction() - Method in class org.apache.commons.math.analysis.SimpsonIntegratorTest
Test of integrator for the sine function.
testSinFunction() - Method in class org.apache.commons.math.analysis.TrapezoidIntegratorTest
Test of integrator for the sine function.
testSinFunction() - Method in class org.apache.commons.math.transform.FastCosineTransformerTest
Test of transformer for the sine function.
testSinFunction() - Method in class org.apache.commons.math.transform.FastFourierTransformerTest
Test of transformer for the sine function.
testSinFunction() - Method in class org.apache.commons.math.transform.FastSineTransformerTest
Test of transformer for the sine function.
testSinFunction2() - Method in class org.apache.commons.math.analysis.MullerSolverTest
Test of solver for the sine function using solve2().
testSingleton() - Method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
testSingularities() - Method in class org.apache.commons.math.geometry.RotationTest
 
testSinh() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSinh() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSinh() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testSinhInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSinhInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSinhNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSinhNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSinhNaN() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testsinhNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSinInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSinInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSinNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSinNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSinNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSinZero() - Method in class org.apache.commons.math.analysis.BisectionSolverTest
 
testSinZero() - Method in class org.apache.commons.math.analysis.BrentSolverTest
 
testSinZero() - Method in class org.apache.commons.math.analysis.NewtonSolverTest
 
testSkewAndKurtosis() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testSkewAndKurtosis() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImplTest
 
testSkewAndKurtosis() - Method in class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest
 
testSmallDf() - Method in class org.apache.commons.math.distribution.ChiSquareDistributionTest
 
testSmallDf() - Method in class org.apache.commons.math.distribution.TDistributionTest
 
testSmallLastStep() - Method in class org.apache.commons.math.ode.DormandPrince54IntegratorTest
 
testSmallSamples() - Method in class org.apache.commons.math.stat.descriptive.moment.MeanTest
 
testSmallSamples() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
testSmallSamples() - Method in class org.apache.commons.math.stat.inference.TTestTest
 
testSmallStep() - Method in class org.apache.commons.math.ode.ClassicalRungeKuttaIntegratorTest
 
testSmallStep() - Method in class org.apache.commons.math.ode.EulerIntegratorTest
 
testSmallStep() - Method in class org.apache.commons.math.ode.FirstOrderConverterTest
 
testSmallStep() - Method in class org.apache.commons.math.ode.GillIntegratorTest
 
testSmallStep() - Method in class org.apache.commons.math.ode.MidpointIntegratorTest
 
testSmallStep() - Method in class org.apache.commons.math.ode.ThreeEighthesIntegratorTest
 
testSolve() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test solve
testSolve() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test solve
testSolveAccuracyNull() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
testSolveAccuracySin() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
testSolveBadParameters() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
testSolveNoRoot() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
testSolveNull() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
testSolveSin() - Method in class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
testSpecialValues() - Method in class org.apache.commons.math.stat.descriptive.moment.GeometricMeanTest
 
testSpecialValues() - Method in class org.apache.commons.math.stat.descriptive.rank.MaxTest
 
testSpecialValues() - Method in class org.apache.commons.math.stat.descriptive.rank.MinTest
 
testSpecialValues() - Method in class org.apache.commons.math.stat.descriptive.rank.PercentileTest
 
testSpecialValues() - Method in class org.apache.commons.math.stat.descriptive.summary.ProductTest
 
testSpecialValues() - Method in class org.apache.commons.math.stat.descriptive.summary.SumLogTest
 
testSpecialValues() - Method in class org.apache.commons.math.stat.descriptive.summary.SumSqTest
 
testSpecialValues() - Method in class org.apache.commons.math.stat.descriptive.summary.SumTest
 
testSqrt1z() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSqrt1z() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrt1zNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSqrt1zNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrt1zNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrtImaginaryNegative() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSqrtImaginaryNegative() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrtImaginaryZero() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSqrtImaginaryZero() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrtInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSqrtInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrtNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSqrtNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrtNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrtPolar() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSqrtPolar() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrtRealNegative() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSqrtRealNegative() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrtRealPositive() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSqrtRealPositive() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSqrtRealZero() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSqrtRealZero() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testSSENonNegative() - Method in class org.apache.commons.math.stat.regression.SimpleRegressionTest
 
testStaticFormatComplex() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testStatistic - Variable in class org.apache.commons.math.random.RandomDataTest
 
testStatistic - Variable in class org.apache.commons.math.stat.descriptive.AbstractUnivariateStatisticTest
 
testStatistic - Variable in class org.apache.commons.math.stat.inference.ChiSquareTestTest
 
testStatistic - Variable in class org.apache.commons.math.stat.inference.OneWayAnovaTest
 
testStatistic - Variable in class org.apache.commons.math.stat.inference.TTestTest
 
testStats() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated. test stats
testStats() - Method in class org.apache.commons.math.stat.descriptive.ListUnivariateImplTest
test stats
testStats() - Method in class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest
test stats
testStats() - Method in class org.apache.commons.math.stat.descriptive.MultivariateSummaryStatisticsTest
test stats
testStats() - Method in class org.apache.commons.math.stat.descriptive.SummaryStatisticsAbstractTest
Deprecated. test stats
testStats() - Method in class org.apache.commons.math.stat.StatUtilsTest
test stats
testSubAndCheck() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testSubAndCheckErrorMessage() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testSubAndCheckLong() - Method in class org.apache.commons.math.util.MathUtilsTest
 
testSubMatrix() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test submatrix accessors
testSubMatrix() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testSubtract() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSubtract() - Method in class org.apache.commons.math.fraction.FractionTest
 
testSubtract() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testSubtractNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testSumLog() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testSummaryStatistics() - Method in class org.apache.commons.math.stat.CertifiedDataTest
Test SummaryStatistics - implementations that do not store the data and use single pass algorithms to compute statistics
testSumSq() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testSwitchingFunctions() - Method in class org.apache.commons.math.ode.DormandPrince54IntegratorTest
 
testSwitchingFunctions() - Method in class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
testSwitchingFunctions() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
testSwitchingFunctions() - Method in class org.apache.commons.math.ode.HighamHall54IntegratorTest
 
testSwitchingFunctionsError() - Method in class org.apache.commons.math.ode.HighamHall54IntegratorTest
 
testSwitchingFunctionsNoConvergence() - Method in class org.apache.commons.math.ode.HighamHall54IntegratorTest
 
testTan() - Method in class org.apache.commons.math.complex.ComplexTest
 
testTan() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testTanCritical() - Method in class org.apache.commons.math.complex.ComplexTest
 
testTanCritical() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testTanh() - Method in class org.apache.commons.math.complex.ComplexTest
 
testTanh() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testTanhCritical() - Method in class org.apache.commons.math.complex.ComplexTest
 
testTanhCritical() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testTanhInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testTanhInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testTanhNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testTanhNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testTanhNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testTanInf() - Method in class org.apache.commons.math.complex.ComplexTest
 
testTanInf() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testTanNaN() - Method in class org.apache.commons.math.complex.ComplexTest
 
testTanNaN() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testTanNull() - Method in class org.apache.commons.math.complex.ComplexUtilsTest
Deprecated. to be removed in 2.0
testTestNegative() - Method in class org.apache.commons.math.stat.descriptive.AbstractUnivariateStatisticTest
 
testTestPositive() - Method in class org.apache.commons.math.stat.descriptive.AbstractUnivariateStatisticTest
 
testTheory() - Method in class org.apache.commons.math.estimation.WeightedMeasurementTest
 
testToString() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
 
testToString() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
 
testToString() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testToString() - Method in class org.apache.commons.math.stat.FrequencyTest
Tests toString()
testTrace() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test trace
testTrace() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test trace
testTransformBigDecimal() - Method in class org.apache.commons.math.util.DefaultTransformerTest
 
testTransformDouble() - Method in class org.apache.commons.math.util.DefaultTransformerTest
 
testTransformers() - Method in class org.apache.commons.math.util.TransformerMapTest
 
testTransformInteger() - Method in class org.apache.commons.math.util.DefaultTransformerTest
 
testTransformNull() - Method in class org.apache.commons.math.util.DefaultTransformerTest
 
testTransformObject() - Method in class org.apache.commons.math.util.DefaultTransformerTest
 
testTransformString() - Method in class org.apache.commons.math.util.DefaultTransformerTest
 
testTranspose() - Method in class org.apache.commons.math.linear.BigMatrixImplTest
test transpose
testTranspose() - Method in class org.apache.commons.math.linear.RealMatrixImplTest
test transpose
testTrivial() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testTrivial() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testTwoSampleTHeterscedastic() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
testTwoSampleTHeterscedastic() - Method in class org.apache.commons.math.stat.inference.TTestTest
 
testTwoSampleTHomoscedastic() - Method in class org.apache.commons.math.stat.inference.TestUtilsTest
 
testTwoSampleTHomoscedastic() - Method in class org.apache.commons.math.stat.inference.TTestTest
 
testTwoSets() - Method in class org.apache.commons.math.estimation.GaussNewtonEstimatorTest
 
testTwoSets() - Method in class org.apache.commons.math.estimation.LevenbergMarquardtEstimatorTest
 
testUnstableDerivative() - Method in class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
testUnstableDerivative() - Method in class org.apache.commons.math.ode.GillIntegratorTest
 
testUnstableDerivative() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
TestUtils - Class in org.apache.commons.math
 
TestUtilsTest - Class in org.apache.commons.math.stat.inference
Test cases for the TestUtils class.
TestUtilsTest(String) - Constructor for class org.apache.commons.math.stat.inference.TestUtilsTest
 
testValues() - Method in class org.apache.commons.math.analysis.PolynomialSplineFunctionTest
 
testValues() - Method in class org.apache.commons.math.distribution.GammaDistributionTest
 
testVariableSteps() - Method in class org.apache.commons.math.ode.DormandPrince54IntegratorTest
 
testVariableSteps() - Method in class org.apache.commons.math.ode.DormandPrince853IntegratorTest
 
testVariableSteps() - Method in class org.apache.commons.math.ode.GraggBulirschStoerIntegratorTest
 
testVariance() - Method in class org.apache.commons.math.stat.StatUtilsTest
 
testVector - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testVector - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testVector2 - Variable in class org.apache.commons.math.linear.BigMatrixImplTest
 
testVector2 - Variable in class org.apache.commons.math.linear.RealMatrixImplTest
 
testVectorialProducts() - Method in class org.apache.commons.math.geometry.Vector3DTest
 
testVectorOnePair() - Method in class org.apache.commons.math.geometry.RotationTest
 
testVectorTwoPairs() - Method in class org.apache.commons.math.geometry.RotationTest
 
testWholeFormat() - Method in class org.apache.commons.math.fraction.FractionFormatTest
 
testWindowing() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testWindowSize() - Method in class org.apache.commons.math.stat.descriptive.DescriptiveStatisticsAbstractTest
Deprecated.  
testWithInitialCapacity() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
testWithInitialCapacityAndExpansionFactor() - Method in class org.apache.commons.math.util.ResizableDoubleArrayTest
 
testWrongDerivative() - Method in class org.apache.commons.math.ode.HighamHall54IntegratorTest
 
testZeroImaginary() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
testZeroReal() - Method in class org.apache.commons.math.complex.ComplexFormatAbstractTest
 
thirdMoment - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
ThirdMomentTest - Class in org.apache.commons.math.stat.descriptive.moment
Test cases for the ThirdMoment class.
ThirdMomentTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.ThirdMomentTest
 
ThreeEighthesIntegratorTest - Class in org.apache.commons.math.ode
 
ThreeEighthesIntegratorTest(String) - Constructor for class org.apache.commons.math.ode.ThreeEighthesIntegratorTest
 
ThreeEighthesStepInterpolatorTest - Class in org.apache.commons.math.ode
 
ThreeEighthesStepInterpolatorTest(String) - Constructor for class org.apache.commons.math.ode.ThreeEighthesStepInterpolatorTest
 
tolerance - Variable in class org.apache.commons.math.analysis.PolynomialFunctionTest
Error tolerance for tests
tolerance - Variable in class org.apache.commons.math.analysis.PolynomialSplineFunctionTest
Error tolerance for tests
tolerance - Variable in class org.apache.commons.math.stat.descriptive.InteractionTest
 
tolerance - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
transform(Object) - Method in class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest.BarTransformer
 
transform(Object) - Method in class org.apache.commons.math.stat.descriptive.MixedListUnivariateImplTest.FooTransformer
 
transformer - Variable in class org.apache.commons.math.stat.descriptive.ListUnivariateImpl
Number Transformer maps Objects to Number for us.
TransformerMapTest - Class in org.apache.commons.math.util
 
TransformerMapTest() - Constructor for class org.apache.commons.math.util.TransformerMapTest
 
TrapezoidIntegratorTest - Class in org.apache.commons.math.analysis
Testcase for trapezoid integrator.
TrapezoidIntegratorTest() - Constructor for class org.apache.commons.math.analysis.TrapezoidIntegratorTest
 
TTestFactoryTest - Class in org.apache.commons.math.stat.inference
Test cases for the TTestTestFactory.
TTestFactoryTest(String) - Constructor for class org.apache.commons.math.stat.inference.TTestFactoryTest
 
TTestTest - Class in org.apache.commons.math.stat.inference
Test cases for the TTestImpl class.
TTestTest(String) - Constructor for class org.apache.commons.math.stat.inference.TTestTest
 

U

UncorrelatedRandomVectorGeneratorTest - Class in org.apache.commons.math.random
 
UncorrelatedRandomVectorGeneratorTest(String) - Constructor for class org.apache.commons.math.random.UncorrelatedRandomVectorGeneratorTest
 
UniformRandomGeneratorTest - Class in org.apache.commons.math.random
 
UniformRandomGeneratorTest(String) - Constructor for class org.apache.commons.math.random.UniformRandomGeneratorTest
 
UnivariateRealSolverFactoryImplTest - Class in org.apache.commons.math.analysis
 
UnivariateRealSolverFactoryImplTest() - Constructor for class org.apache.commons.math.analysis.UnivariateRealSolverFactoryImplTest
 
UnivariateRealSolverUtilsTest - Class in org.apache.commons.math.analysis
 
UnivariateRealSolverUtilsTest() - Constructor for class org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
 
UnivariateStatisticAbstractTest - Class in org.apache.commons.math.stat.descriptive
Test cases for the UnivariateStatistic class.
UnivariateStatisticAbstractTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
url - Variable in class org.apache.commons.math.random.EmpiricalDistributionTest
 

V

value(double) - Method in class org.apache.commons.math.analysis.Expm1Function
 
value(double) - Method in class org.apache.commons.math.analysis.MonitoredFunction
 
value(double) - Method in class org.apache.commons.math.analysis.QuinticFunction
 
value(double) - Method in class org.apache.commons.math.analysis.SinFunction
 
ValueServerTest - Class in org.apache.commons.math.random
Test cases for the ValueServer class.
ValueServerTest(String) - Constructor for class org.apache.commons.math.random.ValueServerTest
 
var - Variable in class org.apache.commons.math.stat.descriptive.InteractionTest
 
var - Variable in class org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
 
VarianceTest - Class in org.apache.commons.math.stat.descriptive.moment
Test cases for the UnivariateStatistic class.
VarianceTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.VarianceTest
 
Vector3DTest - Class in org.apache.commons.math.geometry
 
Vector3DTest(String) - Constructor for class org.apache.commons.math.geometry.Vector3DTest
 
VectorialCovarianceTest - Class in org.apache.commons.math.stat.descriptive.moment
 
VectorialCovarianceTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.VectorialCovarianceTest
 
VectorialMeanTest - Class in org.apache.commons.math.stat.descriptive.moment
 
VectorialMeanTest(String) - Constructor for class org.apache.commons.math.stat.descriptive.moment.VectorialMeanTest
 
verifyConsistency(PolynomialSplineFunction, double[]) - Method in class org.apache.commons.math.analysis.SplineInterpolatorTest
Verifies that interpolating polynomials satisfy consistency requirement: adjacent polynomials must agree through two derivatives at knot points
verifyCumulativeProbabilities() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Verifies that cumulative probability density calculations match expected values using current test instance data
verifyCumulativeProbabilities() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Verifies that cumulative probability density calculations match expected values using current test instance data
verifyDecomposition(BigMatrix, BigMatrix) - Method in class org.apache.commons.math.linear.BigMatrixImplTest
Extracts l and u matrices from lu and verifies that matrix = l times u modulo permutation
verifyDecomposition(RealMatrix, RealMatrix) - Method in class org.apache.commons.math.linear.RealMatrixImplTest
Extracts l and u matrices from lu and verifies that matrix = l times u modulo permutation
verifyDensities() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Verifies that probability density calculations match expected values using current test instance data
verifyInterpolation(UnivariateRealFunction, double[], double[]) - Method in class org.apache.commons.math.analysis.SplineInterpolatorTest
verifies that f(x[i]) = y[i] for i = 0..n-1 where n is common length.
verifyInverseCumulativeProbabilities() - Method in class org.apache.commons.math.distribution.ContinuousDistributionAbstractTest
Verifies that inverse cumulative probability density calculations match expected values using current test instance data
verifyInverseCumulativeProbabilities() - Method in class org.apache.commons.math.distribution.IntegerDistributionAbstractTest
Verifies that inverse cumulative probability density calculations match expected values using current test instance data

W

WeibullDistributionTest - Class in org.apache.commons.math.distribution
Test cases for WeibullDistribution.
WeibullDistributionTest(String) - Constructor for class org.apache.commons.math.distribution.WeibullDistributionTest
Constructor for CauchyDistributionTest.
WeightedMeasurementTest - Class in org.apache.commons.math.estimation
 
WeightedMeasurementTest(String) - Constructor for class org.apache.commons.math.estimation.WeightedMeasurementTest
 

A B C D E F G H I K L M N O P Q R S T U V W

Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.