最小二乘法曲线拟合代码(Least squares curve fitting code).docVIP

  • 85
  • 0
  • 约1.99千字
  • 约 5页
  • 2017-07-24 发布于河南
  • 举报

最小二乘法曲线拟合代码(Least squares curve fitting code).doc

最小二乘法曲线拟合代码(Least squares curve fitting code)

最小二乘法曲线拟合代码(Least squares curve fitting code) / / the least squares curve fitting //x double precision solid one-dimensional array, length of N, store a given n data points, x coordinates //y double precision solid one-dimensional array, length of N, store a given n data points, y coordinates //n shaping variables, the number of data points given //a double precision real one-dimensional array, length m, return m - 1 times the M coefficients of the polynomial //m the number of integer variables and polynomial, m20 and m n. //dt double precision real one-dimensional array, length 3, dt[0], retu

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档