![]() |
sponsored links |
|
|
sponsored links
|
|
|
|
5
16th November 13:06
External User
Posts: 1
|
In article <1142249770.527787.102430@v46g2000cwv.googlegroups .com>,
dtshedd@yahoo.com writes: you could do two independent least squares fits and then the intersection. but in order to have only one intersection point the leading coefficients must be equal, otherwise you get a quadratic equation for the intersection point, which with one real solution must also have a second one. hth peter |
|
|
6
16th November 13:06
External User
Posts: 1
|
If dan's words are to be taken literally, the leading coefficients
must be 0 (otherwise the curves can't always have positive slopes). But presumably what he means is that for x in the interval covered by the data, the curves have positive slopes and one intersection point. Then the leading coefficients need not be equal. So least-squares fit the two curves to quadratics, take the difference and solve the quadratic equation, taking the root that is in the correct interval. Or if the x values for the two curves are the same, you could just do a single least-squares fit for the difference. Robert Israel israel@math.ubc.ca Department of Mathematics http://www.math.ubc.ca/~israel University of British Columbia Vancouver, BC, Canada |
|