ADFAsymptoticDistribution@Deprecated public class ADFAsymptoticDistribution1 extends EmpiricalDistribution
The p-values in R are interpolated using the values from Table 4.2, p. 103 of Banerjee et al. (1993).
| Modifier and Type | Class and Description |
|---|---|
static class |
ADFAsymptoticDistribution1.Type
Deprecated.
the types of Dickey-Fuller tests available
|
| Modifier and Type | Field and Description |
|---|---|
int |
nSim
Deprecated.
the number of simulations
|
int |
nT
Deprecated.
the number of grid point in interval [0, 1]
|
long |
seed
Deprecated.
the seed (for randomly generating the simulations)
|
| Constructor and Description |
|---|
ADFAsymptoticDistribution1(ADFAsymptoticDistribution1.Type type)
Deprecated.
Construct the asymptotic distribution for the Augmented Dickey Fuller test statistics.
|
ADFAsymptoticDistribution1(int nT,
int nSim,
ADFAsymptoticDistribution1.Type type,
long seed)
Deprecated.
Construct the asymptotic distribution for the Augmented Dickey Fuller test statistics.
|
public final int nT
The bigger nT is, the finer the time discretization is, the smaller the discretization error is, the more accurate the results are.
public final int nSim
public final long seed
public ADFAsymptoticDistribution1(ADFAsymptoticDistribution1.Type type)
type - the type of Dickey-Fuller testpublic ADFAsymptoticDistribution1(int nT,
int nSim,
ADFAsymptoticDistribution1.Type type,
long seed)
nT - the number of grid point in interval [0, 1]nSim - the number of simulationstype - the types of Dickey-Fuller tests availableseed - the seed