vrtest (version 1.2)

Spec.shape: Spectral shape tests for random walk

Description

Spectral Shape tests proposed by Durlauf (1991) and Choi (1999)

Usage

Spec.shape(x)

Value

AD

Anderson-Darling statistic

CVM

Cramer-von Mises statistic

M

Mellows statistic

Arguments

x

financial return time series

Author

Jae H. Kim

References

Choi, I. 1999, Testing the random walk hypothesis for real exchange rates, Journal of Applied Econometrics, 14, 293-308. Durlauf, S. N., 1991, Spectral based testing of the martingale hypothesis, Journal of Econometrics, 50, 355-376.

Examples

Run this code
data(exrates)
y <- exrates$ca                   
nob <- length(y)
r <- log(y[2:nob])-log(y[1:(nob-1)])     
Spec.shape(r)

Run the code above in your browser using DataLab