<< Johansen cointegration mmethod Johansen cointegration mmethod c_sjt >>

Grocer >> Johansen cointegration mmethod > c_sja

c_sja

critical values for Johansen maximum eigenvalue statistic

CALLING SEQUENCE

[jc]=c_sja(n,p)

PARAMETERS

Input

* n= number of zero eigenvalues under the null hypothesis

* p= order of time polynomial in the null-hypothesis

  - p = -1, no deterministic part

  - p =  0, for constant term

  - p =  1, for constant plus time-trend

  - p >  1  returns no critical values

 

Output

* jc= a (3x1) vector of percentiles for the maximum eigenvalue statistic for [90% 95% 99%]

DESCRIPTION

Finds critical values for Johansen maximum eigenvalue statistic.

EXAMPLE

s = c_sja(4,1)
// provides Johansen maximum eigenvalue statistic with 4 zero eignevalues and a time trend in the VAR

AUTHOR

Eric Dubois 2002

Report an issue
<< Johansen cointegration mmethod Johansen cointegration mmethod c_sjt >>