analyzer.stat
Class Autocorr
java.lang.Object
|
+--analyzer.stat.Autocorr
- public class Autocorr
- extends java.lang.Object
- implements DataListener, XYDataSource
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
series
protected ScalarSeries series
auto
protected double[] auto
corrTime
protected double corrTime
min
protected double min
max
protected double max
Autocorr
public Autocorr(ScalarSeries series)
calcAutocorr
protected void calcAutocorr()
dataChanged
public void dataChanged(java.lang.Object o)
- Specified by:
- dataChanged in interface DataListener
getXData
public double[] getXData()
- Specified by:
- getXData in interface XYDataSource
getYData
public double[] getYData()
- Specified by:
- getYData in interface XYDataSource
getXMin
public double getXMin()
- Specified by:
- getXMin in interface XYDataSource
getXMax
public double getXMax()
- Specified by:
- getXMax in interface XYDataSource
getYMin
public double getYMin()
- Specified by:
- getYMin in interface XYDataSource
getYMax
public double getYMax()
- Specified by:
- getYMax in interface XYDataSource
getDataset
public ScalarSeries getDataset()
Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu