Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Nonlinear multiple regression SPSS

Hi, I am searching for a nonlinear multiple regression method,
preferably in SPSS. Can someone help me please?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 837
Default Nonlinear multiple regression SPSS

Excel has no built-in functionality for non-linear least squares.

If you only need approximate coefficient estimates, enter trial values for
the parameters in a contiguous block of cells. Calculate predicted values in
a range of cells using formulas that depend on the parameter cells. In
another cell, calculate the sum of square differences of predicted from
observed values. Use Solver to approximately minimize that sum of squared
differences by changing the parameter cells.

Note that with Solver's default convergence criteria it may declare a
"solution" that is far from the real minimum. Try either tweekin Solver's
options or minimizing a large multiple (say 1E8) times the sum of squared
differences to see if you can get some improvement in Solver's "solution".

If you know calculus, you can calculate the Jacobian matrix of partial
derivatives evaluated at a trial solution and use LINEST to regress the (not
squared) differences observed-predicted vs the Jacobian, to get a vector
parameter shift. The next guess is that guess plus the shift; recalculate
the Jacobian and repeat until convergence
http://en.wikipedia.org/wiki/Nonlinear_least_squares

At the least squares solution, use LINEST to regress the original
observations vs the Jacobian to get 1st order Taylor series approximate
standard errors of the parameter estimates.

Jerry

" wrote:

Hi, I am searching for a nonlinear multiple regression method,
preferably in SPSS. Can someone help me please?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The multiple regression tool - linear or non-linear regression? Statistical interest Excel Discussion (Misc queries) 2 February 6th 08 11:01 PM
how can i use of nonlinear multiple regression in excel? mina tehrani Excel Discussion (Misc queries) 1 September 7th 07 08:46 PM
nonlinear regression Student in need of DESPERATE HELP Excel Discussion (Misc queries) 1 February 3rd 07 02:30 PM
Nonlinear regression Jeremy Excel Worksheet Functions 0 February 14th 06 07:35 PM
nonlinear regression/ curve fits geocalc Excel Discussion (Misc queries) 4 December 30th 05 08:18 PM


All times are GMT +1. The time now is 02:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"