-
对数回归方程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
-
基于PLC 的温控系统设计与研究 Des ign
资源描述摘要:介绍了用罗克韦尔PLC 设备构成温控系统的设计与研究, 讨论了PLC 输入输出控制的外部接口及显示扩展的软硬件
设计, 并对PLC 和PC 的通信和数据技术进行了分析, 给出了部分程序。
关键词:PLC;温度控制;热电阻模块;通信
- 2023-03-23 12:25:03下载
- 积分:1
-
交通管理的 prolog 代码
用于管理交通的 prologthis 程序的源代码检查街和 increese 的当前状态或 decreese 从红色计时器
- 2022-01-27 22:31:38下载
- 积分:1
-
through algorithm PI values, the median Open
通过算法计算PI值,不限位数-through algorithm PI values, the median Open-
- 2022-01-25 18:23:28下载
- 积分:1
-
二维规则网格数据的等值线追踪, 追踪算法为网格追踪法, 线绘制,可配置颜色 所读取的数据的文件格式为:surfer软件的ASCii grd文件数据...
二维规则网格数据的等值线追踪, 追踪算法为网格追踪法, 线绘制,可配置颜色 所读取的数据的文件格式为:surfer软件的ASCii grd文件数据-2D mesh contour data tracking, tracing algorithm for tracking grid, line drawing, color can be configured by reading the data file formats : surfer software ASCii grd document data
- 2022-08-19 10:33:54下载
- 积分:1
-
高效的c++科学算法库,提供了矩阵、复数等算法。
高效的c++科学算法库,提供了矩阵、复数等算法。--The high effective c++ scientific algorithm library, It provides some algorithms such as matrix, plural number,etc.
- 2022-10-21 22:30:03下载
- 积分:1
-
点阵汉字放大,倾斜,加粗
该文件是自己在做点阵汉字字体变换时所写的函数,主要包括整数放大,倾斜,加粗,颠倒,镜像和旋转操作。
- 2022-04-13 11:47:37下载
- 积分:1
-
c++读excel
这个是c++读取excel 的源代码,可以让大家能简单地使用c++读取excel
- 2022-01-26 20:30:08下载
- 积分:1
-
signal processing of time
时频富FFT的信号处理
- 2022-11-03 13:25:03下载
- 积分:1
-
一个简单的计算器,用的是vb制作,能完成简单 的四则运算.
一个简单的计算器,用的是vb制作,能完成简单 的四则运算.-A simple calculater,written in VB,and can realize simple four-arithmetic operations.
- 2022-02-05 14:59:47下载
- 积分:1