Go Back   TechArena Community > Software > Windows Software
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , , ,

Sponsored Links



How TREND interacts with LINEST in Excel?

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 13-03-2010
Member
 
Join Date: May 2009
Posts: 459
How TREND interacts with LINEST in Excel?

Hello everyone,
I am just going through the topic of trend which is the statistical function used in an Excel. I also know the basic things about the Linest in Excel. The only thing I am not able to understand is the interaction of the trend with the Linest in Excel. So need your help in this topic. Please tell me how TREND interacts with LINEST in Excel? Hope that someone would provide the needful information soon.!!
Reply With Quote
  #2  
Old 13-03-2010
Glenny's Avatar
Member
 
Join Date: May 2008
Posts: 4,550
Re: How TREND interacts with LINEST in Excel?

To illustrate the trend collinearity, you will have to create an Excel spreadsheet empty with the appropriate coding. Otherwise, you can copy the table from the Microsoft site, and then paste it to your table. After pasting the table into your new Excel worksheet, click Paste Options, then click Match formatting destination. In the pasted range still selected, use one of the following procedures, depending on the version of Excel you are running :
  • In Microsoft Excel 2007, click the Home tab, click Format in the Cells group, and then adjust the width of the column.
  • In Excel 2003, point to Column on the Format menu, then click AutoFit.
Reply With Quote
  #3  
Old 13-03-2010
Eric B's Avatar
Member
 
Join Date: Apr 2008
Posts: 4,645
Re: How TREND interacts with LINEST in Excel?

Trend data are in cells A1: C8. (Entries in cells D2: D6 are not part of data but are used for illustration later in this article.) Trend results for two different models for earlier versions of Excel and later versions of Excel are presented in cells E10: E16 and I10: 116 cells, respectively. Results in cells A10: A16 is the version of Excel you use. If trend is to return appropriate results, then LINEST had better generate appropriate results in step 3. Here the problems come from collinear predictor columns.
Reply With Quote
  #4  
Old 13-03-2010
Macarenas's Avatar
Member
 
Join Date: May 2008
Posts: 4,810
Re: How TREND interacts with LINEST in Excel?

TREND and LINEST Interaction can be viewed as follows :
  1. You call trend (known_y, known_x, new_x 's constant).
  2. TREND calls LINEST (known_y's, known_x's, constant, TRUE).
  3. Regression coefficients by this call to LINEST are obtained, these coefficients appear in the first line of output table LINEST.
  4. For each line new_x, the expected value y is calculated according to these factors and LINEST new_x values in this line.
  5. The value calculated in Step 4 is returned in the appropriate cell for output pattern corresponding to this line new_x.
Reply With Quote
  #5  
Old 13-03-2010
kattman's Avatar
Member
 
Join Date: Sep 2005
Posts: 1,239
Re: How TREND interacts with LINEST in Excel?

Predictor columns are (argument known_x) collinear if at least one column, c, can be expressed as a sum of multiples of others, c1, this and other columns. Column C is often called redundant because it contains information that can be constructed from the columns c1, this and other columns. The fundamental principle in the presence of collinearity is that results should be unaffected by including or removing a redundant column of original data. For LINEST in Microsoft Excel 2002 and in earlier versions of Excel did not look for collinearity, this principle was easily violated. Predictor columns are almost collinear if at least one column, c, can be expressed as almost equal to a sum of multiples of others, c1, this and other columns.
Reply With Quote
  #6  
Old 13-03-2010
chroma's Avatar
Member
 
Join Date: Apr 2008
Posts: 2,144
Re: How TREND interacts with LINEST in Excel?

In Excel 2003 and later versions of Excel, such a message is not sent in an alert or a text string, but in the output table LINEST. TREND has no mechanism for distributing such a message for you. In the LINEST output table, a regression coefficient is zero and whose standard error is zero corresponds to a coefficient of a column that was removed from the model. LINEST output tables contained in rows 23 to 35 corresponding to the trend in output lines 10 to 16. The entries in cells I24: I25 show a column removed redundant predictor. In this case, LINEST chose to remove the column C (coefficients in cells K24 I24, J24, correspond to columns C, B and Excel is constant column, respectively). When collinearity is present, any one of the columns involved can be removed and the choice is arbitrary.
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How TREND interacts with LINEST in Excel?"
Thread Thread Starter Forum Replies Last Post
What are an improvements of LINEST function in Excel 2003? SKREECH Windows Software 5 13-03-2010 06:14 AM
Description of the LINEST function in Excel 2003 PsYcHo 1 Windows Software 5 13-03-2010 05:47 AM
How LOGEST interacts with LINEST in Excel? MarceloQuad Windows Software 5 13-03-2010 05:22 AM
What is the TREND in Excel? sivaranjan Windows Software 5 13-03-2010 04:10 AM
How GROWTH interacts with LOGEST in an Excel? Author Windows Software 5 13-03-2010 02:26 AM


All times are GMT +5.5. The time now is 05:10 PM.