> > Did you have a look at the classes in the package > "org.apache.commons.math3.optimization" ? >
No, I did not. Let's see... Which function? > This little devil: http://dpaste.com/hold/767050/ *public static double fnc(double t, double a, double b, double c){ return Math.log(a) + b * Math.log(t) - c * t; }* I have *t* in the matrix (first column). Second column are the observed values. I need to fit a, b and c. 2012/7/3 Gilles Sadowski <[email protected]> > org.apache.commons.math3.optimization > -- "A arrogância é a arma dos fracos." =========================== Italo Moreira Campelo Maia Bacharel em Ciência da Computação - UECE Analista de Sistemas / Desenvolvedor Web, Desktop e Mobile (Python, Java, Lua) Coordenador do Pug-CE ----------------------------------------------------- http://www.italomaia.com/ http://twitter.com/italomaia/ http://eusouolobomau.blogspot.com/ ----------------------------------------------------- Turtle Linux 9.10 - http://tiny.cc/blogturtle910 Turtle Linux 10.10 - http://bit.ly/cEw4ET ===========================
