Deprecated API


Contents
Deprecated Classes
org.apache.commons.math.stat.descriptive.DescriptiveStatisticsImpl
          to be removed in commons-math 2.0. Use DescriptiveStatistics 
org.apache.commons.math.distribution.DistributionFactory
          pluggability of distribution instances is now provided through constructors and setters. 
org.apache.commons.math.distribution.DistributionFactoryImpl
          pluggability of distribution instances is now provided through constructors and setters. 
org.apache.commons.math.stat.descriptive.SummaryStatisticsImpl
          to be removed in commons math 2.0. Use SummaryStatistics. 
org.apache.commons.math.stat.inference.TestFactory
          as of 1.2, pluggability of test instances is now provided through constructors and setters. 
org.apache.commons.math.stat.inference.TestFactoryImpl
          as of 1.2, pluggability of test instances is now provided through constructors and setters. 
 

Deprecated Fields
org.apache.commons.math.complex.Complex.imaginary
          to be made final and private in 2.0 
org.apache.commons.math.complex.Complex.real
          to be made final and private in 2.0 
 

Deprecated Methods
org.apache.commons.math.complex.ComplexUtils.acos(Complex)
          use Complex.acos() 
org.apache.commons.math.complex.ComplexUtils.asin(Complex)
          use Complex.asin() 
org.apache.commons.math.complex.ComplexUtils.atan(Complex)
          use Complex.atan() 
org.apache.commons.math.complex.ComplexUtils.cos(Complex)
          use Complex.cos() 
org.apache.commons.math.complex.ComplexUtils.cosh(Complex)
          use Complex.cosh() 
org.apache.commons.math.complex.ComplexUtils.exp(Complex)
          use Complex.exp() 
org.apache.commons.math.stat.inference.TTestImpl.getDistributionFactory()
          inject TDistribution directly instead of using a factory. 
org.apache.commons.math.stat.inference.ChiSquareTestImpl.getDistributionFactory()
          inject ChiSquaredDistribution instances directly instead of using a factory. 
org.apache.commons.math.linear.BigMatrixImpl.getIdentity(int)
          use MatrixUtils.createBigIdentityMatrix(int) 
org.apache.commons.math.linear.RealMatrixImpl.getIdentity(int)
          use MatrixUtils.createRealIdentityMatrix(int) 
org.apache.commons.math.complex.ComplexUtils.log(Complex)
          use Complex.log() 
org.apache.commons.math.stat.descriptive.SummaryStatistics.newInstance()
          to be removed in commons-math 2.0 
org.apache.commons.math.stat.descriptive.DescriptiveStatistics.newInstance()
          to be removed in commons-math 2.0 
org.apache.commons.math.stat.descriptive.SummaryStatistics.newInstance(Class)
          to be removed in commons-math 2.0 
org.apache.commons.math.stat.descriptive.DescriptiveStatistics.newInstance(Class)
          to be removed in commons-math 2.0 
org.apache.commons.math.complex.ComplexUtils.pow(Complex, Complex)
          use Complex.pow(x) 
org.apache.commons.math.complex.ComplexUtils.sin(Complex)
          use Complex.sin() 
org.apache.commons.math.complex.ComplexUtils.sinh(Complex)
          use Complex.sinh() 
org.apache.commons.math.complex.ComplexUtils.sqrt(Complex)
          use Complex.sqrt() 
org.apache.commons.math.complex.ComplexUtils.sqrt1z(Complex)
          use Complex.sqrt1z() 
org.apache.commons.math.complex.ComplexUtils.tan(Complex)
          use Complex.tan() 
org.apache.commons.math.complex.ComplexUtils.tanh(Complex)
          use Complex.tanh() 
 

Deprecated Constructors
org.apache.commons.math.ConvergenceException(String)
          as of 1.2, replaced by ConvergenceException.ConvergenceException(String, Object[]) 
org.apache.commons.math.ConvergenceException(String, Throwable)
          as of 1.2, replaced by ConvergenceException.ConvergenceException(String, Object[], Throwable) 
org.apache.commons.math.FunctionEvaluationException(double, String)
          as of 1.2, replaced by FunctionEvaluationException.FunctionEvaluationException(double, String, Object[]) 
org.apache.commons.math.FunctionEvaluationException(double, String, Throwable)
          as of 1.2, replaced by FunctionEvaluationException.FunctionEvaluationException(double, String, Object[], Throwable) 
org.apache.commons.math.MathConfigurationException(String)
          as of 1.2, replaced by MathConfigurationException.MathConfigurationException(String, Object[]) 
org.apache.commons.math.MathConfigurationException(String, Throwable)
          as of 1.2, replaced by MathConfigurationException.MathConfigurationException(String, Object[], Throwable) 
org.apache.commons.math.MathException(String)
          as of 1.2, replaced by MathException.MathException(String, Object[]) 
org.apache.commons.math.MathException(String, Throwable)
          as of 1.2, replaced by MathException.MathException(String, Object[], Throwable) 
org.apache.commons.math.linear.MatrixIndexException()
          as of 1.2 replaced by #MatrixIndexException(String)