-
对数回归方程logarithmregress.cs方程模型y = * LN…
对数回归方程 LogarithmRegress.cs
方程模型为 Y=a*LnX+b
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
- 2022-08-31 23:15:03下载
- 积分:1
-
数值分析中的N皇后问题,程序中含输入/显示界面,N的数值可在界面中自行设定。...
数值分析中的N皇后问题,程序中含输入/显示界面,N的数值可在界面中自行设定。-Numerical Analysis of N Queen
- 2022-07-02 00:25:13下载
- 积分:1
-
石子合并问题C++
在一个圆形操场的四周摆放N堆石子(N≤100),现要将石子有次序地合并成一堆。规定每次只能选相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分。编一程序,读入堆数N及每堆石子数(≤100)选择一种合并石子的方案,分别得到合并这N堆石子为一堆,可以得到的最大得分和最小得分
- 2022-10-12 06:40:03下载
- 积分:1
-
最长公共子串的Java实现和NPL应用
资源描述这是关于动态规划的一个问题,一般称之为最长公共字串问题,但是在这里采用了Java语言来进行实现,可以帮助我们更好的理解动态规划这个经典算法
- 2023-02-27 18:40:03下载
- 积分:1
-
ben wenjian shi tongguo yong cbainxie chengxuo
ben wenjian shi tongguo yong cbainxie chengxuo-ben wenjian shi tongguo yong cbainxie Rezeption gxuo
- 2022-01-26 08:32:48下载
- 积分:1
-
一种最大数量的随机抽取
输入一个最大数字,随机数抽奖-importation of a maximum number of random draw
- 2022-03-03 12:47:21下载
- 积分:1
-
简单的广播
这是一个小的程序在 NS2 中为简单广播数据包从服务器到客户端的无线介质中
- 2022-07-10 14:36:06下载
- 积分:1
-
stm32f103梯形加减速算法
stm32f103梯形加减速算法,实时计算,基于AVR446文档设计,适用于单轴运动控制加减速,带上下限位,回原点等功能
- 2022-12-15 10:50:09下载
- 积分:1
-
关于限制性四叉树实现算法的,很不错哦!
关于限制性四叉树实现算法的,很不错哦!- Realizes the algorithm about the restrictive four forks tree,
is very good oh!
- 2022-07-09 04:26:04下载
- 积分:1
-
简单的随机数组产生方法源码
简单的随机数组产生方法源码-simple random array of source selection
- 2023-04-18 00:55:03下载
- 积分:1