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
