Cointelation (hybrid method between COINTegration and corrELATION technique) on two series using R -


cointelation a hybrid method between cointegration , correlation techniques.

ref:

http://wilmott.com/pdfs/mvmc_csl_05_2012.pdf

there great packages in r on cointegration not find on cointelation on http://www.rseek.org/ or in http://cran.r-project.org/web/views/

i have 2 time series

library(quantmod) getsymbols("yhoo",src="google")   getsymbols("goog",src="yahoo") 

how can perform cointelation on 2 series using r?

is there package, functions, code or references in r dealing cointelation? grateful on this.

there new article came out october 23rd. can found here: http://onlinelibrary.wiley.com/doi/10.1002/wilm.10252/abstract


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -