flanagan.interpolation
Class LinearInterpolation
- java.lang.Object
-
- flanagan.interpolation.LinearInterpolation
-
public class LinearInterpolation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description LinearInterpolation(double[] x, double[] y)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static voidaverageIdenticalAbscissae()voidcheckForIdenticalPoints()voiddisplayLimits()double[]getLimits()doublegetXmax()doublegetXmin()doubleinterpolate(double xx)static voidnoRoundingErrorCheck()voidorderPoints()static voidpotentialRoundingError(double potentialRoundingError)static voidsupress()static voidunsupress()
-
-
-
Method Detail
-
noRoundingErrorCheck
public static void noRoundingErrorCheck()
-
potentialRoundingError
public static void potentialRoundingError(double potentialRoundingError)
-
averageIdenticalAbscissae
public static void averageIdenticalAbscissae()
-
orderPoints
public void orderPoints()
-
getXmax
public double getXmax()
-
getXmin
public double getXmin()
-
getLimits
public double[] getLimits()
-
displayLimits
public void displayLimits()
-
checkForIdenticalPoints
public void checkForIdenticalPoints()
-
supress
public static void supress()
-
unsupress
public static void unsupress()
-
interpolate
public double interpolate(double xx)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG