|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.utils.interpolation.Interpolator
edu.stanford.rsl.konrad.utils.interpolation.LinearInterpolator
public class LinearInterpolator
This is a class for interpolating between two data points using a linear polynomial. Interpolation is a method of constructing new data points within the range of a discrete set of known data points. For more on linear interpolation see http://en.wikipedia.org/wiki/Linear_interpolation
Constructor Summary | |
---|---|
LinearInterpolator()
|
Method Summary | |
---|---|
double |
InterpolateYValue(double key)
|
Methods inherited from class edu.stanford.rsl.konrad.utils.interpolation.Interpolator |
---|
setXPoints, setYPoints |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinearInterpolator()
Method Detail |
---|
public double InterpolateYValue(double key)
InterpolateYValue
in class Interpolator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |