指数回归方程 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