|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.distribution.univariate.EmpiricalDistribution
com.numericalmethod.suanshu.stats.test.timeseries.adf.AdfAsymptoticDistribution1
public class AdfAsymptoticDistribution1
This is the asymptotic distribution of the Augmented Dickey-Fuller test statistics, for the CONSTANT_TIME case.
The p-values in R are interpolated using the values from Table 4.2, p. 103 of Banerjee et al. (1993).
| Nested Class Summary | |
|---|---|
static class |
AdfAsymptoticDistribution1.Type
the types of Dickey-Fuller tests available |
| Field Summary | |
|---|---|
int |
nSim
the number of simulations |
int |
nT
the number of grid point in interval [0, 1] The bigger nT is, the finer the time discretization is, the smaller the discretization error is, the more accurate the results are. |
long |
seed
the seed (for randomly generating the simulations) |
| Constructor Summary | |
|---|---|
AdfAsymptoticDistribution1(AdfAsymptoticDistribution1.Type type)
Construct the asymptotic distribution for the Augmented Dickey Fuller test statistics. |
|
AdfAsymptoticDistribution1(int nT,
int nSim,
AdfAsymptoticDistribution1.Type type,
long seed)
Construct the asymptotic distribution for the Augmented Dickey Fuller test statistics. |
|
| Method Summary |
|---|
| Methods inherited from class com.numericalmethod.suanshu.stats.distribution.univariate.EmpiricalDistribution |
|---|
cdf, density, entropy, kurtosis, mean, median, moment, quantile, skew, variance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public AdfAsymptoticDistribution1(AdfAsymptoticDistribution1.Type type)
type - the type of Dickey-Fuller test
public 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
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||