指數回歸方程 ExponentRegress.cs 方程模型為 public override DOUBLE[] buildFormula() 得到系數數組,存放順序與模型系數相反,即該數組中系數的值依次是b,a。 public override DOUBLE forecast(DOUBLE x) 預測函數,根據模型得到預測結果。 public override DOUBLE computeR2() 計算相關系數(決定系數),系數越接近1,數據越滿足該模型。
標簽: ExponentRegress buildFormula override public
上傳時間: 2013-12-20
上傳用戶:xg262122
對數回歸方程 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
本題的算法中涉及的三個函數: DOUBLE bbp(int n,int k,int l) 其中n為十六進制位第n位,k取值范圍為0到n+7,用來計算16nS1,16nS2,16nS3,16nS4小數部分的每一項。返回每一項的小數部分。 void pi(int m,int n,int p[]) 計算從n位開始的連續m位的十六進制數字。其中p為存儲十六進制數字的數組。 void div(int p[]) void add(int a[],int b[]) 這兩個函數都是為最后把十六進制數字轉換為十進制數字服務的。 最后把1000個數字分別存儲在整型數組r[]中,輸出就是按順序輸出該數組。
上傳時間: 2014-01-05
上傳用戶:xcy122677
DOUBLE 3-dimensional transform DOUBLE 3-dimensional transform
標簽: dimensional transform DOUBLE
上傳時間: 2016-01-08
上傳用戶:nanxia
基于雙數組Trie(DOUBLE-Array Trie)的詞典查詢算法 PPT
標簽: Trie DOUBLE-Array 數組
上傳時間: 2013-12-14
上傳用戶:jennyzai
labs to practise link list and DOUBLE link list
上傳時間: 2016-01-19
上傳用戶:奇奇奔奔
The XML Toolbox converts MATLAB data types (such as DOUBLE, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標簽: converts Toolbox complex logical
上傳時間: 2016-02-12
上傳用戶:a673761058
SUIPack.chm is the help file. DOUBLE click on it. Skin files are in the Skins directory.
標簽: directory the SUIPack DOUBLE
上傳時間: 2016-02-15
上傳用戶:love_stanford
DOUBLE被關在了一個機關密室里,他必須在200步內把箱子放回原處才能逃出升天。 他唯一的救命稻草就是他的手機,里面只有你的號碼。開動你的腦筋救他一命。 藍色為DOUBLE,黃色為箱子,白色為墻壁,紅色為目的地,當箱子放到目的地時, 箱子會變綠 游戲操作: 上:上箭頭 下:下箭頭 左:左箭頭 右:右箭頭 重來:r 退出:q
上傳時間: 2016-03-13
上傳用戶:金宜
Study on LD Pumped Yb3+ -doped DOUBLE-clad Fiber Lasers數值分析對線形腔LD泵浦摻鐿的雙包層光纖激光器進行研究,分析了單端泵浦和雙端泵浦的泵浦光及激光輸出功率和增益在光纖中的分布,結果表明,非均勻泵浦比較適合高功率光纖激光器。
標簽: DOUBLE-clad Pumped Lasers Study
上傳時間: 2013-12-25
上傳用戶:jichenxi0730