XL: Erroneous Output Using Linear Regression (Linest)Last reviewed: February 2, 1998Article ID: Q161545 |
The information in this article applies to:
SYMPTOMSWhen you use the LINEST worksheet function on a worksheet, the statistical output may return incorrect values. The Regression tool under Data Analysis from the Analysis ToolPak may also return incorrect values.
CAUSEThe output returned from LINEST may be incorrect if any of the following conditions are true:
WORKAROUND
Case 1: The X-value and Y-value Ranges OverlapIf your x-value and y-value ranges overlap, the LINEST worksheet function will produce erroneous values in all result cells. Normal statistical probability does not allow for the values in the x and y ranges to overlap (duplicate each other). Do not overlap the x and y value ranges when referencing cells in the formula. NOTE: the Regression tool in Data Analysis alerts you of this problem and does not continue. Use Regression from the Data Analysis command on the Tools menu instead of the LINEST worksheet function.
Case 2: The Number of Rows Is Less than the Number of X-columnsIt is not statistically valid for the number of rows to be less than the number of x (variable) columns. The number of rows of data must be greater than the number of columns of data (x columns plus y column).
Case 3: The User Specifies a Zero ConstantDo not specify a zero constant (b=0) in the function.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
REFERENCESStatistical Computations on a Digital Computer. William J. Hemmerle. Blaisdell Publishing Company: 1967. Chapter 3, "Multiple-Regression Computations" and section 3.2.1, "Preliminary Regression Theory".
|
Additional query words: 98 XL98 97 XL97 8.00 7.00 5.00 4.00 xl7 xl5 linear
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |