peripatein Messages 868 Reaction score 0 Thread starter Oct 6, 2012 #1 If y = ax + bsinx, how may the least square estimates of a and b be found? Please advise!
chiro Homework Helper Messages 4,817 Reaction score 134 Oct 6, 2012 #2 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
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