-
双曲线回归方程 HyperbolaRegress.cs
注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错...
双曲线回归方程 HyperbolaRegress.cs
注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。
方程模型为
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。
public override double forecast(double x)
预测函数,根据模型得到预测结果。
public override double computeR2()
-Hyperbola regression equation HyperbolaRegress.cs attention! The model demands a and b value is greater than 0! Caution should be taken when using the model verify the conditions of this restriction. I realize the model error is not to join any flow control. X should not to 0. Equation model for public 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 ()
- 2022-02-07 00:59:29下载
- 积分:1
-
顺序表---单链表 基本操作实现
顺序存储与链式存储是两种基本的存贮结构 ,算法代码提供了基于顺序表与单链表的算法实现公式,还提供了基于二叉链表的二叉树的基本操作实现
- 2022-07-03 20:59:23下载
- 积分:1
-
This is the dichotomy of the source Root
这是二分法求根的源码-This is the dichotomy of the source Root
- 2022-08-12 13:09:16下载
- 积分:1
-
中国跳棋程序源码
用java编写的一个跳棋游戏程序,jdk1.5以上即可运行,并附有源代码,游戏界面很美观,是用来学习Java的不错的例子!界面比较美观,完全解压后才能运行,有利于菜鸟自学啦……望资源上传者能够更多地价格自己的资源进行分享,以及交流讨论!
- 2022-10-22 10:25:04下载
- 积分:1
-
CLM集合卡曼滤波数据同化算法,是转的别人的一个程序,很好的程序。做同化的同仁可以...
CLM集合卡曼滤波数据同化算法,是转的别人的一个程序,很好的程序。做同化的同仁可以-Application of the case, a Chinese-based RC500 chip LCD attendance control procedures, and RS232 computer interface, the program is characterized by all the attendance data is stored in the computer, read and returned to the CPU to deal with liquid crystal display.
- 2022-10-21 09:05:06下载
- 积分:1
-
s 变换的vc++源程序代码,需要用到fftw函数库
s 变换的vc++源程序代码,需要用到fftw函数库-s Transform vc++ source code necessary to use fftw library
- 2022-08-06 01:13:32下载
- 积分:1
-
5个关于布尔运算的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
5个关于布尔运算的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-five Boolean operations on the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
- 2022-03-20 14:02:02下载
- 积分:1
-
压缩感知重构算法
有很多压缩传感 (CS) 恢复算法,提出了。
在这里列出了其中的一些,并提供了相应的实验结果。从根本上说,
恢复算法是类似于基于稀疏编码过完备源于库
- 2022-03-31 16:59:04下载
- 积分:1
-
网络模拟器
这是简单的网络模拟的 MST 分区算法和直径分区算法。你几乎可以生成随机节点并创建虚拟链接路径。查找边缘节点,断开连接的节点。最短路径。和节点分区。等,还可以看到在图形视图中的所有过程。使用鼠标可以拖动和放置任何节点。
- 2022-11-21 07:45:03下载
- 积分:1
-
2个关于三维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
2个关于三维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-two three-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
- 2022-02-18 16:01:39下载
- 积分:1