public class LineBracketInterpolatorLinear extends AbstractLineBracketInterpolatorPolynomial<Evaluator<java.lang.Double,java.lang.Double>>
DEFAULT_TOLERANCE| Constructor and Description |
|---|
LineBracketInterpolatorLinear()
Creates a new instance of LineBracketInterpolatorLinear
|
| Modifier and Type | Method and Description |
|---|---|
PolynomialFunction.Linear |
computePolynomial(LineBracket bracket,
Evaluator<java.lang.Double,java.lang.Double> function)
Fits the interpolating polynomial to the given LineBracket
|
boolean |
hasSufficientPoints(LineBracket bracket)
Determines if the LineBracket contains a sufficient number/quality of
points to conduct the interpolation.
|
findMinimumgetTolerance, setTolerancecloneequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclonepublic LineBracketInterpolatorLinear()
public PolynomialFunction.Linear computePolynomial(LineBracket bracket, Evaluator<java.lang.Double,java.lang.Double> function)
AbstractLineBracketInterpolatorPolynomialcomputePolynomial in class AbstractLineBracketInterpolatorPolynomial<Evaluator<java.lang.Double,java.lang.Double>>bracket - LineBracket to considerfunction - Function to use to fill in missing informationpublic boolean hasSufficientPoints(LineBracket bracket)
LineBracketInterpolatorbracket - LineBracket to consider