February 12, 2009 at 11:10 am
Greetings. Does anyone have any idea how to apply expontial smoothing to time series data, as is easily done with Excel? I have to provide a forecast every month, and I use simply .7*n-1(quantity) + .3*n-2(quantity) where n-1 is last month. I realize this kind of thing should probably be done in the app, but I'm just wondering...
Greg
_________________________________________________________________________________________________
The glass is at one half capacity: nothing more, nothing less.
July 10, 2009 at 11:47 am
This function produces the same result as the ms excel FORECAST function, although the range must be supplied in a delimited string (x,y:x,y...ect):
July 10, 2009 at 12:31 pm
July 19, 2009 at 10:23 pm
Greg Snidow (2/12/2009)
Greetings. Does anyone have any idea how to apply expontial smoothing to time series data, as is easily done with Excel? I have to provide a forecast every month, and I use simply .7*n-1(quantity) + .3*n-2(quantity) where n-1 is last month. I realize this kind of thing should probably be done in the app, but I'm just wondering...
You want to look just two months back, Greg?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy