双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2()
标签: HyperbolaRegress 模型 方程 cs
上传时间: 2014-11-30
上传用户:youke111
对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
标签: LogarithmRegress buildFormula override public
上传时间: 2014-01-23
上传用户:330402686
USB design by Example. 一本寫USB程式的必備書. 由淺入深的介绍USB
上传时间: 2013-12-18
上传用户:fandeshun
一个简单的b tree 实现代码,可用于缓存数据,提高查询速度
上传时间: 2015-11-27
上传用户:it男一枚
b样条插值,曲线逼近连续直线,任意选取
标签: 插值
上传时间: 2013-12-09
上传用户:athjac
RMI chatting room GUI example
上传时间: 2015-11-30
上传用户:wweqas
window progress example
上传时间: 2014-08-29
上传用户:jjj0202
三个候选人A、B、C,根据投票者在选票上对他们编号的填写顺序记分, !!!刚才传的6.rar说明写错了,我再传一次
标签:
上传时间: 2013-12-19
上传用户:13160677563
This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile script to insert it into web page.from this ,it displays the strong life of the ActiveX controll in the development of netware.
标签: introduces ActiveX article develop
上传时间: 2015-12-02
上传用户:athjac
The DBMS (Database Management System) example application demonstrates the usage of DBMS APIs. The example includes a bookstore database engine and a simple Avkon GUI for testing the engine.
标签: DBMS demonstrates application Management
上传时间: 2014-01-09
上传用户:BOBOniu