搜索资源列表
shuzhifenxi3
- 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
shuzhi
- 数值分析实验代码 插 值 与 拟 合-希望对你有帮助
curlfit
- 工程上经常需要对两个或多个非线性参量进行拟合,本压缩包里有各种使用拟合代码,很实用。-Projects often require two or more non-linear parameter fitting with the use of this compression bag fit a variety of code, and very practical.
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
curve-fitting
- 文件内容:曲线拟合的c代码实现,文件格式pdf-document tells The curve fitting c code in the form of PDF
zuixiaoercheng
- 代码主要实现了一个最小二乘法拟合实验数据的算法。-The code for the main algorithm of a least squares fit of experimental data.
cnihe
- 这是一个根据给定的一些点,然后利用最小二乘法拟合出一条曲线的C语言代码,此代码经运行是可以的。-This is in accordance with a given point, and then using the least squares method to fit a curve C language code, this code by running.
nihe
- 关于拟合给的matlab代码,里面配有老师上课时的ppt-About fitting to matlab code, which is equipped with the class teacher ppt
nihe
- 该代码是一个多项式拟合函数,可实现1~3次一元多项式拟合。-The code is a polynomial function, enabling one to three times a polynomial fitting.
RandomCircle3D
- 空间圆 拟合代码 RANSAC 算法 通过测试,可以处理点云数据。-Spatial circle fitting code with RANSAC algorithm through the test, you can handle the point cloud data.
拟合代码
- 仿真处理光纤数据,一种简单的拟合方法,易学。附赠adaboost算法论文一篇(photonic crystal fiber dispersion fitting curve based on matlab)
一元线性回归
- 包括基于矩阵运算计算回归系数并添加趋势线,基于多项式拟合计算回归系数并添加趋势线,借助回归分析程序包计算回归系数并估计检验统计量,及预测和各统计量。(Including the regression coefficient and add the trend line calculation based on matrix computation, polynomial fitting to calculate the regression coefficient and add the tre
fortran各章代码
- 第1章 矩阵分解与线性方程组直接方法 第2章 线性方程迭代方法 第3章 最小二乘法与曲线拟合 第4章 特征值与特征向量 第5章 非线性方程 第6章 非线性方程组 第7章 插值法 第8章 数值微分 第9章 数值积分 第10章 特殊函数 第11章 常微分方程(The first chapter is matrix decomposition and direct method of linear equations The second chapter is the itera
R语言直径分布拟合代码
- 用于Weibull分布概率密度函数拟合林分直径分布的代码,对其进一步的分析有一定的帮助!(The code of Weibull distribution probability density function fitting forest stand diameter distribution has certain help to its further analysis!)
插值与拟合
- 很好的插值与拟合的matlab代码,大家以后遇到这个问题就不用担心了(Good interpolation and matching matlab code, you will not have to worry about this problem later)
matlab代码
- matlab自编代码实现多项式拟合与积分,以及多项式的龙格现象(Matlab self compiled code to achieve polynomial fitting and integration, as well as polynomial Runge phenomenon)
实现直线识别_拟合角平分线
- 最近在学习matlab所以上传了较多关于matlab的代码,如果有学数值计算的同学,这里面是线性拟合与直线识别的相关内容(Recently, in learning Matlab, I uploaded more code about MATLAB. If there are students who learn numerical calculation, it is related to linear fitting and line recognition.)
polyfit
- 根据c代码修改的多项式拟合代码,未调用python第三方库,手打(Polynomial_python:function.According to the polynomial fitting code modified by c code, the python third-party library is not called.)
多项式拟合批处理代码
- matlab多项式拟合批量处理代码实现,可做参考(Matlab polynomial fitting batch processing code, can be used as reference.)
Copula
- 获得对应Copula函数的LL\AIC\BIC值并选择最佳拟合函数,得到拟合系数值,绘制相关系数图形。(Obtain the ll \ AIC \ BIC value of the corresponding copula function and select the best fitting function to obtain the fitting coefficient value and draw the correlation coefficient graph.)