public abstract class ADFDistribution extends EmpiricalDistribution
| Modifier and Type | Method and Description |
|---|---|
static ADFDistribution |
getDistribution(AugmentedDickeyFuller.TrendType type,
int lagOrder,
int sampleSize)
the factory to construct various ADF distributions
|
public static ADFDistribution getDistribution(AugmentedDickeyFuller.TrendType type, int lagOrder, int sampleSize)
type - the trend typesampleSize - the sample sizelagOrder - the lag order; TODO: this parameter is for now ignored