|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uol.aig.fts.fitting.CubicSplineInterpolation
public class CubicSplineInterpolation
Optimized CubicSpline Interpolator
Constructor Summary | |
---|---|
CubicSplineInterpolation(double[] x_orig,
double[] x_new)
Constructor. |
Method Summary | |
---|---|
double[] |
interpolate(double[] y_orig)
Interpolate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CubicSplineInterpolation(double[] x_orig, double[] x_new)
x_orig
- the values of x-axis to be interpolatex_new
- the values of the interpolated x-axisMethod Detail |
---|
public double[] interpolate(double[] y_orig)
y_orig
- the values of y-axis corresponding to x_orig
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |