Class ADFDistributionTable
- java.lang.Object
-
- dev.nm.stat.test.timeseries.adf.table.ADFDistributionTable
-
- Direct Known Subclasses:
ADFDistributionTable_CONSTANT_lag0
,ADFDistributionTable_CONSTANT_TIME_lag0
,ADFDistributionTable_NO_CONSTANT_lag0
public class ADFDistributionTable extends Object
A table contains the simulated observations/values of an empirical ADF distribution for a given set of parameters.
-
-
Constructor Summary
Constructors Constructor Description ADFDistributionTable(MathTable table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
getObservations(int sampleSize)
Get the observations to compute an empirical distribution.
-
-
-
Constructor Detail
-
ADFDistributionTable
public ADFDistributionTable(MathTable table)
-
-