搜索资源列表
使C#语言实现最小二乘法
- 使C#语言实现最小二乘法的一元线性回归.
C语言源程序++数学建模常用算法++cpp文件
- C语言源程序++数学建模常用算法++cpp文件 包括经典数值分析中用到的牛顿迭代、龙贝格、最小二乘法等CPP文件
RLS.rar
- 递推最小二乘法c语言程序,大家可以试试,在自动控制中很有用,Recursive least squares method c language program, we can try, in very useful in the automatic control
LineRegSource
- 二元线性回归算法 使用最小二乘法 C#语言编写-Linear Regression
MinMux
- C语言写的最小二乘法,可以在DSP中调用,使用环境CCS-LMS in c language,may be can be used in DSP,using enviroment is ccs
L_s
- 拉格朗日差值与最小二乘法拟合,c语言实现-Lagrangian difference with the least square method, c language
Leastsquarescurvefitting
- 利用c++语言实现最小二乘法曲线拟合代码-Using c++ language code least squares curve fitting
05
- 用C语言编写一个用最小二乘法曲线拟合的程序-With the C language using a least squares curve fitting procedure
C
- c语言例题程序,还有最小二乘法支持向量机的MATLAB调试测试运行-Example programs c language, as well as least squares support vector machines to run MATLAB Debugging and Testing
618
- 本程序用C语言编辑 利用非线性最小二乘法来拟合模型,并对其进行PID控制-The program uses C language to edit using nonlinear least squares fitting model, and gain PID control
Least-squares
- 在visual c++6.0的环境下,使用C++语言编写的最小二乘法程序。-In visual c++6.0 environment, using C++ language least squares procedure.
c
- 正交多项式法计算最小二乘法拟合的c语言程序-Orthogonal polynomial method to calculate the least-squares fitting of c language program
Numerical-Calculation-in-C-language
- 数值计算中经典方法的C语言通用程序。包含LU分解法,复化辛普森法,改进欧拉法,拉格朗日插值法,列主元素法,牛顿迭代法,最小二乘法拟合和四阶龙格-库塔法,支持文件读写。-The code is the classic method of numerical calculation of the C language common procedures. Including LU decomposition, re-oriented Simpson method, Improved Euler me
数值分析 c语言代码库
- 数值分析 多种C算法代码库 1、离散傅立叶变换与反变换 2。四阶亚当姆斯预估计求解初值问题 3、几种常见随机数的产生 如求[a,b]上的均匀分布、 正态分布、 指数分布 、 拉普拉斯随机分布、瑞利分布、 韦伯分布、 泊松分布等 4、指数平滑法预测数据 5、四阶(定步长)龙格--库塔法求解微分初值问题 精度比欧拉方法高但是感觉依然不理想 6、改进的欧拉方法求解微分方程初值问题 感觉精度比较低 7、中心差分(矩形)公式求导 8、高斯10点法求积分 9、龙贝格法求积分
最小二乘法拟合曲线C语言代码
- 用最下二乘法多项式进行曲线拟合进而插值。(With the least two multiplicative polynomial for curve fitting, and then interpolation.)
最小二乘法
- 通过c语言编程,实习最小二乘法的功能,求解运算(Through the C language programming, practice the least square method function)
多项式最小二乘法拟合
- 最小二乘法拟合多项式,效果非常好,与MATLAB的多项式拟合基本一样。亲自在STM32板子上跑过,几乎直接出来答案。用法简单,包含头文件然后直接调用即可,电脑或者开发板都可以直接跑。 注意!注意!注意!说三遍...拟合之后多项式的变量x其实是(X-a),a是输入数据点的均值。(The least square method fits the polynomial, and the effect is very good. .)
Matrix
- 最小二乘法的c语言程序,能求解多元方程组,具有良好的效果(The C language program of the least square method can solve the multiple equations. It has good effect.)
程序代码
- 用C语言编程实现神经网络的构建和训练的程序代码 以及matlab编程实现偏最小二乘法(Programming and training program code in C language;Matlab programming for partial least square method)
最小二乘法曲线拟合
- 最小二乘法曲线拟合,基于C语言编写的算法(Least squares curve fitting algorithm based on C language)