Top "Forecasting" questions

Forecasting involves estimating values (or distributions) that have not yet been observed.

Time Series Forecasting using Random Forest in R

I'm trying to do a time series analysis using randomforest. PFB my code Subsales<-read.csv('Sales.csv') head(…

r random-forest forecasting predict
R - time series hourly

I have the following dataset of incoming calls per day within the hours from 3 p.m. to 10 p.m. which …

r time-series forecasting moving-average
Measuring VAR accuracy using accuracy() from forecast

I'm trying to learn a vector autoregressive model using the vars package in R. This package doesn't have any way …

r time-series forecasting
R forecast season and trend of data using stl and arima

I have a data series that has a seasonal component, a trend and an arma part. I want to forecast …

r stl time-series forecasting
The future of .NET Development: ASP.NET or WPF/Silverlight/Winforms?

Forgive me for asking a subjective question but I'd really like to know where is the .NET development headed in …

.net forecasting
Is there a way to force seasonality from auto.arima

With the forecast package, I have a time series that I would like ?auto.arima to automatically pick the orders …

r time-series forecasting