in reply to sigmoidal curve fitting, calculating IC/EC50, and plotting the fitted curve

I've never done it in Perl, but did do it in C a few million years ago using algorithms from Numerical Recipes. A search on "Levenberg Marquardt perl" turns up this:

Perl Data Language.

It's not a totally canned tool for what you want, but you should be able to use Levmar to do what you want, at least fit-wise

  • Comment on Re: sigmoidal curve fitting, calculating IC/EC50, and plotting the fitted curve

Replies are listed 'Best First'.
Re^2: sigmoidal curve fitting, calculating IC/EC50, and plotting the fitted curve
by etj (Priest) on May 23, 2022 at 20:26 UTC