搜索资源列表
最小二乘法多次曲线拟合
- 最小二乘法多次曲线拟合-least squares curve fitting time
20080724
- 曲线拟合的java算法。本代码是采用数学中的最小二乘法原理编写的。
Phys_Lab
- eclipse中java工程源代码。根据实验数据作图。可作出标准的实验室网格图,和标准的应用最小二乘法拟合的直线。-The eclipse s java project is used to make the line illusions from the data gotted from the physical lab
FormulaFitting
- 最小二乘法拟合的实现,用的是java语言-zui xiao er cheng
auto-generated-method
- 本算法用最小二乘法求多次拟合,可输入拟合次数-Least Squares Fitting repeatedly seeking
BestFitting
- 使用java实现最小二乘算法,实现曲线拟合,实现多项式拟合(Using java algorithm to achieve the least squares, curve fitting, polynomial fitting)
LineCoefficient
- java最小二乘法,使用最小二乘法求取拟合的直线y=a+bx的参数a、b(The Java least square method is used to obtain the parameters A and B of the fitting line y=A+Bx)