How to Make Initial Guesses for Parameters in a Nonlinear Model?

  • Context: Undergrad 
  • Thread starter Thread starter scantor145
  • Start date Start date
  • Tags Tags
    Model
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
scantor145
Messages
4
Reaction score
0
I have calibration data and I'm want to use the following model:

y = a + b*Ln(x)+ c*x

I'm looking for a way to make initial guesses for the three paramaters a, b and c.

Is there any way to linearize this expression so that I can use least squares analysis to determine values for a, b and c.
 
Physics news on Phys.org


Your problem is already linear in a, b and c (which are the variables you're trying to fit).

edit: to be a bit more explicit, given a pair of data values (x_i, y_i) you get a the following equation

a*1 + b*Ln(x_i) + c*x_i = y_i

which is a linear combination of the unknowns (a, b, c).
 
Last edited: