I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-05-10 17:03:35-07 by bobt
how to do 2 coordinates fit?
I've looked at the examples given in PDL-levmar documentation. Question: if I need to do curve fitting on function with 2 coordinates, how do I do this? For example: x = p0 * exp(-t1*t1 * p1) + p2 * exp(-t2*t2 * p3); So the above function has 2 coordinates: t1 and t2. Thanks! Bobt
Direct Responses: 13757 | Write a response