Sign In
New User? Register
Statisticians_group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can set the sort order of messages? Just click on the link in the date column. Your preferences will be remembered, so you don't have to do it again when you return.

Messages

  Messages Help
Advanced
Non-linear regression models   Message List  
Reply | Forward Message #47 of 4104 |
Hallo everybody,

I am looking for computer algorithms, preferably in Excel VBA, for
calculating non-linear regression parameters. I am particularly
interested in the following non-linear regression models:

- Logarithmic model: y = a + b * ln(x)
- Exponential model: y = a * e ^ (b * x)
- Power model: y = a * x ^ b
- Inverse model: y = a + b / x
- Quadratic model: y = a + b * x + c * x ^2

I want to be able to calculate the following variables and parameters:
n, SumX, SumY, SumX^2, SumY^2, SumXY, SumX/n, SumY/n, x sigma n, y
sigma n, x sigma n-1, y sigma n-1, a, b, (c), r, r2, sey, F-
statistics, and Chi2 statistic.
Can any one provide me with such algorithms or tell me where I can
find it? Fortran or C code would also be welcome although I prefer
VBA for use in Excel.

Thanks in advance
Chuck (alias profitscalper)






Tue Nov 1, 2005 8:37 am

profitscalper
Offline Offline
Send Email Send Email

Forward
Message #47 of 4104 |
Expand Messages Author Sort by Date

Hallo everybody, I am looking for computer algorithms, preferably in Excel VBA, for calculating non-linear regression parameters. I am particularly interested...
profitscalper
Offline Send Email
Nov 1, 2005
8:37 am

Use statistical packages like SAS or... I think SPSS can also produce output like this. ... __________________________________ Yahoo! FareChase: Search...
Leila T. Viria
lengzki
Offline Send Email
Nov 1, 2005
9:59 am

Hi, I recommed you to use any of the statistical softwares like SAS or SPSS. The required SAS code will be: data nln; input y x ; cards; Enter your dataset...
Madan Kundu
group_launcher
Offline Send Email
Nov 2, 2005
6:48 am

Hallo Madan, Thank you for your kind reply and useful suggestions. The idea of having the VBA source code however, is of not having just a punctual, software...
profitscalper
Offline Send Email
Nov 2, 2005
9:46 am

I hope this SPSS 13 Manual Regression Model can help you. and I agree with Kundu that I recommend SPSS 13 also for regression rather than VBA. Adhitya Nugraha ...
Adhitya Nugraha
adhitya_net
Online Send Email
Nov 7, 2005
10:36 am

i think the SAS will be better! ... Ż䳬ǿֵ2G䡢pop3šʼ i think the SAS will be better! ...
shiqiang jiang
jshq8612
Offline Send Email
Nov 8, 2005
1:46 am

You can do nonlinear regressions in SPSS, SAS, R, S plus, and probably other packages. I strongly recommend NOT doing them in Excel, VBA, or anything like ...
Peter Flom
plf515
Offline Send Email
Nov 7, 2005
1:14 pm

Peter makes a very important point here - generally, and particularly for any kind of modelling. A lot of people out there treat Excel/VBA as if it's a...
Robert Newcombe
newcomberobert
Offline Send Email
Nov 7, 2005
1:35 pm

... <<< Peter makes a very important point here - generally, and particularly for any kind of modelling. ... Thanks <<< A lot of people out there treat...
Peter Flom
plf515
Offline Send Email
Nov 7, 2005
3:26 pm
Advanced

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help