Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Forecasting

Status
Not open for further replies.

Anthony1312002

Programmer
Mar 4, 2004
146
US
Has anyone come across any scripts that would provide some ideas on how to do data forecasting using asp?
 
Could you perhaps be more specific as to what you are hoping to accomplish?

------------------------------------------------------------------------------------------------------------------------
If you don't have a sense of humor, you probably don't have any sense at all.
- Anonymous
 
If you could give more info on what type of data your attemting to forecast, what type of forecast, etc I would love to provide more info, this sounds like a fun topic.

-T

barcode_1.gif
 
Thanks for the response guys. Well, what I'm endeavoring to do is use ASP to forecast what the projected shop volume should be based upon data I have in a database. Say I have the following data in a table.

Jan 2,458,226
Feb 3,459.566
Mar 2,145,899
Apr 2,222,246


Using these numbers, how could I forecast or project what my possible volume should be over the next 12 months?
 
I'm not much of an analyst here, but a couple of thoughts spring to mind just from a logic standpoint. You want to calculate the volume you should have in the shop based on data from a previous year, yes? First, you should probably have a full year of data to start with so that you have some sort of base to work from. Perhaps even more so you can calculate variances over a period of years.

Second, are you anticipating that volume should remain static, or potentially increase or even decrease over the forecast time frame? If you think that you should increase volume 2% over the forecast time frame, then you would calculate the existing volume for the previous month/year times 2% and produce your estimates accordingly. Now, the question then comes what happens if your estimated forecasts go wildly awry (e.g. - storing generators that would have a low turnover rate unless a sudden demand occurs due to hurricane-related power outages which would then skew your numbers for that given month)? Do you then change the subsequent month's forecast to account for the previous month's variation in addition to your original forecast or what?

Ok, think I'm getting way ahead of myself here and not sure if this is what you are looking for. For that matter, are you seeking the coding for a logical process that you already know or the logic when you can then code? I'll wait to hear back before I jump into any more high water. ;-)

------------------------------------------------------------------------------------------------------------------------
If you don't have a sense of humor, you probably don't have any sense at all.
- Anonymous
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top