Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

30
votes
15answers
4k views

Predict Stock Market Values

I'm building a web semantic project that gathers the maximum ammount of historic data about a certain company and tries to predict its future market stock values. For data I have the historic stock ...
6
votes
1answer
488 views

Using Holt-Winters for forecasting in Python

I've been trying to use this implementation of the Holt-Winters algorithm for time series forecasting in Python but have run into a roadblock... basically, for some series of (positive) inputs, it ...
6
votes
1answer
409 views

Weather prediction algorithm variety

Currently there's a big 'storm' over the predictions by the MetOffice in the UK. They predicted a mild, wet winter, while we have the coldest temperature on record in Northern Ireland and solid snow ...
4
votes
2answers
394 views

Designing an Inventory Demand Forecast System

Overstocked and understocked parts are becoming a problem for one of my clients. Purchase orders are submitted ~every two weeks. Delivery takes 1-2 weeks. My client keeps track of inventory records ...
4
votes
2answers
190 views

Looking for an estimation method (data analysis)

Since I have no idea about what I am doing right now, my wording may sound funny. But seriously, I need to learn. The problem I'm facing is to come up with a method (model) to estimate how a software ...
3
votes
3answers
866 views

The future of .NET Development: ASP.NET or WPF/Silverlight/Winforms? [closed]

Forgive me for asking a subjective question but I'd really like to know where is the .NET development headed in the near future? Are we going to see more ASP.NET developers or will there be more ...
3
votes
1answer
1k views

Explaining the forecasts from an ARIMA model

I am trying to explain to myself the forecasting result from applying an ARIMA model to a time-series dataset. The data is from the M1-Competition, the series is MNB65. For quick reference, I have a ...
2
votes
1answer
72 views

Which R functions are useful for analysis of an investment strategy's profitability? [closed]

I have multiple variations of an automated strategy for trading certain investment vehicles. For each of these variations I have cross-validated backtests on historic data. I need to pick the ...
2
votes
1answer
106 views

Time series modelling with irregular data

I'm currently working on a pet project to forecast future base oil prices from historical base oil prices. The data is weekly but there are some periods in between where prices are missing. I'm ...
2
votes
3answers
156 views

JFreechart(Java) - How to draw lines that is partially dashed lines and partially solid lines?

I'm going to plot a line chart that will change from solid line to dashed line to to indicate real data and forecasting data. I'm not sure if i need to extend some of the classes like ...
2
votes
0answers
66 views

.net statistics library for forecasting

Is there a good .NET statistics library for forecasting? I need it to do the following: Decompose the input dataset with classical decomposition into Seasonal, Trend and Irregular. ARIMA modeling ...
2
votes
2answers
107 views

Historical Weather Forecasts

I was wondering if anyone is aware of a free database of historical weather forecasts, available in a format that's easy to pull into R? I'm trying to get a table like this: Date Actual High ...
1
vote
1answer
147 views

I want to get the current weather update of my current location

i want to get the current weather update of my current location in android. the weather update may b in C or F. i dnt want any extended forecast values... flow of my app is like: it gets coodinates ...
1
vote
1answer
278 views

Iteratively forecasting dyn models

I've written a function to iteratively forecast models built using the package dyn, and I'd like some feedback on it. Is there a better way to do this? Has someone written canonical "forecast" ...
1
vote
1answer
146 views

HoltWinters on Panel Data

I am trying to run the HoltWinters procedure on panel data to come up with sales forecasts for a list of companies. My data frame has the fields "Company", "Year" and "Sales". I am interested in ...
1
vote
2answers
276 views

Silverlight or jQuery? Choosing the technology for the future [closed]

Will jQuery together with HTML5 be the technology of the future? Or will Silverlight dominate the internet market share with the upcoming versions 5 and 6? Do you think it' safe to pick either ...
1
vote
3answers
411 views

Standard error of the ARIMA constant

I am trying to manually calculate the standard error of the constant in an ARIMA model, if it is included. I have referred to Box and Jenkins (1994) text, specially Section 7.2, but my understanding ...
1
vote
1answer
2k views

R: ARIMA, ARMA and AICs?

data <-c(88, 84, 85, 85, 84, 85, 83, 85, 88, 89, 91, 99, 104, 112, 126, 138, 146,151, 150, 148, 147, 149, 143, 132, 131, 139, 147, 150, 148, 145, 140, 134, 131, 131, 129, 126, 126, 132, 137, 140, ...
0
votes
0answers
35 views

How to calling auto.Arima function of R in java and store the result of forecast?

I'm new to R in java. I use auto.Arima fuction of R in java to forecast my data for 12 periods. but the period of forecast result is ten period. How can I do for 12 periods of forecast ? I also want ...
0
votes
1answer
77 views

Genetic algorithm libraries for time series analysis/forecasting?

I am very interested in experimenting with genetic algorithms for prediction of market time series data. I made my own rudimentary software, but it is clunky and inefficient. Can someone recommend ...
0
votes
1answer
98 views

R Forecasting for highly seasonal revenue data

I have three years of daily revenue data. There is some fairly constant data growth per year, but the data is highly seasonal with huge peaks in Q4 (black friday, before Christmass frenzy, etc) and ...
0
votes
1answer
89 views

What techniques can be used for horseracing forecasting?

I need to design "A horse racing simulation" software. For that i need to analyze past records of races to determine a formula that can describe how the dependent variable Y respond to the changes in ...
0
votes
2answers
124 views

SPSS : run ARIMA modeling through script

I know that it is possible to perform various functions of SPSS through scripts. Is it also possible to run ARIMA modeling through scripts? If yes, are there any good tutorials/documents for that? ...
0
votes
2answers
294 views

Panel Data Forecasting With R

I have data that is organized in panels like this (see below for output from the dput() function): Country Year Month Var1 Var2 C1 2000 1 0 0 C1 2000 2 1 0 C1 2000 3 ...
0
votes
1answer
53 views

Displaying a Forecast Widget on a website

I am looking for displaying Forecast information in my Django Website. Do you have any idea of how I can do that ? I looked at https://registration.weather.com/ursa/wow/ but it is in english and I ...
0
votes
5answers
183 views

Finding weather data to use for training a neural network

I'm looking for some downloadable weather data i can use to train a neural network to do forecasting, where can i find some? Basically things like temperature, humidity, wind speed/direction, anything ...
-2
votes
3answers
93 views

forecasting in R

l am trying to do the forecasting using R but everytime l download forecast package, it shows error that rcpp package isn't properly installed. As a result l am not able to run the forecast . Please ...