comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: curvefit question
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: curvefit question [message #25745] Thu, 12 July 2001 08:14 Go to previous message
R.G.S. is currently offline  R.G.S.
Messages: 46
Registered: September 2000
Member
Mike Barker <animals@wam.umd.edu> wrote in message
news:Pine.GSO.4.21.0107111818550.4496-100000@rac4.wam.umd.ed u...
> Hello,
>
> I would like to fit the following function:
>
> y = m2*(x - x0) + m1*x0 + b1
>
> where m2 is the ONLY parameter to be fitted and m1, b1, x0 are
> variables (I DO NOT want to fit them). I'm having trouble figuring out
> how to do this with curvefit (or any of the other built-in
> routines). Curvefit won't let me pass m1, b1, and x0 as parameters. I
> tried using a common block to store the variables but I still have to
> compile the function before I declare the common block. If anyone could
> help I would be forever grateful.
>
> Sincerely,
> Mike
>

This is a BC answer (before coffee) so take it for what
its worth:

fit to
g = y - m1*x0-b1 = m2(x-x0)

hey, also change variables to (x' = x-x0)


Cheers,
bob stockwell
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Events in IDLDrawWidget
Next Topic: Easy way to do superscripts, greek letters, etc.?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 14:52:38 PDT 2025

Total time taken to generate the page: 0.00326 seconds