Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to €˜FORECAST or €˜TREND a series and neither function appears to
be working as I would expect. For example, I have the following series: 1,2,3,1,2,3,1,2,3,1,2,3 and I want to FORECAST or TREND the next 5 periods. When I use the FORECAST (=FORECAST(M$1,$A10:L10,$A$1:L$1)) function, I get: 2.4, 2.4, 2.5, 2.5, 2.6 When I use the TREND (=TREND($A4:L4,$A$1:L$1)) Function, I get: 1.7, 2.2, 2.2, 2.3, 2.3 I would expect to get 1,2,3,1,2, for both functions. Anyone know what I am doing wrong or if I should be using another function. Thanks -- Mike |
#2
![]() |
|||
|
|||
![]()
Mike wrote:
I am trying to €˜FORECAST or €˜TREND a series and neither function appears to be working as I would expect. For example, I have the following series: 1,2,3,1,2,3,1,2,3,1,2,3 and I want to FORECAST or TREND the next 5 periods. When I use the FORECAST (=FORECAST(M$1,$A10:L10,$A$1:L$1)) function, I get: 2.4, 2.4, 2.5, 2.5, 2.6 When I use the TREND (=TREND($A4:L4,$A$1:L$1)) Function, I get: 1.7, 2.2, 2.2, 2.3, 2.3 I would expect to get 1,2,3,1,2, for both functions. Anyone know what I am doing wrong or if I should be using another function. Thanks ----------------------- From Excel's help system you can read what these functions do. If you look there you'll see that they simply do linear extrapolation. So you give it sawtooth data, it fits a straight line through the points and you get what Excel's giving you. What you say you expect to get would require some intelligence in the software, not a simple linear fit. For example you might program the system to always produce a high order periodic waveform and the program could determine the constants that fit that curve to your data. Much more involved. Bill |
#3
![]() |
|||
|
|||
![]()
TREND, like LINEST, fits models that are linear in the unknown
coefficients (such as polynomials, multiple regression, etc.). Excel's help is extremely misleading on both functions. Beyond that, it is hard to help the OP, since he has not revealed what values exist in most of the cells he has referred to. Jerry Bill Martin -- (Remove NOSPAM from address) wrote: Mike wrote: I am trying to €˜FORECAST or €˜TREND a series and neither function appears to be working as I would expect. For example, I have the following series: 1,2,3,1,2,3,1,2,3,1,2,3 and I want to FORECAST or TREND the next 5 periods. When I use the FORECAST (=FORECAST(M$1,$A10:L10,$A$1:L$1)) function, I get: 2.4, 2.4, 2.5, 2.5, 2.6 When I use the TREND (=TREND($A4:L4,$A$1:L$1)) Function, I get: 1.7, 2.2, 2.2, 2.3, 2.3 I would expect to get 1,2,3,1,2, for both functions. Anyone know what I am doing wrong or if I should be using another function. Thanks ----------------------- From Excel's help system you can read what these functions do. If you look there you'll see that they simply do linear extrapolation. So you give it sawtooth data, it fits a straight line through the points and you get what Excel's giving you. What you say you expect to get would require some intelligence in the software, not a simple linear fit. For example you might program the system to always produce a high order periodic waveform and the program could determine the constants that fit that curve to your data. Much more involved. Bill |
#4
![]() |
|||
|
|||
![]()
Thanks Bill and Jerry,
Do you know of any other Functions I can use to accomplish what I a m trying to do? -- Mike "Jerry W. Lewis" wrote: TREND, like LINEST, fits models that are linear in the unknown coefficients (such as polynomials, multiple regression, etc.). Excel's help is extremely misleading on both functions. Beyond that, it is hard to help the OP, since he has not revealed what values exist in most of the cells he has referred to. Jerry Bill Martin -- (Remove NOSPAM from address) wrote: Mike wrote: I am trying to €˜FORECAST or €˜TREND a series and neither function appears to be working as I would expect. For example, I have the following series: 1,2,3,1,2,3,1,2,3,1,2,3 and I want to FORECAST or TREND the next 5 periods. When I use the FORECAST (=FORECAST(M$1,$A10:L10,$A$1:L$1)) function, I get: 2.4, 2.4, 2.5, 2.5, 2.6 When I use the TREND (=TREND($A4:L4,$A$1:L$1)) Function, I get: 1.7, 2.2, 2.2, 2.3, 2.3 I would expect to get 1,2,3,1,2, for both functions. Anyone know what I am doing wrong or if I should be using another function. Thanks ----------------------- From Excel's help system you can read what these functions do. If you look there you'll see that they simply do linear extrapolation. So you give it sawtooth data, it fits a straight line through the points and you get what Excel's giving you. What you say you expect to get would require some intelligence in the software, not a simple linear fit. For example you might program the system to always produce a high order periodic waveform and the program could determine the constants that fit that curve to your data. Much more involved. Bill |
#5
![]() |
|||
|
|||
![]()
Jerry W. Lewis wrote...
.... Beyond that, it is hard to help the OP, since he has not revealed what values exist in most of the cells he has referred to. .... Dunno. Looks like the OP would be tickled pink if Excel provided general time series forecasting, the OP's sample would be an obvious AR(3). |
#6
![]() |
|||
|
|||
![]()
What are you referring to when you say 'OP' and 'AR(3)'? I am new to the
discussion forum. Thanks, -- Mike "Harlan Grove" wrote: Jerry W. Lewis wrote... .... Beyond that, it is hard to help the OP, since he has not revealed what values exist in most of the cells he has referred to. .... Dunno. Looks like the OP would be tickled pink if Excel provided general time series forecasting, the OP's sample would be an obvious AR(3). |
#7
![]() |
|||
|
|||
![]()
OP: "Original Poster"
AR(3): Third-order auto regression HTH Dave Braden PS- Harlan, Jerry, Mike Middleton, Conrad Carlberg, Myrna L, Tushar, Tom Ogilvy, and several other reprobates sometimes get into discussions that might get a little off-beat. Stephen Bullen, an absolutely brilliant fellow, was queried by one person to the effect of "what the heck are they talking about?!?", to which he replied "No idea; don't worry about it". There is an astonishingly huge breadth of expertise in these newsgroups, which are maintained at extremely high (IMHO) levels of courtesy and downright smarts. I tend to use these forums like I would well-run classrooms: run a question by, and you can likely get a helpful response, or series of responses. And I look forward to what *you* can toss into the mélange of talent, be it windmill design, aero/astro engineering, financial considerations for Teletubbies, or something else that gets us going. Regards, DB "Mike" wrote in message ... What are you referring to when you say 'OP' and 'AR(3)'? I am new to the discussion forum. Thanks, -- Mike "Harlan Grove" wrote: Jerry W. Lewis wrote... .... Beyond that, it is hard to help the OP, since he has not revealed what values exist in most of the cells he has referred to. .... Dunno. Looks like the OP would be tickled pink if Excel provided general time series forecasting, the OP's sample would be an obvious AR(3). |
#8
![]() |
|||
|
|||
![]()
You might find
http://www.netlingo.com/emailsh.cfm a useful resource for some common and not-so-common net acronyms. Oddly enough, OP is not there. AR(3) is a statistics acronym, not a net acronym, as David has pointed out. Jerry Mike wrote: What are you referring to when you say 'OP' and 'AR(3)'? I am new to the discussion forum. Thanks, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trend Forecast Help | Excel Worksheet Functions | |||
PASTE DOWN FUNCTIONS | Excel Worksheet Functions | |||
3 questions about automated c++ com add-in worksheet functions | Excel Worksheet Functions | |||
Statistical functions | Excel Worksheet Functions | |||
Trend Lines (or Linest?) | Excel Worksheet Functions |