Hi, I need the GaussianFitter to fit a gaussian function as described here:
http://en.wikipedia.org/wiki/Gaussian_function (In other words remove the "a" parameter) Seems like the way to do this is to: A) Create a new "ParametricGaussianFunction" without the "a" parameter (Call it say ...NormalParametricGaussianFunction). B) Create a new GaussianFitter (Call it say...NormalGaussianFitter) that uses the NormalParametricGaussianFunction instead of the ParametricGaussianFunction. I intend to contribute the work back to commons-math, so that's why I'm asking about the names. Am I in the ballpark on the approach? Thanks, - Ole --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org