public class AkimaSplineSmootherApp
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
AkimaSplineSmootherApp.Applet |
|
static class |
AkimaSplineSmootherApp.IntegratorSmoother |
|
class |
AkimaSplineSmootherApp.PlotAction |
Modifier and Type | Field | Description |
---|---|---|
protected DataFunction |
dataDy |
|
protected DataFunction |
dataDy2 |
|
protected DataFunction |
dataEy |
|
protected double[] |
dy |
|
protected AkimaSplineSmoother |
fitter |
|
protected AccumulatorHistory |
historyED2 |
|
protected AccumulatorHistory |
historyED2D |
|
protected AccumulatorHistory |
historyED3 |
|
protected AccumulatorHistory |
historyED3D |
|
protected AccumulatorHistory |
historyEy |
|
javax.swing.JPanel |
panel |
|
protected AkimaSplineSmootherApp.PlotAction |
plotAction |
|
protected IDataSink |
sink0 |
|
protected IDataSink |
sinkDy |
|
protected IDataSink |
sinkDy2 |
|
protected IDataSink |
sinkEy |
|
protected IDataSink |
sinkSmoothed |
|
protected double[] |
x |
|
protected double[] |
xd |
|
protected double[] |
y |
|
protected DataFunction |
y0 |
|
protected DataFunction |
ySmooth |
Constructor | Description |
---|---|
AkimaSplineSmootherApp(java.lang.String infile) |
Modifier and Type | Method | Description |
---|---|---|
void |
go() |
|
protected void |
init(int nSubPoints) |
|
static void |
main(java.lang.String[] args) |
|
static void |
readFile(java.lang.String infile,
double[][] x) |
public final javax.swing.JPanel panel
protected final AccumulatorHistory historyEy
protected final AccumulatorHistory historyED2
protected final AccumulatorHistory historyED2D
protected final AccumulatorHistory historyED3
protected final AccumulatorHistory historyED3D
protected final AkimaSplineSmoother fitter
protected final IDataSink sinkDy
protected final IDataSink sinkDy2
protected final IDataSink sink0
protected final IDataSink sinkSmoothed
protected final IDataSink sinkEy
protected DataFunction ySmooth
protected DataFunction dataDy
protected DataFunction dataDy2
protected DataFunction y0
protected DataFunction dataEy
protected double[] xd
protected double[] x
protected double[] y
protected double[] dy
protected AkimaSplineSmootherApp.PlotAction plotAction