Re: Findind parameters from a equation
Mayneord wrote:
> On Jan 16, 3:45 pm, "Victor Bazarov" <v.Abaza...@comAcast.net> wrote:
>> Mayneord wrote:
>>> I looking for the function similar to ' Findfit ' of mathematica in
>>> C+ + ?
>>
>> How the hell should we know what 'Findfit' is?
>>
>>> Please can somebody me with this..
>>
>> Please ask a C++ language question.
>>
>> V
>> --
>> Please remove capital 'A's when replying by e-mail
>> I do not respond to top-posted replies, please don't ask
>
> Sorry dude!!
>
> Findfit is a function similar to linear least square approximations
> Well, its similar to curve fitting, in addition getting the few
> parameters from the fit.
> Please tell me how can I do linear least square approximations in C+
> + ?
No problem, dude!!
There is no standard function that does "linear least square
approximation". You need to either find a 3rd party library for
that, or write your own.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
|