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



What is the statistical function:LOGEST in Excel?

Windows Software


Reply
 
Thread Tools Search this Thread
  #1  
Old 13-03-2010
N I C K's Avatar
Member
 
Join Date: Aug 2006
Posts: 276
What is the statistical function:LOGEST in Excel?

Hello folks,
First thing I would like to Thanks all of you. You really helped me a lot last time. I am now having a doubt and hope that I will get the same help.!! This time I have stuck in statistical functions that are used in Excel. I am not getting the function Logest properly. So expecting some help from your side.!! Please tell me what is the statistical function:LOGEST in Excel? Try to reply me as early as possible.!!
__________________
He who asks is a fool for five minutes, but he who does not ask remains a fool forever.
-Chinese Proverb
Reply With Quote
  #2  
Old 13-03-2010
super soaker's Avatar
Member
 
Join Date: Aug 2006
Posts: 204
Re: What is the statistical function:LOGEST in Excel?

LOGEST is evaluated by calling the function for the LINEST. Major changes to LINEST for Excel 2003 and later versions of Excel are summarized and their implications for LOGEST are noted. The statistical functions in Microsoft Excel 2004 for Macintosh were updated using the same algorithms Excel 2003 and later versions of Excel. LOGEST performance has been improved because LINEST has been greatly improved in Excel 2003 and in later versions of Excel. If you are using an earlier version of Excel, check that predictor columns are not collinear before using LOGEST.
__________________
Blessings to you
Reply With Quote
  #3  
Old 13-03-2010
Sam.D's Avatar
Member
 
Join Date: Jan 2008
Posts: 3,735
Re: What is the statistical function:LOGEST in Excel?

The LOGEST (known_y's, known_x's, constant statistics) function is used to perform regression in which an exponential curve is adjusted. A test result of least squares is used and LOGEST trying to find the best fit under that criterion. Data represent known_y 's on the dependent variable and known_x represent data on one or more independent variables. The second argument is optional. If omitted, it is supposed to be an array of the same size as known_y 's containing the values (1, 2, 3 ,...).
Reply With Quote
  #4  
Old 13-03-2010
kattman's Avatar
Member
 
Join Date: Sep 2005
Posts: 1,239
Re: What is the statistical function:LOGEST in Excel?

Assuming there exists p predictor variables, LOGEST fits an equation of the form given below :
  • y = b * (m1^x1) * (m2^x2) * … * (mp^xp)
values of coefficients, b, m1, m2 ,..., mp give the best fit to the data. If the third argument "constant" is set to TRUE, you want the regression model to include the constant b in the equation in its previous model. If it is set to FALSE, the multiplicative constant b is excluded from the regression model by forcing equal to one. The third argument is optional. If omitted, it is interpreted as the value is TRUE.
Reply With Quote
  #5  
Old 13-03-2010
DANIEL 602's Avatar
Member
 
Join Date: Jul 2006
Posts: 212
Re: What is the statistical function:LOGEST in Excel?

I would also like to explain you about the equation in which LOGEST fits. The last argument LOGEST is set to TRUE if you want additional statistics, including various sum of squares, r squared, f and statistical standard errors of regression coefficients. In this case, LOGEST is normally required as an array formula. The last argument is optional. If omitted, it is interpreted as FALSE. The dimensions of the table are five lines by a number of columns equal to the number of independent variables plus one if the third argument is set to TRUE (over 0) if the third argument is set to TRUE.
__________________
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signatureto help him gain world domination
Reply With Quote
  #6  
Old 13-03-2010
kattman's Avatar
Member
 
Join Date: Sep 2005
Posts: 1,239
Re: What is the statistical function:LOGEST in Excel?

The following is the Syntax of the Logest :
  • LOGEST(known_y's, known_x's, constant, statistics)
The last three arguments are all optional LOGEST. If you omit the second argument, LOGEST involves a single predictor that contains the entries (1, 2, 3 ,...}. If you omit the third argument, it is interpreted as the value is TRUE. If you omit the fourth argument, it is interpreted as FALSE. If known_y occupies one column by m rows, the known_x must be c columns by m rows where c is greater than or equal to one. C is the number of predictor variables, m is the number of data points. Similar relationships should hold if known_y 's is placed on one line, in which case the known_x must be in line r. (R must be greater than or equal to 1.) Constant and statistics are logical arguments that must be set to TRUE or FALSE. In Excel, the arguments must be set to 0 or 1 and are interpreted by Excel as FALSE or TRUE, respectively.
Reply With Quote
Reply

  TechArena Community > Software > Windows Software


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "What is the statistical function:LOGEST in Excel?"
Thread Thread Starter Forum Replies Last Post
How LOGEST interacts with LINEST in Excel? MarceloQuad Windows Software 5 13-03-2010 05:22 AM
What is Excel Statistical Functions: POISSON? Steyn Windows Software 4 13-03-2010 03:17 AM
How GROWTH interacts with LOGEST in an Excel? Author Windows Software 5 13-03-2010 02:26 AM
What is Excel statistical function : GROWTH? hatred Windows Software 5 13-03-2010 02:05 AM
Excel Function and Excel Chart Colors Samarth Windows Software 5 13-01-2010 08:16 PM


All times are GMT +5.5. The time now is 11:15 PM.