Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mike
 
Posts: n/a
Default TREND & FORECAST Functions

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   Report Post  
Bill Martin -- (Remove NOSPAM from address)
 
Posts: n/a
Default

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   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

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   Report Post  
Mike
 
Posts: n/a
Default

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   Report Post  
Harlan Grove
 
Posts: n/a
Default

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   Report Post  
Mike
 
Posts: n/a
Default

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   Report Post  
David J. Braden
 
Posts: n/a
Default

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   Report Post  
Jerry W. Lewis
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trend Forecast Help MIVELD Excel Worksheet Functions 3 June 23rd 05 11:23 AM
PASTE DOWN FUNCTIONS jackle Excel Worksheet Functions 0 May 25th 05 02:10 PM
3 questions about automated c++ com add-in worksheet functions gert Excel Worksheet Functions 0 March 10th 05 09:57 AM
Statistical functions David Excel Worksheet Functions 9 January 13th 05 01:57 PM
Trend Lines (or Linest?) Martinaire Excel Worksheet Functions 2 November 26th 04 06:08 PM


All times are GMT +1. The time now is 11:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"