搜索资源列表
LogfitApplet
- 最近的一个软件项目有一个要求,导出从一系列的数据点的二次曲线的方程。这就是说,以确定,和c,其中,即y = ax2+ bx + c的。在确定A,B和C,我也需要一个R-平方值(决定系数)。 我有一个模糊的记忆称为最小二乘回归“的东西,所以回谷歌,我就去了。-A recent software project had a requirement to derive the equation of a quadratic curve from a series of data points. T
BestFitting
- 使用java实现最小二乘算法,实现曲线拟合,实现多项式拟合(Using java algorithm to achieve the least squares, curve fitting, polynomial fitting)