|
"Sandeep gande" <coolsandeepg@yahoo.com> wrote in message <hbj6fo$pc6$1@fred.mathworks.com>...
> I just want to curve fit a part of curve. But I want to include entire curve when i analyze it. The curve fitting should consider the points only of that part while fitting. It should not consider all other points while it fits. Can anyone help me out in this regard....
>
> I hope you guys understood my question.
Yes, I understand your question.
The model that you might choose will drive what
you do, and how you will analyze this.
The simplest way to solve your problem is to use a
weighted regression. Assign the irrelevant points a
weight of zero.
John
|