-
matlab分类回归等相关程序
基于多元线性回归、偏最小二乘、神经网络、卡尔漫滤波、径向基网络、主成分分析等等的程序
- 2022-10-03 15:30:04下载
- 积分:1
-
对数回归方程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
-
数值分析相关问题代码,数据拟合
利用数值分析方法进行数据拟合#include
#include
#include
void main()
{
int i;
float a[3];
float x[16];
float y[16];
void Approx(float[],float[],int,int,float[]);
Approx(x,y,16,2,a);
for(i=0;i
- 2022-03-25 20:23:44下载
- 积分:1
-
delauney二维非结构网格生成过程中使用的语言
delauney二维非结构化网格生成程序 采用fortran语言-Delauney 2D unstructured mesh generation process using FORTRAN language
- 2022-07-12 00:48:11下载
- 积分:1
-
lempel encoding algorithm
你好,
- 2022-08-23 02:34:29下载
- 积分:1
-
产生随机数相关的C程序
产生随机数相关的C程序-generated random numbers related to the C program
- 2023-06-24 17:25:03下载
- 积分:1
-
隐马尔可夫模型,训练阶段数据必须给予模型。
hmm model, training phase data has to be given to the model .-hmm model, training phase data has to be given to the model .
- 2022-02-06 05:00:23下载
- 积分:1
-
atan function, because a lot of information communication systems, which rely on...
atan函数,由于在通信系统中很多信息都是依赖相位信息得到,所以atan函数非常有用。-atan function, because a lot of information communication systems, which rely on phase information is therefore very useful function atan.
- 2022-01-25 19:12:46下载
- 积分:1
-
条件平差计算
本人写的一个条件平差计算器,供学习参考,用vb编写的,实现矩阵数据较多的平差,面向测绘方向学习。这是本人的第一个有点用的软件,希望能帮到你的忙。
- 2022-03-07 05:46:00下载
- 积分:1
-
路径查找代码[dephi版本代码]
路径查找代码[dephi版本代码]-path search code [code dephi version]
- 2023-03-28 00:50:04下载
- 积分:1