-
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
-
Numerical Solution of Ordinary Differential Equations, mainly for Stiff Equation...
常微分方程的数值解法,主要针对Stiff方程组和边值问题。-Numerical Solution of Ordinary Differential Equations, mainly for Stiff Equations and Boundary Value Problems.
- 2022-07-25 21:32:03下载
- 积分:1
-
BP神经网络
该算法是描述了基本的BP网络,期间加入了正向传播和反向误差调整的算法,并且采用加入学习动量的方法使得网络快速收敛,使得网络有比较好的应用性,可以直接使用测试数据,得到想要的输出,理想输出。
- 2022-06-17 22:44:51下载
- 积分:1
-
长整形相加的程序,客队任意长度的数据进行相加,很值得学习...
长整形相加的程序,客队任意长度的数据进行相加,很值得学习-long plastic procedures combined scoring arbitrary length of the data together, is worth learning.
- 2023-05-11 11:25:03下载
- 积分:1
-
自编的一个String类
自编的一个String类- From arranges a String kind
- 2023-05-04 08:20:03下载
- 积分:1
-
MMSE 信道估计分析均衡 ofdm 信道容量分析
这是真正好的代码的 MMSE 信道估计你可以享受的 ofdm 信道容量分析,这是比别人更好的信道估计技术
- 2023-08-15 04:00:03下载
- 积分:1
-
- 2022-07-22 23:57:23下载
- 积分:1
-
C + + /cli NSGA-ⅱ 型多目标算法的 Matbal 代码
多目标优化 (也称为多目标规划,向量优化问题、 多准则优化、 多属性的优化或帕累托优化) 是的多准则决策,那就是有关进行数理优化问题涉及多个目标函数,同时优化领域。多目标优化设计已应用于许多科学领域,包括工程学、 经济学、 物流 (见一节关于详细的示例应用程序) 需要在两个或多个相互冲突的目标之间权衡采取最优的决定。同时最大化的某一特定,强度和性能最大化最小化重量而尽量减少燃油消耗和排放污染物的车辆是组件的分别涉及两个和三个目标的多目标优化问题的例子。在实际问题中,可以有三个以上的目标。
- 2022-05-06 07:26:08下载
- 积分:1
-
MT4的mq4贸易指标
资源描述1000你可以用你的交易系统在MT4平台MQL4语言编程和使用最好的自定义指标。他们是一个伟大的资源,任何人都试图寻找新的指标,为他们的交易策略。
- 2022-03-07 16:21:20下载
- 积分:1
-
bm算法的delphi实现
bm算法的delphi实现-bm algorithm to achieve the delphi
- 2022-06-15 03:44:20下载
- 积分:1