|
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.cointegration.JohansenAsymptoticDistributionSimulation
public class JohansenAsymptoticDistributionSimulation
This class computes the asymptotic distributions of Johansen's tests by Monte Carlo simulation.
| Nested Class Summary | |
|---|---|
static interface |
JohansenAsymptoticDistributionSimulation.F
|
| Constructor Summary | |
|---|---|
JohansenAsymptoticDistributionSimulation(JohansenAsymptoticDistribution.Test test,
JohansenAsymptoticDistributionSimulation.F F,
int dr,
long seed,
int nSim,
int nT)
|
|
| Method Summary | |
|---|---|
double[] |
simulation()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JohansenAsymptoticDistributionSimulation(JohansenAsymptoticDistribution.Test test,
JohansenAsymptoticDistributionSimulation.F F,
int dr,
long seed,
int nSim,
int nT)
| Method Detail |
|---|
public double[] simulation()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||