mpiktas / midasr

R package for mixed frequency time series data analysis.
http://mpiktas.github.io/midasr/
Other
73 stars 34 forks source link

Improved checkARstar #13

Closed Julius-V closed 11 years ago

Julius-V commented 11 years ago

More flexible: multiple high frequencies allowed. More concise: isARstar is not returned anymore, shortSeq is shorten. Slightly faster: sweep in all_coef replaced with mat %*% diag(vec).