public class AkimaSplineSmootherDyApp
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
AkimaSplineSmootherDyApp.Applet |
|
static class |
AkimaSplineSmootherDyApp.IntegratorSmoother |
|
class |
AkimaSplineSmootherDyApp.PlotAction |
Constructor | Description |
---|---|
AkimaSplineSmootherDyApp(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) |
protected final AccumulatorHistory historyEy
protected final AccumulatorHistory historyED2
protected final AccumulatorHistory historyED2D
protected final AccumulatorHistory historyED3
protected final AccumulatorHistory historyED3D
protected final AccumulatorHistory historyTrueEy
protected final AkimaSplineSmootherDy fitter
protected IDataSink sinkDy
protected IDataSink sinkDy2
protected IDataSink sinkDy3
protected IDataSink sink0
protected IDataSink sinkSmoothed
protected IDataSink sinkEy
protected IDataSink sinkTrue
protected IDataSink sinkTrueEy
protected DataFunction ySmooth
protected DataFunction dataDy
protected DataFunction dataDy2
protected DataFunction dataDy3
protected DataFunction y0
protected DataFunction dataEy
protected DataFunction yTrue
protected DataFunction dataTrueEy
protected double[] xd
protected double[] x
protected double[] y
protected double[] dy
protected double[] trueY
protected boolean haveTrueData
protected int nPretendPoints
protected final AkimaSplineSmootherDyApp.PlotAction plotAction