Class DerivativeEstimatorTest

java.lang.Object
com.irurueta.numerical.DerivativeEstimatorTest
All Implemented Interfaces:
com.irurueta.numerical.SingleDimensionFunctionEvaluatorListener

class DerivativeEstimatorTest extends Object implements com.irurueta.numerical.SingleDimensionFunctionEvaluatorListener
  • Field Details

  • Constructor Details

    • DerivativeEstimatorTest

      DerivativeEstimatorTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testDerivative

      @Test void testDerivative() throws com.irurueta.numerical.EvaluationException
      Throws:
      com.irurueta.numerical.EvaluationException
    • evaluate

      public double evaluate(double point)
      Specified by:
      evaluate in interface com.irurueta.numerical.SingleDimensionFunctionEvaluatorListener
    • derivative

      public double derivative(double x)