Hi Paulo, This package seems to duplicate/complement the curve fitting functionality in Optim, which is capable of handling general models and providing statistical analysis of the fit. Please join us in the discussion here: https://github.com/JuliaOpt/Optim.jl/pull/56 about possibly merging the packages.
Thanks, Miles On Thursday, May 8, 2014 6:14:22 PM UTC-6, Paulo Jabardo wrote: > > Package CurveFit > > https://github.com/pjabardo/CurveFit.jl > > This package implements a few least squares fitting functions for some > common cases (for me at least) . The only "different" aspect of this > package is > the nonlinear least squares fitting function. > > For now, I have only implemented the `fit` and `coef` functions of the > abstract statistical models interface suggested in package StatsBase. I > hope to implement the other functions later on. > > > Paulo > >
