-
一个非线性制实例,采用ANN
一个非线性制实例,采用ANN-PID实现一非线性系统控制-An example of nonlinear system was controled by software ANN-PID with using the matlab program
- 2022-05-28 09:51:51下载
- 积分:1
-
这是我的毕业设计,所以我认为人们还是习惯写的,所以,我何…
这个是我的毕业设计做的我觉得对大家还是有写用的,所以我给打击看看希望大家也给点意见。-this is my graduation design so I think people are still used to write, So, I hope to see you blow also points.
- 2023-06-18 20:20:03下载
- 积分:1
-
Program with arrays. short algorithm
Program with arrays. short algorithm
- 2022-01-25 22:07:24下载
- 积分:1
-
数组/矩阵类模板
用matrix A(8,10) 定义数组,就可以像在matlab里一样引用数组元啦!
- 2023-07-14 12:55:03下载
- 积分:1
-
latent dirichlet allocation C语言实现算法 LINUX 下运行
latent dirichlet allocation C语言实现算法 LINUX 下运行-latent dirichlet allocation the c implementation
- 2022-07-13 10:58:06下载
- 积分:1
-
数值分析三角直接分解法
数值分析三角直接分解法-Numerial Analyse:
Doolittle Analyze Arithmetic
- 2022-01-29 02:40:15下载
- 积分:1
-
OFDM源代码仿真
有关OFDM的源代码,非常非常有用
- 2022-05-08 13:57:33下载
- 积分:1
-
图像预处理
现在目前为止所有可能出现的二值化程序,您可以调试自己的程序效果,十分方便。
- 2022-03-12 20:20:11下载
- 积分:1
-
概率论与数理统计中的F分布函数,有了它,可以免去查教科书附表的繁琐...
概率论与数理统计中的F分布函数,有了它,可以免去查教科书附表的繁琐-probability theory and mathematical statistics of the distribution function F, With it, check the textbook can avoid the cumbersome Schedule
- 2022-02-28 17:54:51下载
- 积分: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