Package com.irurueta.numerical
Class SavitzkyGolayDerivativeEstimatorTest
java.lang.Object
com.irurueta.numerical.SavitzkyGolayDerivativeEstimatorTest
- All Implemented Interfaces:
SingleDimensionFunctionEvaluatorListener
class SavitzkyGolayDerivativeEstimatorTest
extends Object
implements SingleDimensionFunctionEvaluatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate doubleprivate doubleprivate static final intprivate double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate doublederivative(double x) doubleevaluate(double point) (package private) void(package private) void
-
Field Details
-
MIN_EVAL_POINT
private static final double MIN_EVAL_POINT- See Also:
-
MAX_EVAL_POINT
private static final double MAX_EVAL_POINT- See Also:
-
MIN_OFFSET
private static final double MIN_OFFSET- See Also:
-
MAX_OFFSET
private static final double MAX_OFFSET- See Also:
-
MIN_WIDTH
private static final double MIN_WIDTH- See Also:
-
MAX_WIDTH
private static final double MAX_WIDTH- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
minimum
private double minimum -
width
private double width -
offset
private double offset
-
-
Constructor Details
-
SavitzkyGolayDerivativeEstimatorTest
SavitzkyGolayDerivativeEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testDerivative
- Throws:
EvaluationException
-
evaluate
public double evaluate(double point) - Specified by:
evaluatein interfaceSingleDimensionFunctionEvaluatorListener
-
derivative
private double derivative(double x)
-