[R] Time Series prediction

2013-05-27 Thread Giovanni Azua
Hello, I would like to use a parametric TS model and predictor as benchmark to compare against other ML methods I'm employing. I currently build a simple e.g. ARIMA model using the convenient auto.arima function like this: library(forecast) df - read.table(/Users/bravegag/data/myts.dat) # btw my

[R] Time Series Prediction using Gaussian Process

2012-12-09 Thread Mohit Dhingra
*Hello All,* I tried figuring out the problem, I was trying to use laplacedot to predict the long term, which however would not do a good job. Then, I tried to do a point by point prediction and building the model again, everytime. It shows me better results. I tried writing my kernel function

[R] Time series prediction

2009-02-16 Thread dan ben moshe
I am trying to predict time series.  I have several samples which consist of measurement of 4 different variables over different time periods, and other measurements over subsequent time periods which I believe is predicted by the 4 variables. I am thinking of using cluster analysis, to confirm