How are the least squares estimates found for y=ax+bsinx?

  • Level: Undergrad 
  • Thread starter Thread starter peripatein
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
peripatein
Messages
868
Reaction score
0
If y = ax + bsinx, how may the least square estimates of a and b be found? Please advise!
 
Physics news on Phys.org
Hey peripatein.

For this, you need to create another variable for sin(x) where z = sin(x) and do a regression on the model:

y = ax + bz + e