Hausman-type test for fractional cointegration (Robinson (2008))
Hausman-type test for fractional cointegration (Robinson (2008))
FCI_R08 Semiparametric Hausmann-type test for fractional cointegration by Robinson (2008). Returns test statistic, critical value, testing decision and type. Null hypothesis: no fractional cointegration.
FCI_R08(X, m, type = c("","*","**"), alpha =0.05, a.vec =NULL)
Arguments
X: data matrix.
m: bandwith parameter specifying the number of Fourier frequencies used for the estimation, usually floor(1+T^delta), where 0<delta<1.
type: determines the implementation of the test statistic: "" - real-valued, "*" - complex-valued, or "**" - complex-valued allowing for different memory parameters.
alpha: desired significance level. Default is alpha=0.05.
a.vec: weighting scheme for averaging univariate memory estimates, default is simple arithmetic mean.