会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
itelite博客
思想有多远,人就能走多远......
新随笔
联系
管理
2013年2月17日
线性二乘法求最接近的所有点的直线(log版)
摘要: 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 =...
阅读全文
posted @ 2013-02-17 10:37 东风125
阅读(270)
评论(0)
推荐(0)
编辑
公告