一、 一元三次回归方程 CubicMultinomialRegress.cs 方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。 以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。 public override double forecast(double x) 预测函数,根据模型得到预测结果 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。
标签: CubicMultinomialRegress override public double
上传时间: 2015-11-25
上传用户:13215175592
双曲线回归方程 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
MPLAB c18教程,是一个不错的入门教程
上传时间: 2013-12-10
上传用户:R50974
这个源码是---X黑客网站源码,经典黑客操作,可以一看,如果你觉得可以,就给个分数,谢谢!
上传时间: 2015-11-27
上传用户:yyq123456789
usb slaver for ide acce
上传时间: 2015-11-28
上传用户:天涯
一个简单的能够直接操作IDE接口的函数库,可以作为底层驱动提供给其它文件系统使用。
上传时间: 2015-11-28
上传用户:yepeng139
一个完整的马达驱动程式,并有原理图。开发环境MacroChip 的MPLAB IDE v7.40
上传时间: 2013-12-26
上传用户:ZJX5201314
时钟芯片ds1302 程序 源程序按版本号放在文件夹中。里面有在Protues中仿真的DSN文件。 打开MPLAB的MCP文件进行编译 将DSN文件载入Protues中 将生成的HEX导入到Protues中的16F84A中 -> RUN
上传时间: 2015-11-29
上传用户:ouyangtongze
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new code to the device over USB. This bootrom is installed at address 0x00000000 in the ARM, which means that it is the first piece of code to execute after reset. At startup, it waits for a few seconds to see if the downloader is trying to connect. If not, then the bootloader gives up control and jumps to your program. If the downloader is trying to connect, then the bootloader receives the new program over USB and writes it into flash.
标签: bootloader processors download permits
上传时间: 2015-11-30
上传用户:shus521
用bcb所撰寫的kohonen程式,優雅的網狀伸張分佈,將任意維度的input data,reduce至二維x,y平面,competivite learning的最佳範例.
标签: competivite learning kohonen reduce
上传时间: 2015-12-02
上传用户:脚趾头