Thread Closed

two data sets and want to do a regression excel y = C(x^n)

 
Share Thread Thread Tools
Dec8-08, 10:49 PM   #1
 

two data sets and want to do a regression excel y = C(x^n)


I have two data sets and want to do a regression so that the equation that relates them is of the form y = C(x^n), where C and n are constants.

How do I do this in Excel?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Dec9-08, 10:57 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Quote by engineer23 View Post
I have two data sets and want to do a regression so that the equation that relates them is of the form y = C(x^n), where C and n are constants.

How do I do this in Excel?
Use the regression tool from the data analysis addin. Here is a guide that may help:

http://www.tcc.edu/faculty/webpages/...el/expstat.pdf

CS
Dec10-08, 08:42 AM   #3
 
Recognitions:
Homework Helper Homework Help
Note that the aforementioned worksheet deals with the model

[tex]
y = b e^{mx}
[/tex]

and not to

[tex]
y = C x^n
[/tex]
Dec11-08, 12:20 PM   #4
ssd
 

two data sets and want to do a regression excel y = C(x^n)


Take log on both sides. Then the model will reduce to the common one.
Dec11-08, 03:34 PM   #5
 
Recognitions:
Homework Helper Homework Help
No, it does not. The model given in the reference

[tex]
y = b e^{mx}
[/tex]

reduces to

[tex]
\ln y = \ln b + mx
[/tex]

The other model reduces to

[tex]
\ln y = \ln C + n \ln x
[/tex]

With the obvious changes in notation the first is a simple linear regression model, in which the original [tex] x [/tex] values can be used. In the second both [tex] y [/tex] and [tex] x [/tex] must have their logarithm calculated. Blindly applying the first approach would miss this: that was my point.

Of course, there is the question of why Excel would be used for regression in the first place.
Dec11-08, 03:50 PM   #6
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Quote by statdad View Post
Of course, there is the question of why Excel would be used for regression in the first place.
Just qurious, why do you not like to use Excel for regression?

CS
Dec11-08, 07:21 PM   #7
 
Recognitions:
Homework Helper Homework Help
Excel doesn't have a very good reputation with regards to statistics (I haven't used the most recent version much, but since the problems that existed in previous versions were never addressed, I would be surprised if they were fixed this time).
  1. The histogram algorithm is flawed. There is no check to make sure the final "bin" (usually labeled as other) is the width as the others
  2. The default rendering of the histogram leaves gaps between the rectangles. Easy to fix, but annoying
  3. The regression procedure has many problems. The residual plots are poorly done. The fit mechanism has a tendency to fit multiple-regression models even when there is a high amount of collinearity in the predictors
  4. (This may be considered minor by many, but it is an example of something that shouldn't occur) In the situations where you want to force a regression through the origin (i.e., no intercept term) Excel still reports a value for [tex] R^2 [/tex], which is inappropriate
  5. Many plots that are commonly used aren't available (boxplot, dotplot, two of the simplest) without using an external Add-In (which typically means buying the Add-In)
  6. Support for non-parametic/robust methods in general, and regression in particular, seems to be non-existent. It would be a great improvement to have (at least) one-variable rank regression, even with Wilcoxon weighting, included

There are other problems, but many are not related to regression. I understand why the temptation to use Excel is so high: immense market penetration - it seems almost every school/workplace has it. It is fantastic for many purposes - I just don't think regression in particular, and statistics in general is one of those purposes.

I hope this hasn't sounded too much like an angry rant - I apologize if it has.
Dec13-08, 01:43 PM   #8
ssd
 
Quote by statdad View Post
No, it does not.
?? Whatever the model (of the two you considered) may be, after taking log on both sides, what remains to convert the the model to the common one is to suitably rename the variable(s). OP mentioned ony one model. So, no question of blindly applying same trick to "both".
Dec13-08, 03:19 PM   #9
 
Recognitions:
Homework Helper Homework Help
Quote by ssd View Post
?? Whatever the model (of the two you considered) may be, after taking log on both sides, what remains to convert the the model to the common one is to suitably rename the variable(s). OP mentioned ony one model. So, no question of blindly applying same trick to "both".
No - exponential regression (the method you pointed out) and polynomial regression (the question posed by the OP) are not identical, and treating them as such causes problems.
Dec15-08, 12:46 PM   #10
ssd
 
Quote by statdad View Post
No - exponential regression (the method you pointed out) and polynomial regression (the question posed by the OP) are not identical, and treating them as such causes problems.
I donot get your point. Can you point out some of such problems? It will be a nice help.
Thread Closed
Thread Tools


Similar Threads for: two data sets and want to do a regression excel y = C(x^n)
Thread Forum Replies
Linear regression Calculus & Beyond Homework 1
Regression analysis General Math 3
Regression with SPSS Engineering, Comp Sci, & Technology Homework 0
cox regression help Introductory Physics Homework 3
Regression function General Math 2