Skip to content

Robust nonlinear regression - sin(x)/x?

1 message · Ravi Varadhan

#
You reall have only one parameter in your model, c = a/b. You can't 
identify both a and b from your model, therefore, you should fit the 
linear model:  lm(z ~ c* sin(x)/x)

Ravi.

----- Original Message -----
From: cstrato <cstrato at aon.at>
Date: Monday, February 2, 2004 2:28 pm
Subject: [R] Robust nonlinear regression - sin(x)/x?