02 2013 档案
摘要:public static void LeastSquaresFitLogOrdinate(MultiPointsList points, int numPoints, ref double M, ref double B) { //Gives best fit of data to curve Y = B*(10^M)^X double x1, y1, xy, x2, J, LY; int i; x1 = 0.0; y1 = 0.0; xy =...
阅读全文

浙公网安备 33010602011771号