-
1, one dollar three regression equations CubicMultinomialRegress.cs equation mod...
一、 一元三次回归方程 CubicMultinomialRegress.cs
方程模型为Y=a*X(3)+b*X(2)+c*X(1)+d
public override double[] buildFormula()
得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是d,c,b,a。
以后所述所有模型的系数存放均与此相同(多元线性回归方程除外)。
public override double forecast(double x)
预测函数,根据模型得到预测结果
public override double computeR2()
计算相关系数(决定系数),系数越接近1,数据越满足该模型。
-1, one dollar three regression equations CubicMultinomialRegress.cs equation model for Y = a* X (3)+ B* X (2)+ C* X (1)+ Dpublic override double [] buildFormula () get coefficient array, store order and model coefficients contrary, that is, the array is followed by the value of coefficient d, c, b, a. After all the model described in the coefficient of storage are the same (except for multiple linear regression equation). 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 dat
- 2022-01-26 07:28:21下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-03-12 05:56:16下载
- 积分:1
-
支持多道进程并发的简单管理模拟系统
支持多道进程并发的简单管理模拟系统-Support for multi-channel process complicated by the simple management simulation system
- 2022-07-26 06:54:45下载
- 积分:1
-
相干光 OFDM 系统
这一项目是关于光学 ofdm 系统与 optisystem ;项目描述中长途交流光学 ofdm 系统
- 2022-02-21 09:54:31下载
- 积分:1
-
用c++编写的三维FDTD源程序求解单站雷达散射截面RCS
用c++编写的三维FDTD源程序,本程序适用于时谐波任意角度入射 求解单站雷达散射截面RCS。分享出来,供大家参考研究,
适合刚刚接触fdtdD的人员学习,值得一读。
- 2022-03-11 11:54:05下载
- 积分:1
-
编译原理 自顶向下语法分析算法程序设计
编译原理 自顶向下语法分析算法程序设计实验 《编译原理》是普通高校计算机科学与技术专业的一门重要专业基础课程,是为培养计算机应用系统和软件系统开发、维护人才的需要而设置的。 《编译原理》主要讲授编译系统的结构、工作流程及编译程序各组成部分的设计原理和实现技术,培养学生具备设计、实现、分析和维护编译程序的初步能力。 基本要求:完成自顶向下语法分析算法的程序设计。 主要内容:设计、调试并测试 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-24 09:29:32下载
- 积分:1
-
Knapsack problem implementation code
这是一个用遗传算法实现背包问题的JAVA代码。代码已经过测试,是确定的
- 2022-02-03 22:04:21下载
- 积分:1
-
随机有限元程序及算例,供从事力学和有限元算法设计人员参考。...
随机有限元程序及算例,供从事力学和有限元算法设计人员参考。-Stochastic finite element procedures and examples for engaging in mechanics and finite element algorithm design reference.
- 2022-02-22 08:46:23下载
- 积分:1
-
层次分析法C语言版
层次分析法C语言版-AHP C language version
- 2022-04-06 21:24:43下载
- 积分:1
-
bfgs算法求全域最小数值点,c++源程序,文件读入套用方便
bfgs算法求全域最小数值点,c++源程序,文件读入套用方便-bfgs domain algorithm ambitious minimum values, c source, the document read into the convenient use
- 2022-07-18 00:09:59下载
- 积分:1