-
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
-
Newton
牛顿法――数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-Newton-- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
- 2022-03-15 15:43:10下载
- 积分:1
-
compression algorithm test procedure (North Jimmy computer
压缩算法测试程序(北理计算机系老浪字做)-compression algorithm test procedure (North Jimmy computer-old wave character)
- 2022-03-23 06:13:34下载
- 积分:1
-
ChiSquaredAttributeEval 源代码
ChiSquaredAttributeEval 算法源代码,可以用来做特征处理,在eclipse上编译,也可以调用这个算法,达到数据预处理的目的
- 2022-02-15 09:11:52下载
- 积分:1
-
传热学二维稳态C++程序
单位长度为一。内外壁分别维持450度和50度。管道热导率1.05W/(m.k),求每米长管道热损失。
- 2022-05-25 20:51:34下载
- 积分:1
-
sm2-3-4 C代码
非常详细的SM2、SM3、SM4算法说明及c语言代码,国密局公开算法。
- 2023-05-07 03:20:02下载
- 积分:1
-
寻找矩阵的检测像素
- 2023-01-26 10:35:04下载
- 积分:1
-
一元稀疏多项式计算器,直接可运行的
一元稀疏多项式计算器,直接可运行的-one yuan sparse polynomial calculators, and direct operational
- 2022-04-01 18:59:06下载
- 积分:1
-
用于解决tsp问题的模拟退火算法Java源码
源码中实现了模拟退火算法的四种操作算子,分别为插入、互换、逆转以及混合来产生新的领域结构,采取了概率优先,最邻近贪婪策略,并可适用于对称和非对称tsp问题,代码质量高,此源码内容详细,能为研究模拟退火算法提供有效的参考
- 2023-09-04 14:45:03下载
- 积分:1
-
piscaled pic
皮斯卡带领 utilizando c 段 microprocessadores pic。
皮斯卡带领 utilizando c 段 microprocessadores pic。
皮斯卡带领 utilizando c 段 microprocessadores pic。
皮斯卡带领 utilizando c 段 microprocessadores pic。
- 2022-02-06 09:27:21下载
- 积分:1