edu.stanford.rsl.konrad.utils.interpolation
Class LogLogInterpolator

java.lang.Object
  extended by edu.stanford.rsl.konrad.utils.interpolation.Interpolator
      extended by edu.stanford.rsl.konrad.utils.interpolation.LogLogInterpolator

public class LogLogInterpolator
extends Interpolator


Constructor Summary
LogLogInterpolator()
           
 
Method Summary
 double InterpolateYValue(double key)
           
 void setBase(double base)
           
 
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

LogLogInterpolator

public LogLogInterpolator()
Method Detail

InterpolateYValue

public double InterpolateYValue(double key)
Specified by:
InterpolateYValue in class Interpolator

setBase

public void setBase(double base)