[Gambas-user] curve fitting library ?

Randall Morgan rmorgan62 at ...626...
Sun Jan 22 11:18:30 CET 2012


Not with Gambas and it's been a long while. But if you understand the
algorithms used and the type of curve fitting you desire for your problem
domain then implementing it in Gambas is not a problem.

You may want to google curve fitting algorithms. You need to know if you
want a linear, polynomial, rational, cubic, or nonlinear fitting. Then find
a C/C++/Python implementation and flow chart the algorithm. Then you  can
easily convert it to Gambas or any programming language.



On Sun, Jan 22, 2012 at 12:54 AM, Wally <wally at ...2037...> wrote:

>
> Does anyone have experience with curve fitting and/or peakfinding
> using gambas ?    (e.g. example code)
>
> Is there a plain C library (Linux) known, suitable to this problem
> and gambas ?
>
> Something like "fityk" (which is written in C++) but written in plain C
> to use with "EXTERN"
>
> I might wrap the fityk C++ or try Gnu Scientific Library, but i'm still
> searching for alternatives.
>
> wally
>
>
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
If you ask me if it can be done. The answer is YES, it can always be done.
The correct questions however are... What will it cost, and how long will
it take?



More information about the User mailing list