一、 一元三次回歸方程 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
這個源碼是---X黑客網站源碼,經典黑客操作,可以一看,如果你覺得可以,就給個分數,謝謝!
上傳時間: 2015-11-27
上傳用戶:yyq123456789
目錄 前 言 第一章 Qt的安裝 第二章 Hello World 第三章 C/C++ 基礎 第四章 窗口部件 第五章 對話框 第六章 主應用窗口程序 第七章 文件與目錄處理 第八章 數據庫編程 第九章 程序調試與異常處理 附錄A:Qt3.0新特性 附錄B:Qt3.0類分組列表
上傳時間: 2014-01-19
上傳用戶:維子哥哥
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
上傳用戶:腳趾頭
RFC3029: Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols
標簽: Infrastructure Certification Validation Protocols
上傳時間: 2013-12-12
上傳用戶:維子哥哥
生成多項式的最高位必須是1。例如:CRC-CCITT標準的16位生成多項式:g(x)= x16+x12+x1+1;階數r = 16 即:0x11021.最高位通常為1。
上傳時間: 2015-12-03
上傳用戶:dragonhaixm
基于ARM7 7x256芯片的USB通信實現, 編譯器IAR4.X以上版本.
上傳時間: 2013-12-30
上傳用戶:qw12
基于ARM7 7x256芯片的網絡接口程序, 實現webserver的代碼, 編譯器IAR4.X以上版本.
上傳時間: 2015-12-03
上傳用戶:bcjtao