Results 1 to 6 of 6

Thread: How TREND interacts with LINEST in Excel?

  1. #1
    Join Date
    May 2009
    Posts
    511

    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.!!

  2. #2
    Join Date
    May 2008
    Posts
    4,570

    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.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,642

    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.

  4. #4
    Join Date
    May 2008
    Posts
    4,831

    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.

  5. #5
    Join Date
    Sep 2005
    Posts
    1,306

    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.

  6. #6
    Join Date
    Apr 2008
    Posts
    2,139

    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.

Similar Threads

  1. What are an improvements of LINEST function in Excel 2003?
    By SKREECH in forum Windows Software
    Replies: 5
    Last Post: 13-03-2010, 06:14 AM
  2. Description of the LINEST function in Excel 2003
    By PsYcHo 1 in forum Windows Software
    Replies: 5
    Last Post: 13-03-2010, 05:47 AM
  3. How LOGEST interacts with LINEST in Excel?
    By MarceloQuad in forum Windows Software
    Replies: 5
    Last Post: 13-03-2010, 05:22 AM
  4. What is the TREND in Excel?
    By sivaranjan in forum Windows Software
    Replies: 5
    Last Post: 13-03-2010, 04:10 AM
  5. How GROWTH interacts with LOGEST in an Excel?
    By Author in forum Windows Software
    Replies: 5
    Last Post: 13-03-2010, 02:26 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,710,837,983.63632 seconds with 16 queries