-
Recent Posts
- latexr: efficient compilation of dynamic reports integrating LaTeX and R
- ARIMA-model-based decomposition of time series in R The tsdecomp R package
- The uroot R package is back
- Airline prices database
- An application of OpenMP and Graphics Processing Units parallel threads Numerical distribution functions of unit root tests
Recent Comments
Archives
Categories
Meta
Author Archives: javlacalle
latexr: efficient compilation of dynamic reports integrating LaTeX and R
I have been working on the ideas and scripts introduced in this previous post. The result is a new set of scripts packaged in this latexR.tar.gz file. The main enhancements are the following: An environment can be assigned to each … Continue reading
ARIMA-model-based decomposition of time series in R The tsdecomp R package
I have recently submitted a new package to CRAN. The tsdecomp package performs ARIMA-model-based decomposition of time series data. It is intended mainly for annual, quarterly and monthly time series. Upon an ARIMA model fitted to the observed data, the … Continue reading
The uroot R package is back
I have recently submitted to CRAN a new version of package uroot. It is based on a older version of the package that I developed for my graduate dissertation. At present, the package implements the Canova and Hansen (CH) [1] … Continue reading
Airline prices database
Whenever we travel by plane, the following question arises: What is the best time to buy the flight tickets? In general, booking early is advisable, since the prices tend to rise as we get nearer to the departure date, which … Continue reading
An application of OpenMP and Graphics Processing Units parallel threads Numerical distribution functions of unit root tests
Lately, I have been learning to programme on a Graphics Processing Unit (GPU). Thanks to the CUDA computing platform, it is relatively easy to programme on these devices. Despite the syntax is simple, it requires some experimentation, trial and errors, … Continue reading
Posted in performance, simulations, time series
Tagged CUDA, GPU, OpenMP, parallel programming
Leave a comment