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.
|
findMinimum
getTolerance, setTolerance
clone
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone
public LineBracketInterpolatorLinear()
public PolynomialFunction.Linear computePolynomial(LineBracket bracket, Evaluator<java.lang.Double,java.lang.Double> function)
AbstractLineBracketInterpolatorPolynomial
computePolynomial
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)
LineBracketInterpolator
bracket
- LineBracket to consider